Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: netfs, fscache: Prevent Oops in fscache_put_cache() This function dereferences "cache" and then checks if it's IS_ERR_OR_NULL(). Check first, then dereference.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.17, < 6.1.76 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/1c45256e599061021e2c848952e50f406457e448Patch
- https://git.kernel.org/stable/c/3be0b3ed1d76c6703b9ee482b55f7e01c369cc68Patch
- https://git.kernel.org/stable/c/4200ad3e46ce50f410fdda302745489441bc70f0Patch
- https://git.kernel.org/stable/c/82a9bc343ba019665d3ddc1d9a180bf0e0390cf3Patch
- https://git.kernel.org/stable/c/1c45256e599061021e2c848952e50f406457e448Patch
- https://git.kernel.org/stable/c/3be0b3ed1d76c6703b9ee482b55f7e01c369cc68Patch
- https://git.kernel.org/stable/c/4200ad3e46ce50f410fdda302745489441bc70f0Patch
- https://git.kernel.org/stable/c/82a9bc343ba019665d3ddc1d9a180bf0e0390cf3Patch
FAQ
What is CVE-2024-26612?
CVE-2024-26612 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: netfs, fscache: Prevent Oops in fscache_put_cache() This function dereferences "cache" and then checks if it's IS_ERR_OR_NULL(). ...
How severe is CVE-2024-26612?
CVE-2024-26612 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-26612?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.