Security Advisory

CVE-2024-26612

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-02-29 15:52:17
Last updated 2026-05-11 20:00:47
Assigner Linux
State PUBLISHED

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