this post was submitted on 04 Apr 2024
679 points (87.3% liked)

Technology

58206 readers
3463 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] TimeSquirrel@kbin.social 7 points 5 months ago* (last edited 5 months ago) (1 children)

If it's got a full general purpose CPU and OS, yeah it can be vulnerable, but a lot of IoT stuff use microcontrollers that run one monolithic program. There's usually no other OS services or hidden exploits to use, I'm having trouble imagining how you'd break out of such a device once you've taken control of it, if you can at all. Can a smarter person correct me if I'm wrong, and explain how chips like the common ESP32 and ESP8266 are vulnerable to attack? Maybe through the RTOS and Wifi stack?

I'm an embedded hobbyist so I'd like to learn about securing my own devices.

[โ€“] redcalcium@lemmy.institute 2 points 5 months ago

Compromised iot devices sold as residential proxy is pretty hot right now: https://thehackernews.com/2024/03/themoon-botnet-resurfaces-exploiting.html?m=1

Those are targeting Linux routers and iot devices though. However, esp32 had vulnerabilities in the past such as the fatal fury attack, though it requires physical access to execute.