CVE-2009-2287
MediumThe kvm_arch_vcpu_ioctl_set_sregs function in the KVM in Linux kernel 2.6 before 2.6.30, when running on x86 systems, does not validate the page table root in a KVM_SET_SREGS call, which allows local users to cause a denial of service (crash or hang) via a crafted cr3 value, which triggers a NULL pointer dereference in the gfn_to_rmap function.
CVSS 2.0 score
4.9
AV:L/AC:L/Au:N/C:N/I:N/A:C
Weakness type
CWE-476CVE-2009-2287 is a NULL Pointer Dereference vulnerability
What is NULL Pointer Dereference?
The product dereferences a pointer that it expects to be valid but is NULL, typically causing a crash. Learn more on MITRE CWE
References
The following references provide additional information about CVE-2009-2287 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
Broken Link
-
Broken Link
-
Broken Link
-
Third Party Advisory
-
Debian Securityhttp://www.debian.org/security/2009/dsa-1845Third Party Advisory
-
Broken Link
-
Ubuntu Securityhttp://www.ubuntu.com/usn/usn-807-1Third Party Advisory
- Patch
-
PatchKernel patch commithttp://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commitdiff%3Bh=59839dfff5eabca01cc4e20b45797a60a80af8cb
-
PatchKernel patch commithttp://www.openwall.com/lists/oss-security/2009/06/30/1
Frequently asked questions
-
What is CVE-2009-2287?
CVE-2009-2287 is a Medium severity Linux kernel vulnerability with a CVSS score of 4.9 out of 10 , classified as a NULL Pointer Dereference flaw (CWE-476) . CVE-2009-2287 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2009-2287?
CVE-2009-2287 has a CVSS score of 4.9 out of 10, rated Medium severity (CVSS 2.0). The vector string is
AV:L/AC:L/Au:N/C:N/I:N/A:C. -
Is there a patch available for CVE-2009-2287?
No patch is currently available for CVE-2009-2287. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2009-2287 actively exploited?
No — CVE-2009-2287 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is NULL Pointer Dereference (CWE-476)?
The product dereferences a pointer that it expects to be valid but is NULL, typically causing a crash. View CWE-476 on MITRE CWE →