HDD Firmware Hacking
11–20 of 53 posts
Re: HDD Firmware Hacking
#12Related, someone decompiled Samsung’s 840 EVO ssd firmware, before Samsung later started encrypting it: http://www2.futureware.at/~philipp/ssd/TheMissingManual.pdf Came across it looking how to deal with multiple different samsung drives caught in bad states due to shitty firmware. My original salty post warning about vendor branded Samsung drives on eBay is here: https://news.ycombinator.com/item?id=37165189
BTW thank you for raising this.
Re: HDD Firmware Hacking
#13This article might be handy for someone interviewing at that firm (Red Balloon) that sends you a "weird" hard drive as the interview CTF? I still have it sitting around but it arrived around finals season so I never really looked at it, but since they bothered to send a whole drive and SATA-USB adapter, it obviously must have something to do with the drive itself. If someone had a ton of money, it would be funny to j…
Appreciate the (unaffiliated) shout out! No comment on the drive recovery idea... The fundamentals in the article are all relevant to the hard drive challenge, though the actual multi-step solution to our CTF is rather different. If hacking hard drives sounds intriguing to you, we're hiring reverse engineers and security researchers! See our whoishiring posts and careers page for details: - https://news.ycombinator.c…
Re: HDD Firmware Hacking
#14Earlier quoted context omitted.
Appreciate the (unaffiliated) shout out! No comment on the drive recovery idea... The fundamentals in the article are all relevant to the hard drive challenge, though the actual multi-step solution to our CTF is rather different. If hacking hard drives sounds intriguing to you, we're hiring reverse engineers and security researchers! See our whoishiring posts and careers page for details: - https://news.ycombinator.c…
I'm glad you all are still doing this challenge. Ang handed one to me at Defcon 6 or 7 years ago and it's one of the most interesting challenges I've ever attempted. Didn't finish it but learned a ton. For anyone reading, Red Balloon is a great place with great people and I highly recommend anyone remotely interested give them a look.
Re: HDD Firmware Hacking
#15One of the current vendor provided consumer SSD firmware update utilities for Linux as a live-usb decrypts the firmware and writes it out to disk decrypted before uploading it, so simply using seccomp to fail a rmdir syscall nets you the decrypted version without having to reverse engineer any of the updater/decryption code.
I deleted my own negative rant about SSD manufacturers not opting in to lvfs/fwupd when drives have a high risk of bricking without firmware updates.
Re: HDD Firmware Hacking
#16Congrats OP, you can work for the NSA: * https://www.cbc.ca/news/science/nsa-hid-spying-software-in-h... * https://www.wired.com/2015/02/nsa-firmware-hacking/ :)
Re: HDD Firmware Hacking
#17Earlier quoted context omitted.
I'm glad you all are still doing this challenge. Ang handed one to me at Defcon 6 or 7 years ago and it's one of the most interesting challenges I've ever attempted. Didn't finish it but learned a ton. For anyone reading, Red Balloon is a great place with great people and I highly recommend anyone remotely interested give them a look.
The Red Balloon website looks AI generated.
Re: HDD Firmware Hacking
#18Re: HDD Firmware Hacking
#19The obfuscation hardware vendors do is so trivial, why do they even bother? One of the current vendor provided consumer SSD firmware update utilities for Linux as a live-usb decrypts the firmware and writes it out to disk decrypted before uploading it, so simply using seccomp to fail a rmdir syscall nets you the decrypted version without having to reverse engineer any of the updater/decryption code. I deleted my own…
So when you start publishing their code they can DMCA you.
Re: HDD Firmware Hacking
#20The fact that vendors still ship firmware with trivial obfuscation in 2026 is wild. I wonder how many data recovery shops already reverse-engineer these routinely but just don't publish.
Start publishing it and it's a good chance you'll get a DMCA notice in short order.