| Weblog: | New (local) Mac OS X vulnerability : Passwords in Swap files | |
| Subject: | A Joke? | |
| Date: | 2004-06-28 10:22:33 | |
| From: | timharig | |
|
Response to: A Joke?
|
||
|
If I am root I can create false logins redirect web traffic to false sites etc. I do not need direct access to your password. It is an old recommendation to use a false id-password on your first login attempt to *help* prevent this kind of problem.
|
||
Showing messages 1 through 1 of 1.
-
A Joke?
2004-06-28 10:52:49 Nitesh Dhanjani |
[Reply | View]
| Showing messages 1 through 1 of 1. |




Yes, root can obtain your real password if he or she tries to. But it shouldnt be _this_ easy. If root had to install trojans or sniff the traffic to obtain a local user's password (yes I know root does not need a local user password to do anything on the host, but may want to steal it because users in reality do use same passwords for multiple accounts), this would discourage an administrator in a large organization. This also introduces liability. As an administrator, I don't want to be able to see user password in clear text this easily.
If a host were to be compromised, there is some comfort in knowing that strong password hashes stored in /etc/shadow may take a while to be cracked. With a vulnerability like this, if your system is compromised, clear text passwords of users will compromised as well, without any need for the intruder to brute force them.
My opinion is that passwords should never be stored in clear text anywhere, it is just good practice.