cve/2003/CVE-2003-0985.md

20 lines
943 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2003-0985](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-0985)
![](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 mremap system call (do_mremap) in Linux kernel 2.4.x before 2.4.21, and possibly other versions before 2.4.24, does not properly perform bounds checks, which allows local users to cause a denial of service and possibly gain privileges by causing a remapping of a virtual memory area (VMA) to create a zero length VMA, a different vulnerability than CAN-2004-0077.
### POC
#### Reference
- http://isec.pl/vulnerabilities/isec-0013-mremap.txt
- http://marc.info/?l=bugtraq&m=107332782121916&w=2
- http://marc.info/?l=bugtraq&m=107340358402129&w=2
#### Github
No PoCs found on GitHub currently.