Files
CVEs-PoC/2008/CVE-2008-2137.md
T
2024-06-18 02:51:15 +02:00

18 lines
875 B
Markdown

### [CVE-2008-2137](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2137)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The (1) sparc_mmap_check function in arch/sparc/kernel/sys_sparc.c and the (2) sparc64_mmap_check function in arch/sparc64/kernel/sys_sparc.c, in the Linux kernel 2.4 before 2.4.36.5 and 2.6 before 2.6.25.3, omit some virtual-address range (aka span) checks when the mmap MAP_FIXED bit is not set, which allows local users to cause a denial of service (panic) via unspecified mmap calls.
### POC
#### Reference
- http://kerneltrap.org/mailarchive/git-commits-head/2008/5/8/1760604
#### Github
No PoCs found on GitHub currently.