CVE-2024-26630 Affecting kernel-devel-matched package, versions <0:5.14.0-427.35.1.el9_4
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-ALMALINUX9-KERNELDEVELMATCHED-8335497
- published 4 Nov 2024
- disclosed 11 Sep 2024
Introduced: 11 Sep 2024
CVE-2024-26630 Open this link in a new tabHow to fix?
Upgrade AlmaLinux:9
kernel-devel-matched
to version 0:5.14.0-427.35.1.el9_4 or higher.
This issue was patched in ALSA-2024:6567
.
NVD Description
Note: Versions mentioned in the description apply only to the upstream kernel-devel-matched
package and not the kernel-devel-matched
package as distributed by AlmaLinux
.
See How to fix?
for AlmaLinux:9
relevant fixed versions and status.
In the Linux kernel, the following vulnerability has been resolved:
mm: cachestat: fix folio read-after-free in cache walk
In cachestat, we access the folio from the page cache's xarray to compute its page offset, and check for its dirty and writeback flags. However, we do not hold a reference to the folio before performing these actions, which means the folio can concurrently be released and reused as another folio/page/slab.
Get around this altogether by just using xarray's existing machinery for the folio page offsets and dirty/writeback states.
This changes behavior for tmpfs files to now always report zeroes in their dirty and writeback counters. This is okay as tmpfs doesn't follow conventional writeback cache behavior: its pages get "cleaned" during swapout, after which they're no longer resident etc.
References
- https://errata.almalinux.org/9/ALSA-2024-6567.html
- https://access.redhat.com/security/cve/CVE-2024-26630
- https://access.redhat.com/errata/RHSA-2024:6567
- https://git.kernel.org/stable/c/3a75cb05d53f4a6823a32deb078de1366954a804
- https://git.kernel.org/stable/c/ba60fdf75e89ea762bb617be578dc47f27655117
- https://git.kernel.org/stable/c/fe7e008e0ce728252e4ec652cceebcc62211657c