29 points

Does anyone remember an article/interview a while back where Mark Fuckerberg shamelessly admitted that he chose not to hash passwords in the original Facebook codebase specifically because he wanted to be able to log into his users’ other accounts that use the same password? I swear I remember reading something like this but now I can’t find it.

permalink
report
reply
8 points

Your memory is not far off. Mark used failed logins to access other people’s emails:

https://www.businessinsider.com/how-mark-zuckerberg-hacked-into-the-harvard-crimson-2010-3

I cant say if he intentionally saved passwords unencrypted, but he certainly saved login attempts

permalink
report
parent
reply
3 points
*

Usually these services have god mode where they can see a UI from a given user. They don’t need the password.

This sounds like a rumor spread by someone who doesn’t understand tech

permalink
report
parent
reply
9 points
*

The OP made the argument that Zuckerberg wanted to know their passwords, such that if the users reused the same passwords elsewhere, then he would be able to log in there and check out their accounts.

For example he could have seen a profile he was interested in, nabbed their password and looked into their email.

Not that he wouldn’t have godmode on their Facebook account, and needed their password to access their account, because of course he could have just accessed those accounts without needing the password.

I have not heard this rumor before, though I wouldn’t be completely surprised if it was true.

permalink
report
parent
reply
2 points

Well, Facebook did have an auth method that involved promoting you for your password so that they could log into your email and get an OTP iirc

It wasn’t zuckerberg doing something in secret. It was an explicit protocol that was terrible. They got called out and stopped it. Kinda like early days of open graph.

permalink
report
parent
reply
1 point

Yes, he wanted to stop bad press ironically

permalink
report
parent
reply
27 points

instead of in an encrypted format on its internal systems.

Riiight, like that’s any better. Jokes aside, it’s hard to imagine what kind of “mistake” results in storing plain text instead of hashing, unless the mistake was in choosing whoever made the security assessment

permalink
report
reply
18 points

There was a previous article on this with more explanation that I’m struggling to find.

The gist was that they do hash all passwords stored, the problem was that there was a mistake made with the internal tool they use to do that hashing which led to the passwords inadvertently going into some log system.

permalink
report
parent
reply
4 points

Makes sense now, thank you

permalink
report
parent
reply
-2 points

“mistake”

I call BS. The reviews I’ve gone through for trivial stuff would’ve exposed this.

This was intentional.

permalink
report
parent
reply
6 points

Hanlon’s Razor revised: Never attribute to malice what can be attributed to incompetence, except where there is an established pattern of malice.

permalink
report
parent
reply
4 points

Yeah, cause trivial systems are a lot easier to parse and review. At a base level that’s nonsense logic.

permalink
report
parent
reply
1 point

A mistake doesn’t mean it’s an accident. A mistake means they made the wrong choice.

permalink
report
parent
reply
1 point

Never assume malice when something can be explained by stupidity

permalink
report
parent
reply
7 points

Christ, the hell I would’ve gotten, in the 90’s, if I’d done something like this.

permalink
report
parent
reply
13 points

This is not about facebook not hashing credentials, it is that they appeared in internal logs.

Facebook is probing a series of security failures in which employees built applications that logged unencrypted password data for Facebook users and stored it in plain text on internal company servers.

Source: Krebs on Security

permalink
report
reply
3 points

that logged unencrypted password data

Why the fuck would you need to log a password ever? This is absolutely malice and not incompetence.

permalink
report
parent
reply
8 points

You are acting like someone checked off a “log passwords” box, as if that’s a thing that even exists

Someone configured a logger to write HTTP bodies and headers, not realizing they needed to build a custom handler to iterate through every body and header anonymizing any fields that may plausibly contain sensitive information. It’s something that literally every dev has done at some point before they knew better.

permalink
report
parent
reply
3 points
*

It’s something that literally every dev has done at some point before they knew better.

If you’re working for a multinational tech company handling sensitive user data and still make this mistake, then you are being malicious in your incompetence. This is something that would cause you to lose a significant amount of marks on a first year college programming project, let alone a production system used by literally billions of people.

permalink
report
parent
reply
-2 points

You should never be sending passwords to a server. That is really bad practice. The right answer is to use cryptography to verify the client knows the password.

permalink
report
parent
reply
5 points
*

Just one open source example … freeradius has an option to log passwords:

log {
    destination = files
    auth = no
    auth_badpass = no
    auth_goodpass = no
}

Or another example: The apache web server has a module that dumps all POST data, with passwords, in plain text:

mod_dumpio allows for the logging of all input received by Apache and/or all output sent by Apache to be logged (dumped) to the error.log file. The data logging is done right after SSL decoding (for input) and right before SSL encoding (for output). As can be expected, this can produce extreme volumes of data, and should only be used when debugging problems.

I don’t agree that this is “absolutely malice”, it could also be stupidity and forgetfulness.

permalink
report
parent
reply
11 points

101 million is too small for such an epic error.

permalink
report
reply
4 points

I think it is just Ireland though (which is why I added Ireland to the title).

permalink
report
parent
reply
3 points

Seriously. Didn’t they make billions last year? That number should be much, much higher for Zuck & Co. to actually start giving a fuck.

permalink
report
parent
reply
1 point

I think the PR fall out could be much worse. Time to get them on the news

permalink
report
parent
reply
3 points

Google did it too for a decade

permalink
report
reply

Privacy

!privacy@lemmy.ml

Create post

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

  • Posting a link to a website containing tracking isn’t great, if contents of the website are behind a paywall maybe copy them into the post
  • Don’t promote proprietary software
  • Try to keep things on topic
  • If you have a question, please try searching for previous discussions, maybe it has already been answered
  • Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
  • Be nice :)

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

Community stats

  • 4.5K

    Monthly active users

  • 1.7K

    Posts

  • 24K

    Comments