Bug 2532386 (CVE-2026-89653) - CVE-2026-89653 kernel: ceph: Linux kernel (Ceph): Denial of Service via out-of-bounds write in mdsmap decode
Summary: CVE-2026-89653 kernel: ceph: Linux kernel (Ceph): Denial of Service via out-o...
Keywords:
Status: NEW
Alias: CVE-2026-89653
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-11 22:41 UTC by OSIDB Bzimport
Modified: 2026-09-11 23:01 UTC (History)
15 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-11 22:41:43 UTC
In the Linux kernel, the following vulnerability has been resolved:

ceph: reject export_targets ranks >= CEPH_MAX_MDS in mdsmap decode

MDSMap export_targets entries are monitor controlled. check_new_map()
uses each entry as a bit number in a fixed stack bitmap, so a rank
outside the protocol namespace can make set_bit() write past the end of
the array.

Reject ranks outside CEPH_MAX_MDS while decoding the map. Do not
validate against possible_max_rank here because maps may legitimately
reference ranks beyond a temporarily reduced max_mds.


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