vendor:
binutils
by:
Anonymous
7,8
CVSS
HIGH
Stack-Buffer-Overflow
119
CWE
Product Name: binutils
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: No
Related CWE: None
CPE: None
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Unknown
2020
Stack-Buffer-Overflow in bfd_get_string
A stack-buffer-overflow vulnerability was discovered in bfd_get_string in bfd/ieee.c. The vulnerability occurs when a maliciously crafted input is passed to the function, which can lead to a buffer overflow. The command used to trigger the vulnerability was `objdump -D <file>`, which was fuzzed with American Fuzzy Lop and AddressSanitizer.
Mitigation:
The vulnerability can be mitigated by ensuring that all inputs are properly validated and sanitized.