CVE detail
CVE-2024-35821 — CVE-2024-35821
Published 2024-05-17 · Modified 2026-06-17 · Vendor debian · Product debian_linux · Source nvd
MEDIUM
severity
CVSS-derived band
0.0057
EPSS probability
exploitation probability, 30d
44.0%
EPSS percentile
percentile vs all CVEs
NOT LISTED
CISA KEV
known exploited catalog
Description
In the Linux kernel, the following vulnerability has been resolved:
ubifs: Set page uptodate in the correct place
Page cache reads are lockless, so setting the freshly allocated page
uptodate before we've overwritten it with the data it's supposed to have
in it will allow a simultaneous reader to see old data. Move the call
to SetPageUptodate into ubifs_write_end(), which is after we copied the
new data into the page.
Remediation
No vendor-published fix data in our corpus for this CVE. Check the references below or the vendor's PSIRT / security advisories page.
References