Local privilege escalation via inode double eviction
Published Oct 21, 2024 · Updated Aug 5, 2026
Race condition in the Linux VFS allows local users to escalate privileges by triggering concurrent eviction of the same inode. evict_inodes() checks i_count before taking i_lock, allowing find_inode() and iput() to reacquire the inode before two threads call evict() on it. User-namespace mounts let an unprivileged user win the race, causing a double-free or kernel panic and enabling kernel-memory read and write access.
Summary
What happened
Race condition in the Linux VFS allows local users to escalate privileges by triggering concurrent eviction of the same inode. evict_inodes() checks i_count before taking i_lock, allowing find_inode() and iput() to reacquire the inode before two threads call evict() on it. User-namespace mounts let an unprivileged user win the race, causing a double-free or kernel panic and enabling kernel-memory read and write access.
The record
- CVE
- CVE-2024-47679
- Published
- Oct 21, 2024
- Updated
- Aug 5, 2026
- Vendor
- The Linux Kernel Organization
- Product
- Linux
- Classifications
- CWE-362, T1068
- Attack vector
- local
- Privileges
- authenticated
Timeline
How it unfolded
- Oct 21, 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=2.6.37
- Affected versionversion=63997e98a3be68d7cec806d22bf9b02b2e1daabb <0eed942bc65de1f93eca7bda51344290f9c573bb
- Affected versionversion=63997e98a3be68d7cec806d22bf9b02b2e1daabb <0f8a5b6d0dafa4f533ac82e98f8b812073a7c9d1
- Affected versionversion=63997e98a3be68d7cec806d22bf9b02b2e1daabb <3721a69403291e2514d13a7c3af50a006ea1153b
- Affected versionversion=63997e98a3be68d7cec806d22bf9b02b2e1daabb <47a68c75052a660e4c37de41e321582ec9496195
- Affected versionversion=63997e98a3be68d7cec806d22bf9b02b2e1daabb <489faddb1ae75b0e1a741fe5ca2542a2b5e794a5
- Affected versionversion=63997e98a3be68d7cec806d22bf9b02b2e1daabb <540fb13120c9eab3ef203f90c00c8e69f37449d1
- Affected versionversion=63997e98a3be68d7cec806d22bf9b02b2e1daabb <6c857fb12b9137fee574443385d53914356bbe11
- Affected versionversion=63997e98a3be68d7cec806d22bf9b02b2e1daabb <6cc13a80a26e6b48f78c725c01b91987d61563ef
- Affected versionversion=63997e98a3be68d7cec806d22bf9b02b2e1daabb <88b1afbf0f6b221f6c5bb66cc80cd3b38d696687
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