Exploitation Summary
EIP tracks 1 public exploit for CVE-2016-3672. PoCs published by Hector Marco & Ismael Ripoll.
AI-analyzed exploit summary This writeup describes CVE-2016-3672, a weakness in Linux ASLR implementation where setting RLIMIT_STACK to unlimited disables ASLR for 32-bit applications. It includes steps to reproduce the issue and a proposed patch.
Description
The arch_pick_mmap_layout function in arch/x86/mm/mmap.c in the Linux kernel through 4.5.2 does not properly randomize the legacy base address, which makes it easier for local users to defeat the intended restrictions on the ADDR_NO_RANDOMIZE flag, and bypass the ASLR protection mechanism for a setuid or setgid program, by disabling stack-consumption resource limits.
Exploits (1)
This writeup describes CVE-2016-3672, a weakness in Linux ASLR implementation where setting RLIMIT_STACK to unlimited disables ASLR for 32-bit applications. It includes steps to reproduce the issue and a proposed patch.
References (28)
Scores
CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H