CVE-2026-22991

CVE Details

Release Date:2026-01-23
Impact:Moderate What is this?

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.

See more information about CVE-2026-22991 from MITRE CVE dictionary and NIST NVD


NOTE: The following CVSS metrics and score provided are preliminary and subject to review.


CVSS v3 metrics

Base Score: 5.5
Vector String: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Version: 3.1
Attack Vector: Local
Attack Complexity: Low
Privileges Required: Low
User Interaction: None
Scope: Unchanged
Confidentiality Impact: None
Integrity Impact: None
Availability Impact: High

Errata information


PlatformErrataRelease Date
Oracle Linux version 10 (kernel-uek) ELSA-2026-501442026-03-10
Oracle Linux version 8 (kernel-uek) ELSA-2026-501452026-03-10
Oracle Linux version 9 (kernel-uek) ELSA-2026-501442026-03-10
Oracle Linux version 9 (kernel-uek) ELSA-2026-501452026-03-10


This page is generated automatically and has not been checked for errors or omissions. For clarification or corrections:

software.hardware.complete