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.
References
Configurations
No configuration.
History
06 Nov 2024, 16:35
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CWE | CWE-476 |
11 Mar 2024, 18:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-03-11 18:15
Updated : 2024-11-06 16:35
NVD link : CVE-2024-26612
Mitre link : CVE-2024-26612
CVE.ORG link : CVE-2024-26612
JSON object : View
Products Affected
No product.
CWE
CWE-476
NULL Pointer Dereference