vendor:
binutils GAS
by:
Tavis Ormandy
7.5
CVSS
HIGH
Buffer Overflow
120
CWE
Product Name: binutils GAS
Affected Version From: N/A
Affected Version To: N/A
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: N/A
2005
GNU binutils GAS Buffer Overflow Vulnerability
GNU binutils GAS (GNU assembler) is prone to a buffer-overflow vulnerability because it fails to properly bounds-check user-supplied input before copying it to an insufficiently sized memory buffer. Remote attackers may crash the application or execute arbitrary machine code in the context of the application.
Mitigation:
Input validation should be used to ensure that untrusted data is not allowed to affect the control flow of a program.