mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-10 20:04:58 +02:00
18 lines
875 B
Markdown
18 lines
875 B
Markdown
### [CVE-2008-2137](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2137)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|