vendor:
MacOS
by:
Dawid adix Adamski
4,3
CVSS
MEDIUM
Password Decryption
311
CWE
Product Name: MacOS
Affected Version From: MacOS 7.5.3
Affected Version To: MacOS 8.5
Patch Exists: NO
Related CWE: N/A
CPE: o:apple:mac_os_x
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: MacOS
1999
MacOS Password Decryption Vulnerability
The encryption algorithm in MacOS system is simple and the password can be easily decoded. Password is stored in Users & Groups Data File in Preferences folder. Offset is different on each system and depends on Users & Groups configuration, but it always lie after owner's username. It's not so difficult to find it using a hex editor, even if we don't know owner's username. An example of the decryption process is given in the text. Dawid adix Adamski wrote an apple script to break passwords.
Mitigation:
Ensure that the encryption algorithm used is strong and secure. Use a secure password and do not store it in plaintext.