vendor:
N/A
by:
Hector Marco & Ismael Ripoll
CVSS
LOW
Buffer Overflow
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: i386 & x86_64
2020
Bug-Mangle
This proof of concept exploit is for a buffer overflow vulnerability. It attempts to overwrite the return address of the environment with the address of the hacked() function. If successful, it will execute the /bin/sh command. However, the exploit reportedly does not work and the output at the bottom of the entry confirms this.
Mitigation:
The best way to mitigate buffer overflow vulnerabilities is to use secure coding practices and avoid unsafe functions such as strcpy, strcat, sprintf, etc. Additionally, input validation should be used to ensure that user input is within the expected range.