this post was submitted on 12 Mar 2024
697 points (97.4% liked)

Technology

58011 readers
3076 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
[–] [email protected] 3 points 6 months ago* (last edited 6 months ago) (2 children)

I simplified the concept which might seem misleading to you but the outcome is exactly the same.

You can get access to the home network through weakly secured devices. If you can get past a weak device, trusted by the network, you can send commands through the network and to other devices as if you were a typical user. If your car can be unlocked from your computer (or phone) over the network, a hacker would only need to get past your coffee maker on that same network to be able to tell your car to unlock.

In other words, the Internet of Things can often be a liability if you don't know how to secure points of access to your network. If you installed a smart thermostat and it's still broadcasting the default SSID, that's a glowing weakspot for a hacker. Who would need WPA2 security for that, right?

[–] [email protected] 2 points 6 months ago

From the toaster you'd still need to find a way to access a trusted device. This is going to require an exploit. But first the toaster needs meet some specific requirements, like does it have a web server or shell. If it's a simple device that merely broadcasts its state it likely does it meet these requirements.

If your WiFi thermostat is broadcasting its default SSID, that means it is not connected to your WiFi. At most you can take control of the device but it won't get you onto the trusted network any faster than hacking their WiFi directly. Best to go for a device already on the network.

[–] [email protected] 2 points 6 months ago* (last edited 6 months ago)

In the case of tesla, you'd still need the API token to the specific car (which requires username and password) to send any commands to it. It doesn't actually take commands directly, from anything, it's all done through teslas servers via the API. Getting access to local network makes no difference, you need the token to do anything with the car. You can't even send commands via BT to the car.