mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-30 18:20:53 +00:00
22 lines
994 B
Markdown
22 lines
994 B
Markdown
![]() |
### [CVE-2016-3672](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-3672)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### 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.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
- http://www.ubuntu.com/usn/USN-3000-1
|
||
|
- http://www.ubuntu.com/usn/USN-3002-1
|
||
|
- http://www.ubuntu.com/usn/USN-3003-1
|
||
|
- http://www.ubuntu.com/usn/USN-3004-1
|
||
|
- https://www.exploit-db.com/exploits/39669/
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/ARPSyndicate/cvemon
|
||
|
|