5 ms·
Beware of hacked ISOs if you downloaded Linux Mint on February 20th
- StavrosK 11y agoWhat other ways are there to download, apart from http and torrents?
- khedoros 11y agoFTP?
- stock_toaster 11y agomaybe IRC and NNTP too.
- StavrosK 11y agoI mean "what other ways do they have to download this?" All I saw is HTTP and Torrent, so I'm curious as to what exactly got compromised.
- praeivis 11y agotorrents cant get compromised so you are safe if downloaded via torrents.
- cdevs 11y agoDoes anyone know the start date ? I had a friend install it for their laptop two weeks ago
- detaro 11y ago>We were exposed to an intrusion today. > [...] >Finally, the situation both happened and was solved today, so it should only impact people who downloaded this edition on February 20th.
- i_have_to_speak 11y agoLooks like something is going on again. Their website is down currently. [21-Feb 02:55 UTC]
- corvus_sapiens 11y ago"Edit by Clem: We shut down the server until we find the source of the second intrusion (probably something left by the first)." http://blog.linuxmint.com/?p=2994 http://blog.linuxmint.com/?p=2994
- jtchang 11y agoWell that is scary. I personally don't check ISO checksums and signatures very often. Probably the only time I do is when I sometimes get install errors and wonder if I got all the bits and if anything got corrupted.
- RaleyField 11y ago> don't check ISO checksums I've grown obsessive about it. When you're conscious about that it's amazing (to put mildly) how many prominent projects don't bother with any authentication.
- detaro 11y agoIf they managed to hack the site to point to the new iso, they probably also changed any checksums. Signatures help, if you have a way to verify that you are using the right key.
- mcpherrinm 11y agoI am pretty sad they're posting MD5 sums of the correct images: It's pretty trivial to collide MD5 -- and when you've got an active attacker, this is something you should worry about. SHA1/2 at least, but preferably a gpg signature would be much better.
- ryanlol 11y ago>It's pretty trivial to collide MD5 ... collisions=/=second-preimage attacks >SHA1/2 at least, but preferably a gpg signature would be much better. SHA1/2 isn't any better, you're never going to get hit by file corruption that magically also is a md5 collision.
- KMag 11y agoI think I understand you, but I think you could be a bit more explicit in your assertion. I think you're saying MD5 is still a decent checksum for non-cryptographic purposes. Without a cryptographic signature or other authenticated integrity-checked distribution channel, there's very little advantage of using a cryptographic checksum.
- 0xcde4c3db 11y agoThe relevant thing here is that the main weakness in MD5 requires both the "good" and "evil" versions of the message (or file) to be produced by the same party. It doesn't allow J. Random Attacker to swoop in and alter things that already exist. However, it would allow a hypothetical Evil Maintainer to pre-cook "good" and "evil" versions and swap between them without changing the MD5.
- _jomo 11y agoHow do you get hit by file corruption when downloading via TCP in 2016? I don't recall this ever happening to me.
- ryanlol 11y agoWhile possible, it's really really unlikely for this to happen without some fairly serious network issues between you and whoever you're downloading from.
- ryanlol 11y agoI'll just leave this here forums.linuxmint.com pwd /root/hacked_distros/mint/var/www/forums.linuxmint.com forums.linuxmint.com cat config.php <?php // phpBB 3.0.x auto-generated configuration file // Do not change anything in this file! $dbms = 'mysql'; $dbhost = 'localhost'; $dbport = ''; $dbname = 'lms14'; $dbuser = 'lms14'; $dbpasswd = 'upMint'; Perhaps the insanely secure db credentials had something to do with the breach? But what would I know.
- cmurf 11y agoMight not hurt to post this in the comments section of the Mint blog.
- orionblastar 11y agoIf they used the same password on the forums and blog then they still have a problem. They need to be notified of this and change the password to a more secure one. The config.php file should not be readable by an anonymous user, that is a security risk.
- ryanlol 11y ago>The config.php file should not be readable by an anonymous user, that is a security risk. Yes usually unauthorized people having access to your server results in various security risks.
- noisy_boy 11y agoI took the liberty of posting the link to that comment in Linux Mint blog comments. Hopefully they review that soon.
- nickpsecurity 11y agoI was waiting for you to show up on this one esp how you called out Linode, etc. I figured you'd point out in detail just how behind the security curve they were. Haha.
- 11y ago
- anishathalye 11y agoIt's somewhat disappointing that this blog article is served over HTTP, and it's impossible to access it via HTTPS. How do we know that these new MD5s are to be trusted?
- bogus- 11y agoLinux Mint doesn't seem to prioritize security in general. No TLS for ISOs, no easily spottable signatures for ISOs, marking security updates untrusted by default...
- RaleyField 11y agoThey also ignore (at least they used to) DNS servers from DHCP and use Google's public DNS servers completely oblivious of why users might not want this.
- btrask 11y agoI was trying to download Linux securely a month or so ago. It's actually embarrassingly difficult to do. The only two distros that did it right (that I could find) are Debian and Alpine Linux. The rest (including Mint and Ubuntu) had hashes (usually MD5) or GPG keys served over HTTP.
- bcl 11y agoFedora publishes GPG signed SHA256's of the iso's. eg. https://dl.fedoraproject.org/pub/fedora/linux/releases/23/Workstation/x86_64/iso/Fedora-Workstation-23-x86_64-CHECKSUM https://dl.fedoraproject.org/pub/fedora/linux/releases/23/Wo...
- btrask 11y agoThanks! Fedora was one I didn't try (to install; I use it all the time). However there's still no way to use RPMFusion: http://rpmfusion.org/keys http://rpmfusion.org/keys Maybe there's something I'm missing?
- anaphor 11y agoArch Linux has PGP signatures and is over https, as well as torrents which should be pretty reliable https://www.archlinux.org/download/ https://www.archlinux.org/download/
- awda 11y agoRPMFusion isn't considered part of Fedora. Yes, it would be nice if RPMFusion served hashes securely.
- chei0aiV 11y agoIf you can think of any improvements Debian could make, please do suggest them via bug reports or on the mailing list. If you would like to work on fixing some of our issues, here are the ones we know about: https://wiki.debian.org/Hardening/RepoAndImages https://wiki.debian.org/Hardening/RepoAndImages
- dghughes 11y agoNow you tell me.