Dave's Mess > Blog

<<< How to recover your data after a crash So many servers, all hacked. >>>

Security implications of data recovery

4pm, 23rd September 2007 - Geek, Interesting, Security, Developer, Sysadmin, Legal

Firefox logoAfter last week's data recovery antics, I started looking at what is actually stored in Firefox's crash recovery file (sessionstore.js) and it appears to be ripe and juicy for a bit of password sniffing. A quick search though the file and I found one of my passwords hiding in plain sight along with the associated username. Although the file has restrictive permissions (600) anyone with admin/root privileges would be able to read it. Anyone who can login with your privileges would be able to read it. Anyone who has access to your computer, even for only a couple of minutes would be able to read that file.

Sure, "root can already do anything" you say, but this allows whoever is root to gain extra privileges. Privileges on another system where he isn't already root. This is your gmail password, your MySpace password, your banking password. Maybe, this is the same password you use for all of your accounts on all your social networking websites.

It doesn't seem to matter whether the password is in a "password" field or just a plain text field and it doesn't matter whether the page is encrypted or not. Your password will be stored, with the username it accompanies, in plain text in your home directory.

This isn't just limited to passwords either. What if you logged in under an anonymous name at some forums somewhere so you could blow the whistle on your corrupt boss without fear of sacking ? What if you were emailing the blueprints to you next invention to the patent office ? What if you were uploading photographs you had taken in secret from your hotel across the road from the US embassy to a Russian spy website ? What if something even more unlikely and implausible were to happen that would be devestating to you if it were discovered you were the culprit ?

The lesson to learn is that if your data can be recovered by you after a crash, it can be recovered by pretty much anyone at any time. If you're a developer, remember this and think about not storing passwords or at least storing them encrypted.

Related posts:

Swedish security researcher exposes plaintext passwords found while sniffing Tor
How to recover your data after a crash
A tale of duelling GRUBs and boots.
So many servers, all hacked.
iPhone and Security: Spreading the FUD.

Comments


On Sun 11th May 2008 at 11am Dave said:

I just discovered this little applicarion which allows you to retrieve passwords that are stored in password fields in any other application.

This is a perfect example of exactly what I was saying in the last paragraph above. If your application "knows" the user's password then another malicious user can most probably get that password straight out of the application's memory.


(not shown publicly)


Limited HTML
Like BBCode
Common Usage
What's all this ?



Older blog posts: