vendor:
FreeBSD
by:
Qualys, Inc.
7,8
CVSS
HIGH
Stack-based buffer overflow
119
CWE
Product Name: FreeBSD
Affected Version From: FreeBSD 11.0
Affected Version To: FreeBSD 11.0
Patch Exists: YES
Related CWE: CVE-2017-1085
CPE: o:freebsd:freebsd
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, Mac, Windows
2017
FreeBSD_CVE-2017-1085.c
This program is vulnerable to a stack-based buffer overflow vulnerability. It is possible to overwrite the stack pointer by allocating a large amount of memory with the mmap() function and then writing to it. This can be used to execute arbitrary code.
Mitigation:
The best way to mitigate this vulnerability is to ensure that the stack pointer is not overwritten by allocating a large amount of memory with the mmap() function and then writing to it.