mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 11:01:35 +02:00
19 lines
867 B
Markdown
19 lines
867 B
Markdown
### [CVE-2010-4346](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4346)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The install_special_mapping function in mm/mmap.c in the Linux kernel before 2.6.37-rc6 does not make an expected security_file_mmap function call, which allows local users to bypass intended mmap_min_addr restrictions and possibly conduct NULL pointer dereference attacks via a crafted assembly-language application.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.vmware.com/security/advisories/VMSA-2011-0012.html
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=662189
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|