Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: [Full-disclosure] Google Talk cleartext credentials in process memory |
|---|---|
| Date: | Tue, 29 Nov 2005 12:53:41 +0200 |
pagvac wrote:
Jaroslaw, thanks for your post. You're right, the same issue occurs in *many* applications. However, any vendor that is serious about security should at least attempt to obfuscate the credentials in the process memory (IMHO).
It's not that the vendor refuses to take security seriously, it's just that such measures are normally useless. So let's assume the application obfuscates the credentials using a secret combination of AES, 3DES, Blowfish and an 512 bit random salt, and stores this string in memory. Of course, at some point it would need to decrypt it, using a function stored in the (public) executable image. The only thing an attacker needs to do is pass the encrypted string to it's own copy of the function together with all salts it can read from the memory. This is why most developers refuse obfuscation from the start - it's like trying to keep a secret in a glass house. The only notable exception from this rule is when the password is not needed in clear, for example, only the MD5 of the password might be needed. Then, it makes sense to apply the MD5 from the start and store the encrypted string. Of course the attacker can steal this string and use it to login, but at least he will not have access to the clear text password, which is usually more valuable since it can be used to guess other passwords. _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.grok.org.uk/full-disclosure-charter.html Hosted and sponsored by Secunia - http://secunia.com/
| Previous by Date: | Re: [Full-disclosure] Webmin miniserv.pl format string vulnerability, Jack |
|---|---|
| Next by Date: | Re: [Full-disclosure] Google Talk cleartext credentials in process memory, Jaroslaw Sajko |
| Previous by Thread: | Re: [Full-disclosure] Google Talk cleartext credentials in process memory, pagvac |
| Next by Thread: | Re: [Full-disclosure] Google Talk cleartext credentials in process memory, Jaroslaw Sajko |
| Indexes: | [Date] [Thread] [Top] [All Lists] |