CVE-2024-26832
Last modified
CVE-2024-26832 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: mm: zswap: fix missing folio cleanup in writeback race path In zswap_writeback_entry(), after we get a folio from __read_swap_cache_async(), we grab the tree lock again to check that the swap entry was not invalidated and recycled. If it was, we delete the folio we just added to the swap cache and exit. However, __read_swap_cache_async() returns the folio locked when it is newly allocated, which is always true for this path, and the folio is ref'd. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: mm: zswap: fix missing folio cleanup in writeback race path In zswap_writeback_entry(), after we get a folio from __read_swap_cache_async(), we grab the tree lock again to check that the swap entry was not invalidated and recycled. If it was, we delete the folio we just added to the swap cache and exit. However, __read_swap_cache_async() returns the folio locked when it is newly allocated, which is always true for this path, and the folio is ref'd. Make sure to unlock and put the folio before returning. This was discovered by code inspection, probably because this path handles a race condition that should not happen often, and the bug would not crash the system, it will only strand the folio indefinitely.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.1.30, < 6.1.80 | — |
| Linux | Linux Kernel | >= 6.4, < 6.6.19 | — |
| Linux | Linux Kernel | >= 6.7, < 6.7.7 | — |
| Linux | Linux Kernel | 6.3.4 | — |
| Linux | Linux Kernel | 6.8 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-26832?
How severe is CVE-2024-26832?
How do I fix CVE-2024-26832?
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-26827Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-26828In the Linux kernel, the following vulnerability has been re…9.4
- CVE-2024-26829In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-2683A vulnerability classified as problematic was found in Campc…6.1
- CVE-2024-26830In the Linux kernel, the following vulnerability has been re…6.3
- CVE-2024-26831In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26833In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26834In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26835In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26836In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26837In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-26838In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-26832?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
