Stanford Identifies Potential Security Hole In Genomic Data-Sharing Network
An anonymous reader writes: Sharing genomic information among researchers is critical to the advance of biomedical research. Yet genomic data contains identifiable information and, in the wrong hands, poses a risk to individual privacy. If someone had access to your genome sequence — either directly from your saliva or other tissues, or from a popular genomic information service — they could check to see if you appear in a database of people with certain medical conditions, such as heart disease, lung cancer or autism. Work by a pair of researchers at the Stanford University School of Medicine makes that genomic data more secure. Researches have demonstrated a technique for hacking a network of global genomic databases and how to prevent it. They are working with investigators from the Global Alliance for Genomics and Health on implementing preventive measures.
LUDDITE networks are so insecure because they're designed by LUDDITES! Modern app appers know that only apps can app apps, so if they app the app, then everything will be 100% appy!
Apps!
You're flat-out an idiot if you give your DNA to any database of any kind anywhere. Electronic medical records are likely just as bad though, I have no doubts that all your EMRs are going straight into a government (FBI, NSA, etc) database as just one more means to track the average citizen. Of course just giving a blood sample is probably getting you into a government shadow DNA database anyway so I guess it doesn't matter.
Recognizing that a particular genome contains sequences related to heart disease or lung cancer in no way makes it identifiable or linked to a particular person. This is just another scare mongering story, probably clickbait ... nothing to see here, please move along.
The lesson, which the world teaches you daily in the headlines is once data and PID is in electronic form, unless it's encrypted and never decrypted (and thus useless for analysis using today's technology) then it is not safe and WILL be exposed, revealed, possibly leveraged against you in both likely and forseen and unlikely and unforeseen ways.
The lesson is- never believe anyone who tells you that your data is secure.
The implications are- anything you say or do may be used against you. So act as though that's true.
Why is this on the frontpage. Few people know a genome database exists, let alone want to hack it. Booring slashdot is boring again.
operating sYstems
(I realize I'm a day late to this thread, but this is worth getting on the record)
This is genomics 101: your genome is unique to you. This is no different than saying if someone had a picture of you they could identify you in other pictures. Given that genomes and photos are digitized, from a computational perspective there's really no difference. Lesson: if you don't like posting your photo publically, don't post your genome.
Now, the real problem with genomic data security is that there isn't any and it's much uglier than what you can glean from public databases. A few examples:
- Most sequencing instruments (which contain decent computers and sometimes small clusters) still use the default vendor passwords
- All instruments run out of date operating systems (old Ubuntu for ION Torrent, about-to-be-eol'd Windows 7 for Illumina)
- Bioinformatics has a fetish for virtual machines running everything as root and misplaced trust in docker - in both cases, to access the large filesystems needed for processing genomes, they simply mount the filesystems and bypass standard security checks
- Many popular packages make system calls that are vulnerable to inject attacks
- Most server tools encourage running everything as a privileged user, often explicitly claiming that it's to "make things easier for the user"
The list goes on. What's scary is that we're building our clinical genomics infrastructure on top of these tools and practices. The only good news is that the black hat community is probably more interested in using these resources for bot nets rather than anything genomically nefarious.