CVE-2009-2649
FreeBSD 6.0 and 8.0 - Denial of Service via IATA Driver IOCTL Request
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2009-2649. PoCs published by Shaun Colley.
AI-analyzed exploit summary This exploit triggers a kernel panic in FreeBSD by passing an excessively large value (0xffffffff) to the malloc(9) function via an ATA IOCTL request. It targets a vulnerability in the ATA device driver, causing a denial-of-service condition.
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.
Exploits (1)
This exploit triggers a kernel panic in FreeBSD by passing an excessively large value (0xffffffff) to the malloc(9) function via an ATA IOCTL request. It targets a vulnerability in the ATA device driver, causing a denial-of-service condition.