In the Linux kernel, the following vulnerability has been resolved:
eventpoll: defer struct eventpoll free to RCU grace period
In certain situations, ep_free() in eventpoll.c will kfree the epi->ep
eventpoll struct while it still being used by another concurrent thread.
Defer the kfree() to an RCU callback to prevent UAF.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-05-06 10:16
Updated : 2026-06-17 10:48
NVD link : CVE-2026-43074
Mitre link : CVE-2026-43074
CVE.ORG link : CVE-2026-43074
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
