vendor:
by:
Georgi Guninski
7.5
CVSS
HIGH
integer overflow
190
CWE
Product Name:
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2004
int overflow in ip_options_get
This exploit is an integer overflow vulnerability in the ip_options_get function. It allows an attacker to craft a malicious message that triggers the overflow and potentially leads to arbitrary code execution. The vulnerability affects the ip_options_get function in the C programming language. This exploit was discovered and disclosed by Georgi Guninski.
Mitigation:
To mitigate this vulnerability, it is recommended to apply the relevant security patches or updates provided by the vendor. Additionally, input validation and bounds checking should be implemented in the affected code to prevent integer overflow.