vendor:
/bin/su
by:
Mudge
7.2
CVSS
HIGH
Brute Force Password Vulnerability
259
CWE
Product Name: /bin/su
Affected Version From: Solaris 2.5 and below
Affected Version To: Solaris 2.6 and above
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Solaris
1998
PAM Brute Force Password Vulnerability
A vulnerability in PAM allows local malicious users to brute force passwords via the su command without any logging of their activity. Since su sleeps before logging the failure and does not trap SIGINT a user can try a password and if su does not immediately give him a new shell and before one second hits control-c his attempt will not be logged. He can automate the process to brute force passwords.
Mitigation:
Trap signals in /bin/su and log authentication failures.