Multiple Windows Applications | Unencrypted Sensitive Information Storage in Memory
CWE-316: Plain-text Storage in Memory ( http://cwe.mitre.org/data/definitions/316.html ) Attack Phase: Post-Exploitation Activity Class: Sensitive Data Harvesting 1. OVERVIEW An insecure application development practice is still prevalent in popular applications that load sensitive information (i.e. user credentials) unencrypted in their respective process memory. Remote attackers who compromise a user's system or malicious softwares could scan a particular process memory for sensitive information. 2. AFFECTED SOFTWARES - iTunes (Tested on 10.x) - pfingoTalk (Tested on version: 4.x) - pidgin (Tested on version: 2.x) - Tencent QQ (Tested on version: QQ2009 SP3) - zFTP Server (Tested on version: 2011-04-13) - FileZilla (Tested on version 3.x) - ... 3. PROOF-OF-CONCEPT/EXPLOIT - a) pmdump.exe [Process ID] Process.dump - b) bin_find.py Process.dump [Password/Username] or strings.exe -a -n 5 Process.dump 4. CREDIT This vulnerability was discovered by