vendor:
N/A
by:
Google Security Research
6,5
CVSS
MEDIUM
Buffer Overflow
119
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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: OS X
2015
OS X Libc Buffer Overflow
A buffer overflow vulnerability exists in OS X Libc when used in enhanced mode (by passing the REG_ENHANCED flag to regcomp). The code blindly copies hex characters from the regex into the 32 byte stack buffer tmp until it encounters either a non-hex character or a '}'. This can be exploited to crash the application by passing a long string of hex characters to the regex.
Mitigation:
N/A