2.1
CVSSv2

CVE-2005-0916

Published: 02/05/2005 Updated: 05/09/2008
CVSS v2 Base Score: 2.1 | Impact Score: 2.9 | Exploitability Score: 3.9
VMScore: 215
Vector: AV:L/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

AIO in the Linux kernel 2.6.11 on the PPC64 or IA64 architectures with CONFIG_HUGETLB_PAGE enabled allows local users to cause a denial of service (system panic) via a process that executes the io_queue_init function but exits without running io_queue_release, which causes exit_aio and is_hugepage_only_range to fail.

Vulnerable Product Search on Vulmon Subscribe to Product

linux linux kernel 2.6.11

Exploits

// // Proof of Concept by Daniel McNeil // compile using cc -o aiodio_read aiodio_readc -laio // #define _XOPEN_SOURCE 600 #define _GNU_SOURCE #include <unistdh> #include <stdlibh> #include <stdioh> #include <stringh> #include <errnoh> #include <sys/fcntlh> #include <sys/mmanh> #include ...