Malware Encoded in DNA Can Hack Gene-Sequencing Software
21–30 of 48 posts
Re: Malware Encoded in DNA Can Hack Gene-Sequencing Software
#22A friend showed me that one of those NCIS crime shows already did this. https://www.themarysue.com/malware-uploaded-from-bone-bones/ Malware is 3d printed on to a bone they scan in or something. Reality imitating art I guess. What a world we live in.
Re: Malware Encoded in DNA Can Hack Gene-Sequencing Software
#23Cool to see it getting academic "recognition" though!
Re: Malware Encoded in DNA Can Hack Gene-Sequencing Software
#24> "Rather than exploit an existing vulnerability in the fqzcomp program, as real-world hackers do, they modified the program's open-source code to insert their own flaw allowing the buffer overflow." So really, this is not as interesting as the headline would have you believe. Storing data in DNA is nothing new, and these researchers are just using it as input to a program that was deliberately written to improperly…
Whats interesting is just the idea that you should sanitize ALL inputs, no matter how unlikely it is that the input could be malicious.
And for the love of secure software, never blindly execute code from a serialized source without damned good reasons for thinking that source is safe.
Re: Malware Encoded in DNA Can Hack Gene-Sequencing Software
#25Re: Malware Encoded in DNA Can Hack Gene-Sequencing Software
#26It makes me wonder if you could create a physical scene that, when photographed by a digital camera, exploited the camera.
Re: Malware Encoded in DNA Can Hack Gene-Sequencing Software
#27Earlier quoted context omitted.
Whats interesting is just the idea that you should sanitize ALL inputs, no matter how unlikely it is that the input could be malicious.
Though, really, is that interesting? Yes, you should treat all input data as data no matter where it came from. And you should have checks in place to reject any data that is out of size/whatever constraints for your software. And for the love of secure software, never blindly execute code from a serialized source without damned good reasons for thinking that source is safe.
Yes. Trusting human DNA is something that WILL absolutely, 100%, no-doubt-about it happen in the future and you will hear about it. People are good at finding ways to screw things up.
Re: Malware Encoded in DNA Can Hack Gene-Sequencing Software
#28Just ask yourself, who would build a dns sequencying laboratory and be able to sequence dna would want to hack a dna sequencing lab.... obviously they already know how it works.... can't they spend some time on researching a solution to an actual problem?
Re: Malware Encoded in DNA Can Hack Gene-Sequencing Software
#29Re: Malware Encoded in DNA Can Hack Gene-Sequencing Software
#30> "Rather than exploit an existing vulnerability in the fqzcomp program, as real-world hackers do, they modified the program's open-source code to insert their own flaw allowing the buffer overflow." So really, this is not as interesting as the headline would have you believe. Storing data in DNA is nothing new, and these researchers are just using it as input to a program that was deliberately written to improperly…
Whats interesting is just the idea that you should sanitize ALL inputs, no matter how unlikely it is that the input could be malicious.