vendor:
NetBSD
by:
Qualys, Inc.
9,8
CVSS
CRITICAL
Stack-based Buffer Overflow
119
CWE
Product Name: NetBSD
Affected Version From: NetBSD 6.1
Affected Version To: NetBSD 6.1
Patch Exists: YES
Related CWE: CVE-2017-1000375
CPE: o:netbsd:netbsd:6.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2017
NetBSD_CVE-2017-1000375
This program is vulnerable to a stack-based buffer overflow vulnerability. The vulnerability is caused by the lack of proper bounds checking when copying user-supplied data into a fixed-length stack-based buffer. An attacker can exploit this vulnerability by supplying a maliciously crafted argument to the program, which will cause the program to write data beyond the bounds of the buffer, resulting in a segmentation fault.
Mitigation:
Perform proper bounds checking when copying user-supplied data into a fixed-length stack-based buffer.