cve/2005/CVE-2005-3108.md
2024-06-18 02:51:15 +02:00

18 lines
708 B
Markdown

### [CVE-2005-3108](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3108)
![](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
mm/ioremap.c in Linux 2.6 on 64-bit x86 systems allows local users to cause a denial of service or an information leak via an ioremap on a certain memory map that causes the iounmap to perform a lookup of a page that does not exist.
### POC
#### Reference
- http://www.redhat.com/support/errata/RHSA-2005-808.html
#### Github
No PoCs found on GitHub currently.