Exploitation Summary
EIP tracks 1 public exploit for CVE-2015-3290. PoCs published by Andrew Lutomirski.
AI-analyzed exploit summary This exploit targets CVE-2015-3290, a privilege escalation vulnerability in Linux x86_64 systems (3.13 and newer) due to a flaw in NMI handling and espfix64. It manipulates nested NMIs to corrupt return context and achieve kernel-level execution.
Description
arch/x86/entry/entry_64.S in the Linux kernel before 4.1.6 on the x86_64 platform improperly relies on espfix64 during nested NMI processing, which allows local users to gain privileges by triggering an NMI within a certain instruction window.
Exploits (1)
This exploit targets CVE-2015-3290, a privilege escalation vulnerability in Linux x86_64 systems (3.13 and newer) due to a flaw in NMI handling and espfix64. It manipulates nested NMIs to corrupt return context and achieve kernel-level execution.