CVE Vulnerabilities

CVE-2024-26612

Published: Mar 11, 2024 | Modified: Mar 11, 2024
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

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 its IS_ERR_OR_NULL(). Check first, then dereference.

References