vendor:
N/A
by:
N/A
7,5
CVSS
HIGH
Out-of-Bounds Access
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: Google Chrome Beta on Linux
2016
Out-of-Bounds Access in RegExp.prototype.exec and RegExp.prototype.test
The code defined in BranchIfFastRegExp checks whether a regular expression object has the default map, however, it is possible to alter the map after this check has been performed. This can cause inline fields, such as lastIndex to be changed to dictionary properties. This will cause out-of-bounds reads and writes the next time lastIndex is accessed on the fast path.
Mitigation:
The user should ensure that the regular expression object is not altered after the check has been performed.