vendor:
N/A
by:
Christophe Devine and Julien Tinnes
7,2
CVSS
HIGH
Stack 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: Linux
2002
Bypassing PaX ASLR with sys_brk
This exploit uses sys_brk directly to expand his break and doesn't rely on the ELF loader to do it. To bypass a check in sys_brk against available memory, a high virtual address is used as the base address. In most cases, the stack is moved so that the break can be expanded.
Mitigation:
Enabling PaX ASLR and other security features can help mitigate this vulnerability.