CVE-2024-48881
MEDIUMLinux Kernel - NULL Pointer Dereference in bcache cache_set_flush
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again Commit 028ddcac477b ("bcache: Remove unnecessary NULL point check in node allocations") leads a NULL pointer deference in cache_set_flush(). 1721 if (!IS_ERR_OR_NULL(c->root)) 1722 list_add(&c->root->list, &c->btree_cache); >From the above code in cache_set_flush(), if previous registration code fails before allocating c->root, it is possible c->root is NULL as what it is initialized. __bch_btree_node_alloc() never returns NULL but c->root is possible to be NULL at above line 1721. This patch replaces IS_ERR() by IS_ERR_OR_NULL() to fix this.
References (9)
Core 9
Core References
Scores
CVSS v3
5.5
EPSS
0.0025
EPSS Percentile
15.6%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
CWE
CWE-476
Status
published
Products (26)
Linux/Linux
< 6.5
Linux/Linux
028ddcac477b691dd9205c92f991cc15259d033e - 5e0e913624bcd24f3de414475018d3023f060ee1
Linux/Linux
028ddcac477b691dd9205c92f991cc15259d033e - b2e382ae12a63560fca35050498e19e760adf8c0
Linux/Linux
028ddcac477b691dd9205c92f991cc15259d033e - cc05aa2c0117e20fa25a3c0d915f98b8f2e78667
Linux/Linux
0729029e647234fa1a94376b6edffec5c2cd75f6 - 4379c5828492a4c2a651c8f826a01453bd2b80b0
Linux/Linux
0cabf9e164660e8d66c4810396046383a1110a69
Linux/Linux
4.19.291 - 4.20
Linux/Linux
5.10.188 - 5.10.231
Linux/Linux
5.10.231 - 5.10.*
Linux/Linux
5.15.121 - 5.15.174
... and 16 more
Published
Jan 11, 2025
Tracked Since
Feb 18, 2026