vendor:
N/A
by:
Google Security Research
8,8
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
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2013
Integer Overflow in Packed Executables
A vulnerability was discovered in packed executables due to an integer overflow. The vulnerability occurs when an attacker is able to control the value of the index variable, which is then added to the base variable and a constant value of 0x400. If the bounds check fails, the attacker can read a byte from an arbitrary memory location.
Mitigation:
Ensure that bounds checks are performed on all user-controlled inputs.