3.6
CVSSv2

CVE-2011-1021

Published: 21/06/2012 Updated: 13/02/2023
CVSS v2 Base Score: 3.6 | Impact Score: 4.9 | Exploitability Score: 3.9
VMScore: 365
Vector: AV:L/AC:L/Au:N/C:N/I:P/A:P

Vulnerability Summary

drivers/acpi/debugfs.c in the Linux kernel prior to 3.0 allows local users to modify arbitrary kernel memory locations by leveraging root privileges to write to the /sys/kernel/debug/acpi/custom_method file. NOTE: this vulnerability exists because of an incomplete fix for CVE-2010-4347.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

linux linux kernel 2.6.9

linux linux kernel

Exploits

/* * american-sign-languagec * * Linux Kernel < 2637-rc2 ACPI custom_method Privilege Escalation * Jon Oberheide <jon@oberheideorg> * jonoberheideorg * * Information: * * cvemitreorg/cgi-bin/cvenamecgi?name=CVE-2010-4347 * * This custom_method file allows to inject custom ACPI methods into the ACPI * ...