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: N/A
2020
V8 Integer Overflow Vulnerability
When v8 decodes the locals of a function, it performs a check to ensure that the number of function locals is not too large. On a 32-bit platform, this check can be bypassed due to an integer overflow, which can lead to memory corruption when the locals are allocated. A PoC is attached.
Mitigation:
Ensure that the number of function locals is not too large.