Announcement

Collapse
No announcement yet.

Beware Of Hacked Linux Mint ISO's

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Beware Of Hacked Linux Mint ISO's

    Linux Mint is a community driven Linux distribution based on Debian and Ubuntu that strives to be a "modern, elegant and comfortable operating system which is both powerful and easy to use." Linux Mint provides full out of the box multimedia support by including some proprietary software and comes bundled with a variety of free and open-source applications. Its motto is "from freedom came elegance."

    The project was conceived by Clement Lefebvre and is being actively developed by the Linux Mint Team and community.

    Written by Clem

    I’m sorry I have to come with bad news.

    We were exposed to an intrusion today. It was brief and it shouldn’t impact many people, but if it impacts you, it’s very important you read the information below.

    What happened?

    Hackers made a modified Linux Mint ISO, with a backdoor in it, and managed to hack our website to point to it.

    Does this affect you?

    As far as we know, the only compromised edition was Linux Mint 17.3 Cinnamon edition.

    If you downloaded another release or another edition, this does not affect you. If you downloaded via torrents or via a direct HTTP link, this doesn’t affect you either.

    Finally, the situation happened today, so it should only impact people who downloaded this edition on February 20th.

    How to check if your ISO is compromised?

    If you still have the ISO file, check its MD5 signature with the command “md5sum yourfile.iso” (where yourfile.iso is the name of the ISO).

    The valid signatures are below:
    Code:
    6e7f7e03500747c6c3bfece2c9c8394f  linuxmint-17.3-cinnamon-32bit.iso
    e71a2aad8b58605e906dbea444dc4983  linuxmint-17.3-cinnamon-64bit.iso
    30fef1aa1134c5f3778c77c4417f7238  linuxmint-17.3-cinnamon-nocodecs-32bit.iso
    3406350a87c201cdca0927b1bc7c2ccd  linuxmint-17.3-cinnamon-nocodecs-64bit.iso
    df38af96e99726bb0a1ef3e5cd47563d  linuxmint-17.3-cinnamon-oem-64bit.iso
    If you still have the burnt DVD or USB stick, boot a computer or a virtual machine offline (turn off your router if in doubt) with it and let it load the live session.

    Once in the live session, if there is a file in /var/lib/man.cy, then this is an infected ISO.

    What to do if you are affected?

    Delete the ISO. If you burnt it to DVD, trash the disc. If you burnt it to USB, format the stick.

    If you installed this ISO on a computer:
    • Put the computer offline.
    • Backup your personal data, if any.
    • Reinstall the OS or format the partition.
    • Change your passwords for sensitive websites (for your email in particular).


    Is everything back to normal now?

    Not yet. We took the server down while we’re fixing the issue.

    Who did that?

    The hacked ISO's are hosted on 5.104.175.212 and the backdoor connects to absentvodka.com.

    Both lead to Sofia, Bulgaria, and the name of 3 people over there. We don’t know their roles in this, but if we ask for an investigation, this is where it will start.

    What we don’t know is the motivation behind this attack. If more efforts are made to attack our project and if the goal is to hurt us, we’ll get in touch with authorities and security firms to confront the people behind this.

    If you’ve been affected by this, please do let us know.
    The Hackmaster

  • #2
    Linux Mint Hacked Briefly – Bad ISO's, Compromised Forum

    By Bob Baddeley



    On February 20th, servers hosting the Linux Mint web site were compromised and the site was modified to point to a version of Mint with a backdoor installed. Very few people were impacted, fortunately; only those who downloaded Mint 17.3 Cinnamon on February 20th. The forum user database was also compromised.

    What is most impressive here is not that Linux Mint was compromised, but the response and security measures that were already in place that prevented this from becoming a bigger problem. First, it was detected the same day that it was a problem, so the vulnerability only lasted less than a day. Second, it only affected downloads of a specific version, and only if they clicked a specific link, so anyone who was downloading from a direct HTTP request or a torrent is unaffected. Third, they were able to track down the names of three people in Bulgaria who are responsible for this hack.

    As far as the forum compromise, the breech netted usernames, emails, and encrypted passwords, as well as personal information that forum users may have entered in signatures or private messages. It’s always nice to see when compromised sites are not storing passwords in plain text, though.

    There is one security measure which should have protected against this and failed for a couple of reasons, and that’s the signature. Normally, the file download is accompanied by a signature which is generated from the file, like an MD5 or SHA checksum. By generating the checksum of the downloaded ISO file and comparing it to the reported signature on the web site, one can confirm that the file has downloaded correctly and that it is the same file. In this case anyone downloading the bad ISO should have caught that the downloaded file was not the official one because the signatures did not match. This can fail. Most people are too lazy to check (and there is no automated checking process). More importantly, because the attackers controlled the web site, they could change the site to report any signature they wanted, including the signature for the bad ISO file.

    If you are affected by this, you should change your password on the forum and anywhere you use the same email/password. More importantly, as great as the verification signature is, shouldn’t there be a better way to verify so that people use it regularly and so that it can’t be compromised so easily?
    The Hackmaster

    Comment

    Working...
    X