642

During installation, the router sent several data packets to an Amazon server in the US. These packets contained the configured SSID name and password in clear text, as well as some identification tokens for this network within a broader database and an access token for a user session that could potentially enable a MITM attack.

Linksys has refused to acknowledge/respond to the issue.

you are viewing a single comment's thread
view the rest of the comments
[-] avidamoeba@lemmy.ca 10 points 2 months ago* (last edited 2 months ago)

What does this mean, that the use plain HTTP or some other protocol? I can't see details.

[-] partial_accumen@lemmy.world 76 points 2 months ago

Two important points raised:

  • Why is Linksys sending your Wifi details, as well as your private password, outside of your home
  • If they're doing it, why are they sending your critically important private information unencrypted onto the public internet

The answer to the first one may be semi-legit as these are mesh products. As in, the other nodes in the mesh will need this information, and it appears that Linksys has decided to store your security data in AWS for the other mesh nodes to retrieve it when you're setting it up. I'd sure as hell like to know this before the product does this. Further, I'd much prefer to simply attached to each mesh node myself to input the secured credentials instead of sending them outside to the internet.

There's not excuse for Linksys sending the creds unencrypted onto the internet.

[-] dev_null@lemmy.ml 2 points 2 months ago

Even then, the other nodes would only need the hash of the password, not the password itself.

[-] Natanael@slrpnk.net 2 points 2 months ago

That depends entirely on the auth system, but you can use a separate credential to retrieve the password (using something like a PAKE algorithm)

[-] avidamoeba@lemmy.ca 2 points 2 months ago

I'm just finding no confirmation that they send them unencrypted over the Internet and I've seen "researchers" calling sending passwords over HTTPS "unencrypted."

Mesh coordination is interesting. It's not great. That said I doubt that any off-the-shelf consumer mesh system does go through the work to keep things local-only. It's too easy to setup a cloud API and therefore likely all of them do that since it's the cheapest.

[-] cley_faye@lemmy.world 12 points 2 months ago

I’m just finding no confirmation that they send them unencrypted over the Internet

Even if they were sending them with proper E2EE to their server, that would still be a huge fucking problem.

[-] 0x0@programming.dev 5 points 2 months ago

calling sending passwords over HTTPS “unencrypted.”

The channel is encrypted, the content is not. It is a password, why would they need it?

[-] theneverfox@pawb.social 1 points 2 months ago

Because now they have your login and password - not a hashed version they can only validate against, but the real thing that can be used to log into your network. They shouldn't ever have it, aside from them being able to sell credentials this also means someone else could probably obtain access to all of them

[-] Passerby6497@lemmy.world 5 points 2 months ago

and I've seen "researchers" calling sending passwords over HTTPS "unencrypted."

That's because the password is unencrypted.

HTTPS will encrypt the channel and the data in flight, but the data is still unencrypted and anyone with a key that validated (assuming it actually checks for certificate validity) now has access to your unencrypted password. So yes, even over HTTPS it should be considered unencrypted.

Whether or not they're sending it over an encrypted channel, they're still sending out an unencrypted password that they have no need for. Linksys has no reason to need the unencrypted password, and at best would only need a hashed password to accomplish whatever business case they're sending that to solve. We have to assume that they're also saving it in clear text given how they're sending it in the clear as well.

No password should ever leave your network unencrypted, no matter the data channel encryption. Anything less is negligence , and the vendor should not be trusted.

[-] Flashback956@feddit.nl 3 points 2 months ago

How would they know that the device sends the SSID and password otherwise? If it was encrypted you would not be able to read the content of the packages.

[-] Natanael@slrpnk.net 2 points 2 months ago

If you get root on the device you can MITM it by extracting session keys

[-] mhague@lemmy.world 23 points 2 months ago* (last edited 2 months ago)

From what I can find, by "These routers send your credentials in plaintext", they actually meant to say, "The mobile app sends credentials in plaintext."

If you use the web interface then your credentials are not sent in plaintext. The routers themselves also don't send credentials in plaintext.

The people who found this out got that wrong, and a lot of people are confused because they didn't expand on "in plaintext." They could be a little more professional / thoughtful.

Edit: I'm also thinking about the "may expose you to a MITM" bit. I think if it was https then a MITM (assuming all they can do is examine your packets) wouldn't work because the data can only be unlocked by the private key. It sounds like it was an http connection?

[-] avidamoeba@lemmy.ca 5 points 2 months ago

This is what I'm thinking too. The only likely scenario under which the plaintext and MITM words make sense together is HTTP. I wouldn't put it past Linksys to have used an HTTP API endpoint but these days a lot of things scream if you use HTTP. Thanks for the work!

this post was submitted on 09 Jul 2024
642 points (99.7% liked)

Technology

57944 readers
2982 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