vendor:
isdnrep
by:
snooq
7.2
CVSS
HIGH
Buffer Overflow
120
CWE
Product Name: isdnrep
Affected Version From: 4.56
Affected Version To: 4.56
Patch Exists: YES
Related CWE: N/A
CPE: a:isdn4linux:isdnrep
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
2003
isdnrep Local Command Line Argument Buffer Overflow Vulnerability
isdnrep has been reported prone to a local command line argument buffer overflow vulnerability. The issue presents itself due do a lack of sufficient bounds checking performed on user-supplied data that is copied from the command line into a reserved internal memory buffer. It is possible for a local attacker to influence the execution flow of isdnrep and have arbitrary operation codes executed in the context of the vulnerable application. Exploitation could permit privilege escalation on systems where the application is installed setuid/setgid.
Mitigation:
Perform bounds checking on user-supplied data and ensure that the application is not installed with setuid/setgid privileges.