Vulnerability in Linux
CVE-2024-26832
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.
EPSS: 0.002 (13.2th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 6.1.30, 6.4, 6.1.80
- Linux Linux_kernel — versions 6.3.4, 6.8
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2024-26832?
- CVE-2024-26832 is a medium-severity vulnerability in Linux, classified under Incomplete Cleanup. CVSS score: 5.5/10. Published 2024-04-17.
- How severe is CVE-2024-26832?
- Medium severity. CVSS v3 base score is 5.5 out of 10.