Bug 2422800 (CVE-2025-68283) - CVE-2025-68283 kernel: libceph: replace BUG_ON with bounds check for map->max_osd
Summary: CVE-2025-68283 kernel: libceph: replace BUG_ON with bounds check for map->max...
Keywords:
Status: NEW
Alias: CVE-2025-68283
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-16 16:02 UTC by OSIDB Bzimport
Modified: 2025-12-22 21:03 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-16 16:02:31 UTC
In the Linux kernel, the following vulnerability has been resolved:

libceph: replace BUG_ON with bounds check for map->max_osd

OSD indexes come from untrusted network packets. Boundary checks are
added to validate these against map->max_osd.

[ idryomov: drop BUG_ON in ceph_get_primary_affinity(), minor cosmetic
  edits ]


Note You need to log in before you can comment on or make changes to this bug.