CVE-2026-22991
Last modified
CVE-2026-22991 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.40% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.13, < 5.10.248 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.198 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.161 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.121 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.66 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.6 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-22991?
How severe is CVE-2026-22991?
How do I fix CVE-2026-22991?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-22986In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-22987In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-22988In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-22989In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-2299The Mattermost Google Drive plugin before version 1.1.0 fail…4.3
- CVE-2026-22990In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-22992In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-22993In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-22994In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-22995In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-22996In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-22997In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-22991?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
