vendor:
SUPER Program
by:
c0nd0r
7.2
CVSS
HIGH
Buffer Overflow
120
CWE
Product Name: SUPER Program
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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: Linux
2000
Buffer Overflow in SUPER Program
This vulnerability exists when the syslog option is enabled. The overflow is in the file error.c, in the Error() function where the buf[MAXPRINT] buffer is used with no bounds checking. The consequences of this are local root compromise.
Mitigation:
Disable the syslog option and ensure that the buf[MAXPRINT] buffer is used with bounds checking.