CVE-2010-4347
Linux Kernel < 2.6.36.2 - Privilege Escalation via ACPI Debugfs Custom Method
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2010-4347. PoCs published by Jon Oberheide.
AI-analyzed exploit summary This exploit leverages a world-writable ACPI custom_method file in Linux kernels < 2.6.37-rc2 to inject malicious ACPI methods, overriding the LID device status query to overwrite kernel memory (sys_futimesat) and escalate privileges to root.
Description
The ACPI subsystem in the Linux kernel before 2.6.36.2 uses 0222 permissions for the debugfs custom_method file, which allows local users to gain privileges by placing a custom ACPI method in the ACPI interpreter tables, related to the acpi_debugfs_init function in drivers/acpi/debugfs.c.
Exploits (1)
This exploit leverages a world-writable ACPI custom_method file in Linux kernels < 2.6.37-rc2 to inject malicious ACPI methods, overriding the LID device status query to overwrite kernel memory (sys_futimesat) and escalate privileges to root.