CVE-2024-40900
Last modified
CVE-2024-40900 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: cachefiles: remove requests from xarray during flushing requests Even with CACHEFILES_DEAD set, we can still read the requests, so in the following concurrency the request may be used after it has been freed: mount | daemon_thread1 | daemon_thread2 ------------------------------------------------------------ cachefiles_ondemand_init_object cachefiles_ondemand_send_req REQ_A = kzalloc(sizeof(*req) + data_len) wait_for_completion(&REQ_A->done) cachefiles_daemon_read cachefiles_ondemand_daemon_read // close dev fd cachefiles_flush_reqs complete(&REQ_A->done) kfree(REQ_A) xa_lock(&cache->reqs); cachefiles_ondemand_select_req req->msg.opcode != CACHEFILES_OP_READ // req use-after-free !!! xa_unlock(&cache->reqs); xa_destroy(&cache->reqs) Hence remove requests from cache->reqs when flushing them to avoid accessing freed requests.. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: cachefiles: remove requests from xarray during flushing requests Even with CACHEFILES_DEAD set, we can still read the requests, so in the following concurrency the request may be used after it has been freed: mount | daemon_thread1 | daemon_thread2 ------------------------------------------------------------ cachefiles_ondemand_init_object cachefiles_ondemand_send_req REQ_A = kzalloc(sizeof(*req) + data_len) wait_for_completion(&REQ_A->done) cachefiles_daemon_read cachefiles_ondemand_daemon_read // close dev fd cachefiles_flush_reqs complete(&REQ_A->done) kfree(REQ_A) xa_lock(&cache->reqs); cachefiles_ondemand_select_req req->msg.opcode != CACHEFILES_OP_READ // req use-after-free !!! xa_unlock(&cache->reqs); xa_destroy(&cache->reqs) Hence remove requests from cache->reqs when flushing them to avoid accessing freed requests.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.19, < 6.1.95 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.35 | — |
| Linux | Linux Kernel | >= 6.7, < 6.9.6 | — |
| Linux | Linux Kernel | 6.10 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-40900?
How severe is CVE-2024-40900?
How do I fix CVE-2024-40900?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-40895FFRI AMC versions 3.4.0 to 3.5.3 and some OEM products that …6.4
- CVE-2024-40896In libxml2 2.11 before 2.11.9, 2.12 before 2.12.9, and 2.13 …9.1
- CVE-2024-40897Stack-based buffer overflow vulnerability exists in orcparse…6.7
- CVE-2024-40898SSRF in Apache HTTP Server on Windows with mod_rewrite in se…7.5
- CVE-2024-40899In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-4090The Floating Notification Bar, Sticky Menu on Scroll, Announ…4.8
- CVE-2024-40901In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-40902In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-40903In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-40904In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-40905In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-40906In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2024-40900?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
