No video

Hardware Wallet Hack: Ledger Nano S - f00dbabe

  Рет қаралды 270,038

LiveOverflow

LiveOverflow

Күн бұрын

It was found that the Ledger Nano S bootloader can be tricked into flashing and executing untrusted firmware.
Research Site: wallet.fail/
Twitter: / walletfail
Thomas Roth: / stacksmashing
original wallet.fail talk: • 35C3 - wallet.fail
The bootloader is used to update the firmware of the 'non-secure' processor in the Ledger Nano S and has full control over the display, USB and the buttons. Time might tell how critical this issue actually is, a strong proof-of-concept still requires a lot of work and maybe the guys from wallet.fail will publish more in the future. Or join the security research and play around with it yourself!
=[ ❤️ Support ]=
→ per Video: / liveoverflow
→ per Month: / @liveoverflow
=[ 🐕 Social ]=
→ Twitter: / liveoverflow
→ Website: liveoverflow.com/
→ Subreddit: / liveoverflow
→ Facebook: / liveoverflow
=[ 📄 P.S. ]=
All links with "*" are affiliate links.
LiveOverflow / Security Flag GmbH is part of the Amazon Affiliate Partner Programm.
#HardwareSecurity #SecurityResearch

Пікірлер: 396
@quantumbracket6995
@quantumbracket6995 5 жыл бұрын
Most epic liveoverflow intro ever
@friedkeenan
@friedkeenan 5 жыл бұрын
Yeah, I was thinking that he must've put some time in Photoshop animating that, but then I realized it was the actual display
@dummybugstudios6450
@dummybugstudios6450 5 жыл бұрын
Yeah what the fuck that was soooo sick
@RinaldoJonathan
@RinaldoJonathan 5 жыл бұрын
reply button : 0:26
@SusmithHCK
@SusmithHCK 5 жыл бұрын
This channel is underrated. Awesome video.
@MichaelReeves
@MichaelReeves 5 жыл бұрын
This is beautiful bb
@_iphoenix_6164
@_iphoenix_6164 5 жыл бұрын
Michael Reeves nice to see you here!
@switheroo
@switheroo 5 жыл бұрын
Yes
@LANstorm.
@LANstorm. 5 жыл бұрын
You know what else is beautiful? _drones_
@idrissberchil25
@idrissberchil25 5 жыл бұрын
Meet your maker, I see.
@yaenne94
@yaenne94 5 жыл бұрын
Ha nice to see you here :D
@tomaschku
@tomaschku 5 жыл бұрын
12:22 I remembered the Google logo a bit different
@vipsylar6370
@vipsylar6370 5 жыл бұрын
Hahahaha
@vipsylar6370
@vipsylar6370 5 жыл бұрын
The UML of that it's only in his mind. 🤓😇
@Arthur-qv8np
@Arthur-qv8np 5 жыл бұрын
Really nice video ! (as always) But, about the extraction of the private key from the secure element I would like to mention that it's not as easy as using some DPA (or other side-channels), or using some powerful microscope. This kind of chip is designed to avoid side-channels, it includes power fault detection circuits (like the Rambus DPA countermeasures). And to avoid microscopic analysis, you can use a metal layer of the integrated circuit to hide the memory on the chip (it's called a "sheld"). That way, you need acid to destroy the metal layer and reveal the memory. This process is very complex because you can destroy the memory with acid (that's why only organizations like the NSA can do that kind of attack). And even if you're the NSA, if the memory are encrypted with a true secret key your attack is dead. We can use PUF (Physical Unclonable Function) to make a true secret key (generally known as root-of-trust). Also, from my point of view, the real architectural error is not to connect screen and button to the non-secure chip. Real error is not checking the boot loader at each boot (but it's time consuming). Or at least put the "f00dbabe" in an other memory (a secure one).
@berni8k
@berni8k 5 жыл бұрын
These little microcontroller chips don't really have any permanent storage other than flash memory. There is also no MMU or MPU to protect memory areas and has no privileged execution modes (The bigger ARMs meant to run Linux have all this). Yes running the check every time on boot would be more sensible but wouldn't protect you against this particular silly exploit. This exploit allows you to write to 0x00000000 and this is the reset vector. With that you can just insert a jump instruction into whatever code you want (And could have loaded earlier), bypassing the bootloader completely. But none of this would happen if the bootloader simply would refuse to write to this memory area too.
@Arthur-qv8np
@Arthur-qv8np 5 жыл бұрын
@@berni8k "These little microcontroller chips don't really have any permanent storage other than flash memory" Are you sure about that ? I'm currently working with a crypto accelerator IP to implement a secure boot and it embeds a small ROM for the boot ROM and a OTP (One Time Programmable memory) made of fuse for secret datas. I don't know the ST chip, but it would be surprising if it didn't have any memory on it. (like a secrete unique key, a certificat, or a boot rom) Yes obviously that device is a bad example of secure device x), it's so stupid to allow writing on memory used for the secure boot process.
@user-lz2oh9zz4y
@user-lz2oh9zz4y 5 жыл бұрын
This pixelated boot intro simply blew my mind! AMAZING!!
@evennot
@evennot 5 жыл бұрын
Followed by remark that he didn't do anything important. Like putting your logo onto a device that's sole purpose is to be secure is not impressive
@berni8k
@berni8k 5 жыл бұрын
@@evennot Well it demonstrates code execution on something that is supposed to be secure (executing non verified code is a big no no)
@jamiebury1807
@jamiebury1807 3 жыл бұрын
@@berni8k did he actually change the code? i think it was just a visual edit thing
@berni8k
@berni8k 3 жыл бұрын
@@jamiebury1807 This visually demonstrates that the code is executing, but the code does have full control over the MCU inside. Yes the secure element chip is still safe, but the MCU is the interface between the secure element and the user/usb port. This allows it to trick the user into approving a transaction shown on the display while actually sending a malicious coin stealing transaction to the secure element for signing. This is still a pretty difficult coin stealing attack to execute, but it is possible.
@jamiebury1807
@jamiebury1807 3 жыл бұрын
@@berni8k thanks berni8k i thought as much. what about when you enter a 24 word phrase how does the the secure element never get seen by a potential hacker who tried to mess with the device? What makes the secure chip so special?
@joemama-js6hv
@joemama-js6hv 5 жыл бұрын
I should never take a break from watching your videos. They inspire me to take the initiative to stop playing video games and get hacking again. You're awesome!
@davyrogersuk
@davyrogersuk 5 жыл бұрын
I enjoyed that... some nice work by Thomas, and well presented as always. :-)
@kaijellinghaus5693
@kaijellinghaus5693 5 жыл бұрын
Why aren't they just patching it? Usually they cannot patch the bootloader, but this vulnerability includes the ability to write to the bootloader's section. Therefore they can use the vulnerability to patch the vulnerability.
@berni8k
@berni8k 5 жыл бұрын
Well you can't use this vulnerability to directly overwrite the bootloader because the bootloader is executing directly from flash. So the bootloader would end up running in a mix of the old and new code until it trips over itself and crashes, leaving a broken bootloader in flash and bricking the device. However what you can do is use the bootloader to update the main code, this code would then run and overwrite the bootloader and show something on the display to signal its done. At that point you can then reboot it into the new bootloader and load the genuine application back in. This can be done with the exploit or without it (If you have that magical private key)
@berni8k
@berni8k 5 жыл бұрын
Oh and i just realised. As part of the exploit you could update the bootloader yourself and lock it down. So then when the user tries to update to the new secure firmware with a patch for this vulnerability it pretends like it is flashing it but actually does not write anything. So your code stays in there.
@jackaw1197
@jackaw1197 5 жыл бұрын
@@berni8k I'm not certain if you could use the same technique to update the bootloader from main code. Mainly because the vulnerability involved changing this during bootloader code, and altering it during main code may not be trivial, as chips can have hardware protection features to protect the bootloader during main code. I haven't researched this chip in particular, but remember reading something along those lines in a datasheet for another chip
@berni8k
@berni8k 5 жыл бұрын
@@jackaw1197 These STM32F04 series are just simple little microcontrollers. There is likely some sort of register based lock to prevent accidental writes to flash, but since there is no such thing as privileged execution any code can do it and start writing to flash. All of the flash memory is the same. The only reason why its placed where it is placed is because the reset vector is at the beginning of flash memory. So the bootloader is placed there so that its the first thing it executes on startup. No special boot region. The things are just faster 32bit versions of classical 8 bit microcontrolers used to run simple tasks with no OS or even RTOS. Its the bigger ARMs built to run a OS that have the usual security features you would expect in a modern computer because the OS pretty much needs them.
@jackaw1197
@jackaw1197 5 жыл бұрын
@@berni8k OK, I looked up the application notes, and you appear to be correct (AN5156, section 6). Some STM32 series do have 'Secure User Memory', but the F0 series do not. The datasheet I had read was for an ATMEGA32u2, which has lock bits to prevent writes to bootloader memory from application memory. I assumed a 32 bit arm chip would have this since an 8 bit avr does, but I was wrong.
@venominuz8508
@venominuz8508 5 жыл бұрын
I saw the Talk from CCC, very great work! And they even told that there is something coming on your Channel so I expected this vid to come ;) Keep up the great work!
@russ18uk
@russ18uk 5 жыл бұрын
Watching this after the 35c3 talk. Very interesting!
@kkpdk
@kkpdk 5 жыл бұрын
Having written a few supposedly-secure bootloaders, the check at 5:35 should always be a whitelisting. Most microcontrollers have mirrors of the flash area, especially when they sell them fused-off to a smaller size for cheaper. You can also write evil bootloaders. Yes, this is slightly iffy. Once the evil code is loaded (by bootloader or swd), nothing prevents it from responding with the good hash, and since key load/generation-and-backup is visible to the mcu and not just the SE, see yesterday's CCC talk about leaking the private key through signatures:-)
@redd_cat
@redd_cat 5 жыл бұрын
Drink every time he says "zero"
@berni8k
@berni8k 5 жыл бұрын
The joys of low level embedded programming. You tend to learn to subconsciously count to 8 when writing 32bit values in hex.
@bluelemonade6200
@bluelemonade6200 4 жыл бұрын
I feel booze
@Ayush_28
@Ayush_28 3 жыл бұрын
Have Vodka shots. 😂
@cntrix2047
@cntrix2047 5 жыл бұрын
So many LiveOverflow videos... Am I in heaven?
@melluh
@melluh 5 жыл бұрын
7:56 look at the videos on the side xd
@finntegeler
@finntegeler 5 жыл бұрын
Yes. KZfaq was not trained on his taste as he uses a private tab in chrome and is not logged in into KZfaq.
@melluh
@melluh 5 жыл бұрын
@@finntegeler That's not what I meant.. Look at the channel names of the videos.
@therudolfgaming4631
@therudolfgaming4631 5 жыл бұрын
@@melluh Damn, nice catch! I didn't even notice that heh
@pillow855
@pillow855 3 жыл бұрын
@@melluh That last one is so ironic.
@dmarxmrj
@dmarxmrj 3 жыл бұрын
Hello! It's the first time I'm watching one of your videos and I'm impressed, I watched all the videos on the Ledger series and I liked them a lot, it's great work and I'd like to thank you. Now, in this video you make it sound like Ledger brushed off the hack you discovered. I found it strange that they would do that and if that was the case I would certainly stop using their product just out of principle and and so I looked up their release notes to see what could come up and I'd like to point out my findings. On the release notes for 1.5.5, (01/16/2019) they say: "The so-called f00dbabe vulnerability has been independently discovered by Juliano Rizzo from Coinspect and T. Roth a few months later. We evaluated it as not exploitable, thus we did not urge for a new update. To our knowledge, no exploitation has been proven since then."" I thought, yeah it checks out! Despite of that, a few lines below they wrote: "Improved MCU genuine check to prevent the installation of rogue MCU firmware by software." Nevertheless, they've might actually fixed it just in case. Then later for version 1.6 (11/13/2019) Ledger wrote: "Starting from firmware version 1.6.0, the microcontroller (MCU) will be updated by the Secure Element, further increasing the security of the update process and improving the user experience." I can't tell for sure but I believe they actually implemented countermeasures for the hack you described. I think the key is that they said "we did not urge for a new update". Now it's clear what they meant. I hope you can find the time to test it. All the best!
@eeesmit
@eeesmit 5 жыл бұрын
This Nano Ledgers are being sold as security model, and I never felt safe about this configuration. Is also sold as open source hardware but the secret chip is not, just the board designs and software.
@WelteamOfficial
@WelteamOfficial 5 жыл бұрын
7:10 By the way, the fact that the two locations are maped to the same physical memory on STM32 chips is basic knowledge. I hope the company took actions against those who made such a mistake
@Scoopta
@Scoopta 5 жыл бұрын
I'm just waiting for people to stop calling it SSL when all modern secure connections use TLS. Pedantic I know =P.
@QuickishFM
@QuickishFM 5 жыл бұрын
Ah, I wasn't the only one who though that.
@Scoopta
@Scoopta 5 жыл бұрын
@@tripplefives1402 lol wow, are you trolling or do people still actually do stuff with gopher.
@Scoopta
@Scoopta 5 жыл бұрын
@@tripplefives1402 IPoHAM...is that an RFC yet? IPoAC is a thing so I have to imagine IPoHAM is. Also while I know what gopher is I've never actually used it. I guess the advantage to not having images or any of the bloat of the web is it's super light weight.
@Scoopta
@Scoopta 5 жыл бұрын
@@tripplefives1402 But does it have IPv6 lol? Also I have no idea what AX.25 and x.25 are so I'll probably go look those up
@Scoopta
@Scoopta 5 жыл бұрын
@@tripplefives1402 very interesting. I am familiar with the OSI model just not many of the layer 2 protocols. I actually would have thought that most fiber connections would use ethernet but guess not. I know fiber in a LAN usually is just ethernet but I guess it shouldn't be surprising something else is used on the scale of an ISP.
@fluffy_tail4365
@fluffy_tail4365 5 жыл бұрын
The moment you said "let's look at the memory map" I facepalmed so hard because I knew what you were going to say and I didn't want to believe they messed that up Also, at 11:11, the NSA doesn't need anything to obtain documents from ST micro or any other US based company, not even a please. The only way that chip is secure is if it has a phisically unclonable funtion inside. Security through obscurity is never the answer, just a fake layer of lull.
@berni8k
@berni8k 5 жыл бұрын
Well the NSA can legaly do almost anything anyway, for us mortals its illegal to use malware but not for them its business as usual. Security trough obscurity does help. But only if there is some actual legit security underneath. Piling up layers of obscurity on top can really slow down the attacker. For example when they have no documentation means they have to reverse engineer everything first. Each layer is an annoying time waster so that a lot of attackers will get fed up and give up.Only the most persistent ones actually get to your real security to have a go at cracking it (And this is the important bit). So obscurity in itself it certainly not a security measure but it does help the actual real security measure under it resist attacks a bit better. Modern PC games make heavy use of this. For example now famous Denuvo protection is used to unscramble machine code in real time as its executing. This Denuvo protection is not doing any security jobs, but it makes analyzing or tampering with the code running inside of it really painful and difficult. Its used to obscure actual security code under it so that you can't mess with it as easily. This can take a game from being cracked in
@Arthur-qv8np
@Arthur-qv8np 5 жыл бұрын
@Fluffy_tail xD ! Same reaction for me : "what ? There is an alias o.o that so stupid !" PUFs are a great solution but you also need a good architecture
@Xackus
@Xackus 5 жыл бұрын
ST micro is not US based
@dantenotavailable
@dantenotavailable 5 жыл бұрын
@@berni8k I think you're overstating the value of Denuvo a little. When it was first released in 2014, it secured 2 titles for 12 months, followed by titles for 6 months or less. By 2015 it looks like 2-3 months was common. In early 2016, Denuvo was calling almost 4 months for doom "impressive" . In 2017, games were frequently cracked within hours of release (e.g. Middle-earth: Shadow of War and Total War: Warhammer 2). Final Fantasy XV was cracked 3 days before release. I haven't bothered to do a full head count but it seems like between no real effect and 12 months is a much more reasonable estimate to the value that Denuvo gives but with the time spent at 12 months being a lot shorter than the time spent at no real effect. There are a few "not cracked" titles in the list but the ones that stand out to me are Valkyria Chronicles 4 and the Adventures of Captain Spirit/Life is Strange 2 as they are big name titles that are primarily single player. Can't explain why those survived where everything around them was in flames, but i doubt it's purely the quality of the security of Denuvo. Ultimately this is an arms race where the ones doing the protecting have limited time and resources where as the ones doing the penetrating have (effectively) unlimited time and resources. Denuvo found a method that protected against a common cracking vector so the cracking community developed a new general purpose approach.
@berni8k
@berni8k 5 жыл бұрын
@@dantenotavailable Well yes Denuvo does get cracked much faster as crackers develop tools to help them work with it. But still before Denuvo and similar mechanisms under other names it was rare that something didn't get cracked within a day of release. So extending it even to a month is actually pretty impressive. But Denuvo does not help at all if the security code it is protecting is itself flawed. Its Denuvo put on top of already strong copy protection that keeps the game from being cracked for long. For example using Denuvo to protect the Steam DRM is essentially useless, the hackers have such good understanding of Steams DRM system that they can crack it without modifying the actual game executable rendering denuvo useless. Using denuvo to protect a sophisticated DRM that is spread trough all the games code and performs secret checks that make the game act weird or mysteriously crash on purpose is a whole different story. In any case Denuvo does significantly slow down cracking when used on top of a good strong DRM. This is security by obsurity and it does work. If the game developers implement it wrong then its there own fault. Denuvo is not a magic never crack pill, just helps reasonably secure DRM be even more secure
@FinlayDaG33k
@FinlayDaG33k 4 жыл бұрын
I bought a Nano X and Nano S just a few days ago... then KZfaq recommended me this video... Oh lord... let's see what it's about...
@digitalworld5407
@digitalworld5407 4 жыл бұрын
Do you think hardware wallet is not secure like nano x?i already ordered nano x.that is on the way?reply me
@FinlayDaG33k
@FinlayDaG33k 4 жыл бұрын
@@digitalworld5407 That comment made no sense (I recommend using Grammarly btw, it can help you figure out grammatical mistakes and fix typos, I'm not affiliated with them) but I guess you meant to ask whether the Nano X is more secure than the Nano S? If that's your question, then no. The Nano X uses the same design as the Nano S with some "ease of use differences". These differences include (but are not limited to): - allowing more "apps" (basically wallets) on the device - bigger buttons - bigger display - USB-C (instead of micro-B) - Bluetooth Fundamentally, they are the same, though, due to the increased storage space on the Nano X, along with the Bluetooth component, I think the Nano X *might* (in theory) actually be less secure. Do you have to worry? realistically speaking: no. Unless you are being targeted individually (like someone actively targeting YOU), there is no real problem. If they are actively targeting you, then your cryptos might be the least of your concerns... Creating an attack and sending it out in mass and blablabla might prove too difficult to be worth the effort over creating malware that just phishes the user or something. I mean, do note that one thing @LiveOverflow didn't mention is that you need to approve a connection between your ledger and the manager... so it can't do it sneakily (atleast, that we currently know off). Having a hardware wallet is marginally better than having a software wallet so you'd be fine nonetheless. I own both a Nano S and X btw. The Nano X is on me while the Nano S is in my safe (seeded and good to go), the recovery phrase is stamped and put in another safe, pretty far away from me. If I ever lose the Nano X, I buy a new one, initialize it then send my funds from my S to the new X then re-seed my S with the recovery seed from my X. This way, by the time the finder might have broken into the thing... the funds are gone.
@digitalworld5407
@digitalworld5407 4 жыл бұрын
@@FinlayDaG33k oh my god tnx for the very big reply.really i have to say that i havent good inglish to understand what you said exactly..i mean some words anyway i Trying to understand your reply words to words.thnx bro
@FinlayDaG33k
@FinlayDaG33k 4 жыл бұрын
@@digitalworld5407 Use Google translate :) While it *might* not be 100% accurate, it could help you understand it all a bit better since now you can see it in your native language (albeit with some funkyness here and there). Also, just keep trying to write English (especially with the aforementioned Grammarly extension) so you can practice! Good luck!
@digitalworld5407
@digitalworld5407 4 жыл бұрын
@@FinlayDaG33k yes thnx bro.i ll
@tobiumevolume9890
@tobiumevolume9890 5 жыл бұрын
Was looking forward to this since i saw the talk! :D
@AlexDubois
@AlexDubois 5 жыл бұрын
As you said the new firmware can control the screen (@2:47) it was enough for me to have a scenario to abuse the owner of a borrowed key. So, for the users of this dongle, don't enter boot-loader mode and update the code.
@vidalgarcia2655
@vidalgarcia2655 3 жыл бұрын
You must have been talking to someone, down the hall, behind me...that went right by me.!
@parpid
@parpid 5 жыл бұрын
Great work balancing the statements, instead of tooting your own horn, you carefully explain both the vulnerability, and Ledger's response to this criticism
@ShawnBuckingham
@ShawnBuckingham 5 жыл бұрын
My two cents on this are even if it the address was spoofed, it would just be the display, displaying the wrong value. To be able to change data, it would have to access the secure non-volatile storage (or flash) to be able to actually modify the data that was already stored on the device. If it was a new "hacked" one to the consumer, then it still wouldn't match as the verification using the ledger app would be incorrect, as it wouldn't match. Theoretically, the user would (or moreover should) notice this, and not execute transactions. It's like changing the Windows boot animation on Windows, it's not doing anything fancy, it's not bypassing bitlocker or anything, it's just in essence a change of files, no real code changes.
@TiagoTiagoT
@TiagoTiagoT 5 жыл бұрын
With a hacked firmware theoretically it could trick the secure element into believing the firmware is legit and then authorize a transaction to a different address than what the hacked firmware is displaying on the screen. This would require an additional exploit that no one has demonstrated to exist yet, but it might exist.
@Flavius-Tech
@Flavius-Tech 5 жыл бұрын
By the time someone steal your ledger and try hack it, you have enough time to use seed phrase and move funds with another wallet. To extract data key from chip with advanced micro engineering and using your idea how NSA can break into it if they have access to the company that build chip, it takes a lot of time. Plus, one mistake can erase chip's memory. It is really hard to hack the device itself, but yes you can trick public key to be changed on the computer that you use it with ledger. So, if you are not visually confirm address on the screen of ledger, you might send funds to a wrong spoofed address public key.
@jojo-fp1zv
@jojo-fp1zv 5 жыл бұрын
It's so clear when you explain it. But the question afterwards is, HOW you found the bug, how you got attention to it and how long Thomas needed to find it..
@DigitalicaEG
@DigitalicaEG 5 жыл бұрын
Foodbabe was my nickname at hooters
@TheMas-sk7nd
@TheMas-sk7nd 5 жыл бұрын
Doesn't the bootloader require physically pushing a button? If so wouldn't that greatly reduce any attack surface other than physical access?
@henke37
@henke37 5 жыл бұрын
@UXXELDUXXEL I assume that there is an option for a passcode that you have to enter on the device. Two buttons are enough for code entry and the hardware can lock itself to deter guessing.
@berni8k
@berni8k 5 жыл бұрын
@@henke37 But the passcode is useless if you can simply replace the firmware to do anything you want on the passcode screen. But yeah its a pretty wild scenario to get physical access to the crypto wallet and get malware on the PC in order to make an actual attack. Maybe if they knew someone is keeping >100k USD in there wallet.
@liteoner
@liteoner 5 жыл бұрын
You could tamper with the Ledger before it even reaches the end-user, that's the issue here. There's no way to tell if your Ledger was previously compromised.
@mattcraig3811
@mattcraig3811 4 жыл бұрын
@@berni8k It's not useless if the secure element stores and verifies the passcode (I'd certainly hope that's the case). If so, the correct value still needs to be entered at least once after a malicious firmware is loaded on an already-initialised device.
@Xgrosz
@Xgrosz 5 жыл бұрын
simple question - is there anything more secure on the market now then Ledger or Trezor?
@ShawnBuckingham
@ShawnBuckingham 5 жыл бұрын
Paper wallets in a big trusty safe. At the end of the day a hardware wallet is 100x more safe compared to leaving crypto on an exchange.
@tommyyoutubechannelok
@tommyyoutubechannelok 5 жыл бұрын
@@ShawnBuckingham I would argue that paper wallet is less secure, once you have access to the paper wallet you got funds, once you have access to the physical hardware wallet, you dont have access.
@studiochapters
@studiochapters 2 жыл бұрын
I have no idea what any of this means but yet I'm still watching this at 2am
@GLITCH_-.-
@GLITCH_-.- 5 жыл бұрын
What's with the weird clicking in your voice? Are you getting wire-tapped? Am I getting wire-tapped?
@liamosuilleabhain9965
@liamosuilleabhain9965 5 жыл бұрын
I didn't notice this until I read this comment, and now I can't not hear it again. Shit.
@solidmage
@solidmage 5 жыл бұрын
Someone please answer to this
@patrickfreeman9094
@patrickfreeman9094 5 жыл бұрын
#saliva #goodmic
@huhulili9021
@huhulili9021 5 жыл бұрын
He's speaking a mix of a language in Africa and English
@avamander.
@avamander. 5 жыл бұрын
Him making mouse clicks while recording?
@smoscar
@smoscar 5 жыл бұрын
Can’t wait for this video series
@MrEiht
@MrEiht 5 жыл бұрын
A boot loader as attack vector? We haven't seen this in a while :)
@DaPorkchop_
@DaPorkchop_ 5 жыл бұрын
another quality video from liveoverflow!
@Tokamak91
@Tokamak91 2 жыл бұрын
you would still need physical access the device in order to start the Bootloader mode in the first place.
@Occcc12
@Occcc12 5 жыл бұрын
I don't see how reverse engineering the secure chip client protocol, , malware on the PC and malware on the unsecured chip is ever not enough to steal the wallet funds, the secure chip cannot know it does not speak with the real client and the confirmation button can be pressed by the evil firmware. Without the firmware vulnerability there is still the confirmation mechanism to defend the wallet. Therefore the code execution is definitely a major issue. Also, if it's not an issue like Ledger says than why go into the trouble of protecting the bootchain? Obviously they are improvising at this point
@JuliusMike
@JuliusMike 5 жыл бұрын
The video gives a great insight on how one of the most popular hardware wallets works and what are its weak points. This will make up for a great series! For the next one, would you consider talking about using Python scripts on Android and iOS (through Pythonista for example) to build basic tools that help pentest networks? (or serve other hacking purposes)
@Valery0p5
@Valery0p5 5 жыл бұрын
That's why in modern consoles the boot process is handled by a bootrom... You can't read it "easily" and certainly you can't modify it...
@fredletamanoir5283
@fredletamanoir5283 5 жыл бұрын
Excellent video with moderated claims. Keep on the good work :)
@DreitTheDarkDragon
@DreitTheDarkDragon 5 жыл бұрын
Incredible! I wonder how long it will take to reverse engineer original code and add exception, which will automatically accept payments to certain addresses.
@berni8k
@berni8k 5 жыл бұрын
Likely not that hard since they have machine code running inside this chip. The whole thing can be thrown into disassembler, perhaps look for the string that shows when it asks you to confirm. Check what part of the code accesses that string and just add one jump instruction to skip the button check (Or jump into your own code that checks for a specific pattern in the payment address if wanted).
@unclemarkmark
@unclemarkmark 2 жыл бұрын
So the question is: Did Ledger patch this vulnerability in their recent hardware / firmware releases? This vid is 3 years old.
@melkileo
@melkileo 5 жыл бұрын
Always quality content here 👌 💯
@kesmik
@kesmik 5 жыл бұрын
Hardware related security issues is my favourite. Thanks!
@Manabender
@Manabender 3 жыл бұрын
Only 35 seconds in, and I'm gonna bet you're going to spend the next 15 minutes explaining how you made the past ten seconds happen. In other words, *best intro ever*.
@soviut
@soviut 5 жыл бұрын
I sure hope the f00dbabe constant isn't because the creators are fans of that "health" charlatan.
@berni8k
@berni8k 5 жыл бұрын
Well if they used 0xB16B00B5 (big boobs) then the feminists would be after them just like they ware after the linux developers that used this magic word in the linux kernel source code. Sad... very sad, i know.
@iSuperGeek
@iSuperGeek 5 жыл бұрын
​@@berni8k I had to research that one (was unfamiliar with the whole thing ever having occurred) but the whole controversy, specifically the discussion at mjg59.dreamwidth.org/14955.html, was quite entertaining.
@czardomn
@czardomn 5 жыл бұрын
Interesting, just got one yesterday. Think I'll transfer back and have some fun
@nickNcar
@nickNcar 3 жыл бұрын
This is why I post my keys to reddit. Cant steal my private key if its public.
@hoxorious
@hoxorious 5 жыл бұрын
I am definitely interested in upcoming videos!
@tahaak
@tahaak 2 жыл бұрын
I think it is still more secure that keeping your crypto on an exchange or using a software wallet
@senseinorin
@senseinorin 3 жыл бұрын
If you put on a custom boot-loader, can you bypass the three login attempts before the private-key is deleted? Not sure it the secure chip self deletes or relies on commands from the un-trusted chip to order the deletion. If this would be the case this would provide a vulnerability if someone has physical access. Wondering what your thoughts are on this is.
@pierrejean42
@pierrejean42 5 жыл бұрын
Why do they use different adresses for the same part of memory ? 6:31
@PETAAAGAMING
@PETAAAGAMING 4 жыл бұрын
I have no idea what this guy is talking about. But I have respect that he is understands this tech stufffff.
@AnonymousMaykr
@AnonymousMaykr 2 жыл бұрын
What's the point of checking for 0xF00DBABE if you can overwrite it anyway? Surely the engineers wouldn't have made such a glaring oversight?
@minecrafter9099
@minecrafter9099 5 жыл бұрын
Thing is, since the private key is in that "secure chip" which verifies the "proxy chip" even beeing possible to show stuff on the display and handle the buttons the "secure chip" would not handle the key (the the result of some signature) if the code on the proxy is not right. Of course that if the protocol between the secure chip and the proxy is just "hey, the secret word is gimmedasignature" "That's right here u have the signature" then a *simple* scoping would tell the secret word and then a real MITM attack would be possible
@berni8k
@berni8k 5 жыл бұрын
I think the PC needs malware in any case to let you steal funds from the wallet. With a lot of work you probably pretend you are the security chip as the PC is talking to you, modify the request and then pretend you are the PC as you talk to the security chip to make it sign you a huge transaction of bitcoin to your own address. But if you send this forged signature back to the PC it will notice. What happen is that the PC pins this signature to a bitcoin transaction header that the PC generated and the transaction will fail because the signature is wrong. Or the PC will check what it got from the wallet and note that the bitcoin wallet address or amount does not match. Oh wait... i just remembered about the BadUSB exploit... yeah that could be used to get some small program to execute on the PC that received the forged signature and sends it out.
@Vaderpwr
@Vaderpwr Жыл бұрын
Wow, you guessed the back door 4 years ago! Ledger just announced it with ledger recover! 😂
@oevers
@oevers 4 ай бұрын
This is not how Ledger recover works. They can’t extract it from your ledger like that.
@bartowl
@bartowl Жыл бұрын
Now it is clear why ledger firmware is closed source. Otherwise one could just comment out part of code waiting for button press or do some more disturbing things very easy. They can still do it now, yet not that easy.
@adamkwalczyk
@adamkwalczyk 4 жыл бұрын
About the disclaimer: what used to be a hassle quickly becomes a routine once done successfully.
@Hans5958
@Hans5958 5 жыл бұрын
wow nice new intro
@lacno29
@lacno29 5 жыл бұрын
The best intro I've ever seen. Thug lyf
@chrissxMedia
@chrissxMedia 5 жыл бұрын
FUCK YEA, half a day after i watched the talk
@sk8sbest
@sk8sbest 5 жыл бұрын
Amazing video. Thank you!
@stevolanddownunder8935
@stevolanddownunder8935 2 жыл бұрын
What if you added the extra security of the 25th word passphrase in addition to the general recovery phrase? If a hacker got past the bootloader etc they would still need the 25th word.
@xKyriakoZ
@xKyriakoZ 2 жыл бұрын
how would u add a 25th word?
@cut3882
@cut3882 5 жыл бұрын
It's amazing that you can actually put your money on a USB
@elijahpepe
@elijahpepe 5 жыл бұрын
Top 10 Hackermen.
@PeterPan-sj1qc
@PeterPan-sj1qc 5 жыл бұрын
Great work! I wonder why the secure element does not check if the firmware is signed, like it happens with drivers on operating systems like Windows? Is it because they are not able to update/revoke the key if it ever gets compromised and the devise would be useless?
@NeuroPulse
@NeuroPulse 9 ай бұрын
If you trust ledger to not backdoor. 2023:
@shifter65
@shifter65 4 жыл бұрын
Is there a link to the document/research notes shown in the video? Didn't find anything in the description links...
@nikitatsytsarkin6874
@nikitatsytsarkin6874 5 жыл бұрын
So why can't you just create a piece of malware that will update the firmware on the device to sign anything without confirmation and create a fraudulent transaction? Yes, you can't extract the keys, but why does it matter if you can just still all the coins?
@blackcrypto7109
@blackcrypto7109 5 жыл бұрын
wonderful explanation.
@Perspectologist
@Perspectologist 5 жыл бұрын
This was a great explanation.
@Inner_Fire.Fitness
@Inner_Fire.Fitness 3 жыл бұрын
Holy F..... I bought a used nano wallet from Ebay.. Now I'm terrified to even use it...😬😬
@kessiahyoung7539
@kessiahyoung7539 5 жыл бұрын
Thank you for your video!
@ConnorBP
@ConnorBP 3 жыл бұрын
Even if it shows a fake conformation screen, if it still can't communicate to the trusted chip it will not be able to sign transactions anyways.
@Tish0eX
@Tish0eX 5 жыл бұрын
Good video. As idea for new video - bay a cheap Chinese drone (like Eachine e58). They all make open wifi network and have camera, so interesting here is what can be done with this open wifi networks>
@sur_shrimpster
@sur_shrimpster 2 жыл бұрын
I'm very late but would like to add: isnt the fact that you have the ability to erase the bootloader make it malware now? If some malicious person wanted you to no longer access your crypto, they could just erase the bootloader and brick your device.
@barneysman9116
@barneysman9116 2 жыл бұрын
What if I have have mining software on my PC, can they steel my keys?
@dylan8736
@dylan8736 5 жыл бұрын
A better gaming system than Soulja Boy's Chinese knockoffs.
@maxxbreakingbad5365
@maxxbreakingbad5365 3 жыл бұрын
Hello, I need help, I put another security word in my ledger apart from the 24 words and I don't pay attention that it generates 4 digits and I don't write them I want to enter and it asks me for those 4 digits that I do not write down, I lost all the funds I had? Can somebody help me?
@ronit2427
@ronit2427 5 жыл бұрын
Liveoverflow is love
@mechaile
@mechaile 3 жыл бұрын
thank you for explaining to every would be hacker how to bypass the security on this device.....
@hodlerx
@hodlerx 3 жыл бұрын
Trezor safety than Ledger?
@MattZelda
@MattZelda 5 жыл бұрын
Here's a video idea I want to see covered by you, and I have pretty high hopes that you're probably going to do it anyways. I want to see a video about GDB and defeating anti-debugging techniques, I have a crackme I've been working on and I get for the most part how it works, but I can't get too far into it because there's a trigger that once hit, force closes the program. And I am not sure what causes that.
@mahyarmahdinia5890
@mahyarmahdinia5890 3 жыл бұрын
I confused is it safe to use ledger Nano s or not?!!!
@guysade9799
@guysade9799 5 жыл бұрын
I'm wondering, at 5:39 can we bypass the protection by passing destination_address = 0x7FFFFFF, and buffer_size = 0x304 ? Or will it segfault for writing to a non-mapped memory ? Great content as always, thanks :)
@berni8k
@berni8k 5 жыл бұрын
Yes these ARMs throw a "Hard Fault" exception when you try to use memory that is not there or use it in the wrong way (Some things must be 32bit aligned)
@sorin.n
@sorin.n 5 жыл бұрын
*Cough* NSA: stay right where you are! *Cough* 😎
@vurpo7080
@vurpo7080 5 жыл бұрын
No need for anti-tampering stickers on the box, because the device has secure software? What's preventing an evil tamperer from replacing the entire device with an evil clone that looks ldentical?
@gblargg
@gblargg 2 жыл бұрын
PC software issues cryptographic challenge to device that requires having its private key?
@Alexander-xo5ho
@Alexander-xo5ho 4 жыл бұрын
this is a nice vid, keep it up
@Snip1337
@Snip1337 5 жыл бұрын
As a fairly ok hardware engineer, I feel like I could just unsolder the STM32 and solder one in with my custom bootloader/flash content, or? Maybe even one with a bigger flash size/same package , so I could be able to handle all the communication on the untrusted side, bypassing the crypto element completely? (The latter sounds way too optimistic to work)
@AnPham-uz3td
@AnPham-uz3td 5 жыл бұрын
I don't quite understand at 6:55, the sentence: "You might have SRAM, system memory, Flash mapped from 0x000000 to 0x00008000". Why is it being mapped?
@LiveOverflow
@LiveOverflow 5 жыл бұрын
Just a feature of the chip
@olesdyachyshyn6610
@olesdyachyshyn6610 4 жыл бұрын
i can use a used wallet if i delete the previous one before use ?
@rahulr1092
@rahulr1092 5 жыл бұрын
Thats a kickass intro
@smartd111
@smartd111 5 жыл бұрын
If there is a Malware on your computer that is NOT Ledger's fault! If someone physically gets your Ledger, that is NOT Ledger's fault!
@LiveOverflow
@LiveOverflow 5 жыл бұрын
What do you think is the purpose of the Ledger? lol
@Tranquility_00
@Tranquility_00 4 жыл бұрын
video starts at 2:22
@Nushima96
@Nushima96 2 жыл бұрын
Is this also possible on the Nano X? Just ordered one and I saw this video
@yumri4
@yumri4 5 жыл бұрын
so one of the oldest tricks in the digital book works on it? Well that is not good. Ledger just made it harder to pull off that trick.
@heath6969
@heath6969 4 жыл бұрын
Is this patched in the newer versions?
@grftaNitro
@grftaNitro 5 жыл бұрын
Very interesting!
@JSWausZ
@JSWausZ 5 жыл бұрын
Surely we will see you at the 36C3 ?! 😂
@mikee.
@mikee. 5 жыл бұрын
THEY USE MD5?
Threat Models - Hardware Wallet Research #1
14:00
LiveOverflow
Рет қаралды 68 М.
The Joker kisses Harley Quinn underwater!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 14 МЛН
OMG what happened??😳 filaretiki family✨ #social
01:00
Filaretiki
Рет қаралды 13 МЛН
this SSH exploit is absolutely wild
11:59
Low Level Learning
Рет қаралды 330 М.
GSM Mobile Network Intro - Nokia Network Monitor
14:26
LiveOverflow
Рет қаралды 181 М.
The Circle of Unfixable Security Issues
22:13
LiveOverflow
Рет қаралды 113 М.
Hacker Breaks Down 26 Hacking Scenes From Movies & TV | WIRED
21:14
Hacking Google Cloud?
21:59
LiveOverflow
Рет қаралды 123 М.
What happens if you connect Windows XP to the Internet in 2024?
20:35
PolyFill Vulnerability is WILD
13:43
ThePrimeTime
Рет қаралды 111 М.
Analysing a Firefox Malware browserassist.dll - FLARE-On 2018
16:26
LiveOverflow
Рет қаралды 253 М.
Hacker Tweets Explained
13:47
LiveOverflow
Рет қаралды 159 М.