In the Linux kernel, the following vulnerability has been resolved:
bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
In some specific situations, the return value of __bch_btree_node_alloc
may be NULL. This may lead to a potential NULL pointer dereference in
caller function like a calling chain :
btree_split->bch_btree_node_alloc->__bch_btree_node_alloc.
Fix it by initializing the return value in __bch_btree_node_alloc.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-10-07 16:15
Updated : 2026-06-17 06:45
NVD link : CVE-2023-53681
Mitre link : CVE-2023-53681
CVE.ORG link : CVE-2023-53681
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
