vendor:
N/A
by:
Anonymous
7.5
CVSS
HIGH
Integer Overflow
190
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
Platforms Tested: JavaScript
2020
Integer Overflow in JavaScript RegExp
The variable "captures_length" can be controlled by the user, so an integer overflow may occur at (a) which causes a heap overflow at (b).
Mitigation:
Validate user input and ensure that the length of the captures array is within the expected range.