Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-52957
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-24 Jun, 2026 | 16:28
Updated At-29 Jun, 2026 | 04:18
Rejected At-
▼CVE Numbering Authority (CNA)
libceph: Fix potential null-ptr-deref in decode_choose_args()

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.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • net/ceph/osdmap.c
Default Status
unaffected
Versions
Affected
  • From c7ed1a4bf4b446317eefa0f4916d94b1f6d3ada5 before d55ffad8d422b5d1cc44dad32bd3d25f4471cd9f (git)
  • From c7ed1a4bf4b446317eefa0f4916d94b1f6d3ada5 before 301286c0ccd37d66b0e40786fd35a4f19cdbd88a (git)
  • From c7ed1a4bf4b446317eefa0f4916d94b1f6d3ada5 before 7169f326a23d0f547fcd90e68b72fd387622e126 (git)
  • From c7ed1a4bf4b446317eefa0f4916d94b1f6d3ada5 before d7a65a34d2453f8cd3e0cc0e1319740af7e24276 (git)
  • From c7ed1a4bf4b446317eefa0f4916d94b1f6d3ada5 before 312ec973efac0efb9b9ed64214235910e9ecbaa8 (git)
  • From c7ed1a4bf4b446317eefa0f4916d94b1f6d3ada5 before f2f95e6d4b97e70bb876139b0583fc8079983f85 (git)
  • From c7ed1a4bf4b446317eefa0f4916d94b1f6d3ada5 before a20e16ebfe2fa65348eb4b2dc7deac330ce03e9c (git)
  • From c7ed1a4bf4b446317eefa0f4916d94b1f6d3ada5 before 28b0a2ab8c82d0bbdeb8013029c67c978ce6e4bf (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • net/ceph/osdmap.c
Default Status
affected
Versions
Affected
  • 4.13
Unaffected
  • From 0 before 4.13 (semver)
  • From 5.10.258 through 5.10.* (semver)
  • From 5.15.209 through 5.15.* (semver)
  • From 6.1.175 through 6.1.* (semver)
  • From 6.6.141 through 6.6.* (semver)
  • From 6.12.91 through 6.12.* (semver)
  • From 6.18.33 through 6.18.* (semver)
  • From 7.0.10 through 7.0.* (semver)
  • From 7.1 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
3.17.5HIGH
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Version: 3.1
Base score: 7.5
Base severity: HIGH
Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/d55ffad8d422b5d1cc44dad32bd3d25f4471cd9f
N/A
https://git.kernel.org/stable/c/301286c0ccd37d66b0e40786fd35a4f19cdbd88a
N/A
https://git.kernel.org/stable/c/7169f326a23d0f547fcd90e68b72fd387622e126
N/A
https://git.kernel.org/stable/c/d7a65a34d2453f8cd3e0cc0e1319740af7e24276
N/A
https://git.kernel.org/stable/c/312ec973efac0efb9b9ed64214235910e9ecbaa8
N/A
https://git.kernel.org/stable/c/f2f95e6d4b97e70bb876139b0583fc8079983f85
N/A
https://git.kernel.org/stable/c/a20e16ebfe2fa65348eb4b2dc7deac330ce03e9c
N/A
https://git.kernel.org/stable/c/28b0a2ab8c82d0bbdeb8013029c67c978ce6e4bf
N/A
Hyperlink: https://git.kernel.org/stable/c/d55ffad8d422b5d1cc44dad32bd3d25f4471cd9f
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/301286c0ccd37d66b0e40786fd35a4f19cdbd88a
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/7169f326a23d0f547fcd90e68b72fd387622e126
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/d7a65a34d2453f8cd3e0cc0e1319740af7e24276
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/312ec973efac0efb9b9ed64214235910e9ecbaa8
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/f2f95e6d4b97e70bb876139b0583fc8079983f85
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/a20e16ebfe2fa65348eb4b2dc7deac330ce03e9c
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/28b0a2ab8c82d0bbdeb8013029c67c978ce6e4bf
Resource: N/A
Details not found