EIP-2026-102897
PRE-CVELinux Kernel (Ubuntu 14.04.3) - 'perf_event_open()' Can Race with execve() (Access /etc/shadow)
Title source: legacyExploitation Summary
EIP tracks 1 public exploit for EIP-2026-102897. PoCs published by Google Security Research.
AI-analyzed exploit summary This exploit leverages a race condition in the Linux kernel's perf_event_open() function to bypass ptrace_may_access() checks, allowing local attackers to leak sensitive data from setuid programs via performance event monitoring. The PoC demonstrates leaking getpid() results and partial /etc/shadow entries.
Description
Linux Kernel (Ubuntu 14.04.3) - 'perf_event_open()' Can Race with execve() (Access /etc/shadow)
Exploits (1)
This exploit leverages a race condition in the Linux kernel's perf_event_open() function to bypass ptrace_may_access() checks, allowing local attackers to leak sensitive data from setuid programs via performance event monitoring. The PoC demonstrates leaking getpid() results and partial /etc/shadow entries.