this post was submitted on 12 Apr 2024
376 points (98.0% liked)

Technology

58157 readers
5437 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
[–] Nougat@fedia.io 20 points 5 months ago (1 children)

This is not a "Roku data breach."

This is a use of compromised user credentials, with Roku as the target.

[–] Ghostalmedia@lemmy.world -1 points 5 months ago (2 children)

Yeah, but they don’t have contemporary best practices in place that would’ve reduced their exposure to this.

[–] Nougat@fedia.io 12 points 5 months ago (1 children)

The only thing that would have prevented this in this context would be mandatory MFA. Did they have that? No, but there's a huge number of places that are way more sensitive than a streaming platform that don't have mandatory MFA (coughETradecough).

It is wholly misleading to characterize this as a "Roku data breach," and it's disingenuous to portray Roku in this instance as somehow glaringly worse than everyone else.

[–] Cocodapuf@lemmy.world 1 points 5 months ago* (last edited 5 months ago) (1 children)

Wouldn't salted hashes have prevented this?

You just add some extra characters to every password before hashing and then stolen hashes and rainbow tables don't work any more.

In other words, I think ghostalmedia is correct, best practices would have prevented this.

[–] Nougat@fedia.io 1 points 5 months ago (1 children)

No. Nobody has stolen hashes. They have usernames and passwords collected from elsewhere, that they tried against Roku, because people tend to reuse usernames and passwords.

[–] Cocodapuf@lemmy.world 1 points 5 months ago (1 children)

Ugh... Who is still storing passwords in the clear... For fuck sake...

[–] Nougat@fedia.io 1 points 5 months ago (1 children)

That doesn’t have anything to do with it, really. There’s plenty of ways that credentials get “leaked,” not the least of which is users who reuse passwords also falling for scam emails that have them “log in” to something. It could matter if some specific credentials were initially acquired because some other place was storing clear text passwords, and that place had a breach.

Still wouldn’t be an issue at all if users didn’t reuse passwords. That’s the lynchpin. This is users’ fault, not Roku’s.

[–] Cocodapuf@lemmy.world 1 points 5 months ago

It could matter if some specific credentials were initially acquired because some other place was storing clear text passwords, and that place had a breach.

Exactly, that was my assumption.

After all, reusing passwords for multiple sites becomes a problem as soon the password becomes known. But for that password to become known, some site had to either allow the plaintext password to be leaked, or an unsalted hash. Or the site has to allow for insecure (easily guessable) passwords to be used.

Reusing passwords is undeniably the user's fault, but only because some other site's security measures may also have been negligent.

[–] tedu@azorius.net 2 points 5 months ago

Will be interesting to see how people react when Netflix rolls out mandatory two factor auth for logins.