CVE-2026-52957
Last modified
CVE-2026-52957 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: libceph: Fix potential null-ptr-deref in decode_choose_args() A message of type CEPH_MSG_OSD_MAP contains an OSD map that itself contains a CRUSH map. When decoding this CRUSH map in crush_decode(), an array of max_buckets CRUSH buckets is decoded, where some indices may not refer to actual buckets and are therefore set to NULL. EPSS estimates a 0.53% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: libceph: Fix potential null-ptr-deref in decode_choose_args() A message of type CEPH_MSG_OSD_MAP contains an OSD map that itself contains a CRUSH map. When decoding this CRUSH map in crush_decode(), an array of max_buckets CRUSH buckets is decoded, where some indices may not refer to actual buckets and are therefore set to NULL. The received CRUSH map may optionally contain choose_args that get decoded in decode_choose_args(). When decoding a crush_choose_arg_map, a series of choose_args for different buckets is decoded, with the bucket_index being read from the incoming message. It is only checked that the bucket index does not exceed max_buckets, but not that it doesn't point to an index with a NULL bucket. If a (potentially corrupted) message contains a crush_choose_arg_map including such a bucket_index, a null pointer dereference may occur in the subsequent processing when attempting to access the bucket with the given index. This patch fixes the issue by extending the affected check. Now, it is only attempted to access the bucket if it is not NULL.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.13.1, < 5.10.258 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.209 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.175 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.141 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.91 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.33 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.10 | — |
| Linux | Linux Kernel | 4.13 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-52957?
How severe is CVE-2026-52957?
How do I fix CVE-2026-52957?
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-52951In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52952In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-52953In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-52954In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-52955In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-52956In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-52958In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-52959In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-5296GitLab has remediated an issue in GitLab EE affecting all ve…4.3
- CVE-2026-52960In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-52961In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52962In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-52957?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
