cve/2004/CVE-2004-1983.md

19 lines
759 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2004-1983](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1983)
![](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 arch_get_unmapped_area function in mmap.c in the PaX patches for Linux kernel 2.6, when Address Space Layout Randomization (ASLR) is enabled, allows local users to cause a denial of service (infinite loop) via unknown attack vectors.
### POC
#### Reference
- http://marc.info/?l=bugtraq&m=108360001130312&w=2
- http://marc.info/?l=bugtraq&m=108420555920369&w=2
#### Github
No PoCs found on GitHub currently.