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

18 lines
705 B
Markdown

### [CVE-2009-2649](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2649)
![](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 IATA (ata) driver in FreeBSD 6.0 and 8.0, when read access to /dev is available, allows local users to cause a denial of service (kernel panic) via a certain IOCTL request with a large count, which triggers a malloc call with a large value.
### POC
#### Reference
- https://www.exploit-db.com/exploits/9134
#### Github
No PoCs found on GitHub currently.