this post was submitted on 25 Dec 2024
85 points (97.8% liked)

Technology

60115 readers
2591 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] socphoenix@midwest.social 9 points 2 days ago (1 children)

The security researcher, LimitedResults, coordinated disclosure with Espressif on their advisory and details of the exploit. The attack works against eFuse, a one-time programmable memory where data can be burned to the device.

By burning a payload into the device’s eFuse, no software update can ever reset the fuse and the chip must be physically replaced or the device discarded. A key risk is that the attack does not fully replace the firmware, so the device may appear to work as normal.

Why does a random esp32 chip need efuses in the first place??

[–] dgriffith@aussie.zone 4 points 1 day ago* (last edited 1 day ago) (1 children)

It's designed and implemented for copy protection. Otherwise you can design a esp32 device that includes software you've written and 15 minutes later a clone device with exactly the same software will appear on <insert Chinese electronics website here>

[–] socphoenix@midwest.social 1 points 4 hours ago

I mostly understand how these fuses prevent say downgrading firmware, but could t a Chinese firm looking to clone one of these also just clone the number of blow. Fuses equally trivially if the goal is just an also working device with stock firmware?