Vulnerability 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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian | Debian Linux | 10.0 |
| Linux | Linux Kernel | >= 2.6.27, < 4.19.312 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/142d87c958d9454c3cffa625fab56f3016e8f9f3Patch
- https://git.kernel.org/stable/c/17772bbe9cfa972ea1ff827319f6e1340de76566Patch
- https://git.kernel.org/stable/c/4aa554832b9dc9e66249df75b8f447d87853e12ePatch
- https://git.kernel.org/stable/c/4b7c4fc60d6a46350fbe54f5dc937aeaa02e675ePatch
- https://git.kernel.org/stable/c/723012cab779eee8228376754e22c6594229bf8fPatch
- https://git.kernel.org/stable/c/778c6ad40256f1c03244fc06d7cdf71f6b5e7310Patch
- https://git.kernel.org/stable/c/8f599ab6fabbca4c741107eade70722a98adfd9fPatch
- https://git.kernel.org/stable/c/f19b1023a3758f40791ec166038d6411c8894ae3Patch
- https://git.kernel.org/stable/c/fc99f4e2d2f1ce766c14e98463c2839194ae964fPatch
- https://git.kernel.org/stable/c/142d87c958d9454c3cffa625fab56f3016e8f9f3Patch
- https://git.kernel.org/stable/c/17772bbe9cfa972ea1ff827319f6e1340de76566Patch
- https://git.kernel.org/stable/c/4aa554832b9dc9e66249df75b8f447d87853e12ePatch
- https://git.kernel.org/stable/c/4b7c4fc60d6a46350fbe54f5dc937aeaa02e675ePatch
- https://git.kernel.org/stable/c/723012cab779eee8228376754e22c6594229bf8fPatch
- https://git.kernel.org/stable/c/778c6ad40256f1c03244fc06d7cdf71f6b5e7310Patch
FAQ
What is CVE-2024-35821?
CVE-2024-35821 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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...
How severe is CVE-2024-35821?
CVE-2024-35821 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-35821?
Check the references section above for vendor advisories and patch information. Affected products include: Debian Debian Linux, Linux Linux Kernel.