Description
In the Linux kernel, the following vulnerability has been resolved: libceph: make free_choose_arg_map() resilient to partial allocation free_choose_arg_map() may dereference a NULL pointer if its caller fails after a partial allocation. For example, in decode_choose_args(), if allocation of arg_map->args fails, execution jumps to the fail label and free_choose_arg_map() is called. Since arg_map->size is updated to a non-zero value before memory allocation, free_choose_arg_map() will iterate over arg_map->args and dereference a NULL pointer. To prevent this potential NULL pointer dereference and make free_choose_arg_map() more resilient, add checks for pointers before iterating.
References (7)
Scores
CVSS v3
7.5
EPSS
0.0002
EPSS Percentile
5.0%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Details
CWE
CWE-476
Status
published
Products (24)
linux/Kernel
4.13.0 - 5.10.248linux
linux/Kernel
5.11.0 - 5.15.198linux
linux/Kernel
5.16.0 - 6.1.161linux
linux/Kernel
6.13.0 - 6.18.6linux
linux/Kernel
6.2.0 - 6.6.121linux
linux/Kernel
6.7.0 - 6.12.66linux
Linux/Linux
< 4.13
Linux/Linux
4.13
Linux/Linux
5.10.248 - 5.10.*
Linux/Linux
5.15.198 - 5.15.*
... and 14 more
Published
Jan 23, 2026
Tracked Since
Feb 18, 2026