vendor:
QPOP
by:
headflux
7.5
CVSS
HIGH
Buffer Overflow
120
CWE
Product Name: QPOP
Affected Version From: 3.0b
Affected Version To: 20
Patch Exists: YES
Related CWE: N/A
CPE: a:qualcomm:qpopper
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
1999
Buffer Overflow Vulnerability in Qualcomm Popper Daemon
There is a buffer overflow vulnerability present in current (3.x) versions of Qualcomm popper daemon. These vulnerabilities are remotely exploitable and since the daemon runs as root, the host running qpopper can be completely compromised anonymously. The problem is in pop_msg.c, around line 68 and is the result of vsprintf() or sprintf() calls without bounds checking.
Mitigation:
Perform input validation and bounds checking on user-supplied data.