Local service interruption via epoll file-lifetime race
Published Jun 19, 2024 · Updated Aug 5, 2026
A file-lifetime race in Linux kernel epoll allows local users to interrupt service by racing file closure with polling. ep_item_poll() passed epi->ffd.file to vfs_poll() without first obtaining a live reference, so the last concurrent fput() could reduce f_count to zero. Local code able to create and close epoll-tracked file descriptors can trigger the race; published scoring limits the consequence to loss of availability.
Summary
What happened
A file-lifetime race in Linux kernel epoll allows local users to interrupt service by racing file closure with polling. ep_item_poll() passed epi->ffd.file to vfs_poll() without first obtaining a live reference, so the last concurrent fput() could reduce f_count to zero. Local code able to create and close epoll-tracked file descriptors can trigger the race; published scoring limits the consequence to loss of availability.
The record
- CVE
- CVE-2024-38580
- Published
- Jun 19, 2024
- Updated
- Aug 5, 2026
- Vendor
- The Linux Kernel Organization
- Product
- Linux
- Classifications
- T1499.004
- Attack vector
- local
- Privileges
- authenticated
Timeline
How it unfolded
- Jun 19, 2024CVE publishedPublication date reported by the CVE source.
- Aug 5, 2026Record updatedLatest update available in the CVE record.
Exploitability
Present is not the same as exploitable
Compare your product and version with the public record. A matching version still requires validation against your environment.
Is a vulnerable build present?
Compare these published version ranges with your installed build and any vendor patches.
- Affected versionversion=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <16e3182f6322575eb7c12e728ad3c7986a189d5d
- Affected versionversion=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <4efaa5acf0a1d2b5947f98abb3acf8bfd966422b
- Affected versionversion=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <4f65f4defe4e23659275ce5153541cd4f76ce2d2
- Affected versionversion=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <559214eb4e5c3d05e69428af2fae2691ba1eb784
- Affected versionversion=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <cbfd1088e24ec4c1199756a37cb8e4cd0a4b016e
- Affected versionversion=2.6.12
What conditions does exploitation require?
What is affected?
Published CVSS scores
CVSS describes severity. EPSS estimates exploitation probability.
Attacks
What attackers are doing with it
Daily unique IPs observed by Shadowserver honeypots for known exploited vulnerabilities (KEVs). Missing observations do not establish an absence of attacks.
Weakness, pattern, technique
Public exploit references
No public exploit references are available in this record.
Labels summarize the accepted research assessment. They do not indicate a test against your environment.
Technologies
Your stack
See the directory against your own environment.
Your stack
Check the software in your environment
Book a demo to see how Hinoki identifies affected software and validates exploitability in your environment.
Book a demo