Linksys Velop routers send Wi-Fi passwords in plaintext to US servers

https://lemmy.world/post/17387425

Linksys Velop routers send Wi-Fi passwords in plaintext to US servers - Lemmy.World

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.

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

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.

Even then, the other nodes would only need the hash of the password, not the password itself.
That depends entirely on the auth system, but you can use a separate credential to retrieve the password (using something like a PAKE algorithm)