CVE Published: 29/02/2024 |
CVE Updated: 06/11/2024 |
CVE Year: 2024 Source: Linux |
Vendor: Linux |
Product: Linux Status : PUBLISHED
CVE-2024-26612 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.