EIP-2026-102639
PRE-CVELinux - Use-After-Free Reads in show_numa_stats()
Title source: legacyExploitation Summary
EIP tracks 1 public exploit for EIP-2026-102639. PoCs published by Google Security Research.
AI-analyzed exploit summary This exploit demonstrates a use-after-free vulnerability in the Linux kernel's NUMA scheduler (CVE-2026-102637). It triggers a race condition where `show_numa_stats()` reads freed memory from `task_struct::numa_faults` after an `execve()` call, leading to potential information disclosure or crashes.
Description
Linux - Use-After-Free Reads in show_numa_stats()
Exploits (1)
This exploit demonstrates a use-after-free vulnerability in the Linux kernel's NUMA scheduler (CVE-2026-102637). It triggers a race condition where `show_numa_stats()` reads freed memory from `task_struct::numa_faults` after an `execve()` call, leading to potential information disclosure or crashes.