← Back to CVE List

CVE-2024-26612

Published: 2024-03-11T18:15Z
Last Modified: 2025-04-03T15:19Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt