CVE-2026-89653: ceph: reject export_targets ranks >= CEPH_MAX_MDS in mdsmap decode

Published Sep 11, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

ceph: reject exporttargets ranks >= CEPHMAXMDS in mdsmap decode

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

Reject ranks outside CEPHMAXMDS while decoding the map. Do not validate against possiblemaxrank here because maps may legitimately reference ranks beyond a temporarily reduced maxmds.

Affected Software

1 affected component
ceph Linux kernel Ceph (ceph fs/mtrust)

Event History

Sep 11, 2026
CVE Published
via MITRE·07:45 PM
Data Sourced
via MITRE·07:45 PM
Description

Frequently Asked Questions

1

Who can trigger the out-of-bounds write?

The affected client-side MDS map decoding path consumes export_targets entries controlled by a Ceph monitor. Exploitation requires a monitor to provide an export target rank outside the CEPH_MAX_MDS protocol namespace.

2

Does temporarily lowering max_mds prevent the issue?

No. Maps may legitimately reference ranks beyond a temporarily reduced max_mds, so validation must use CEPH_MAX_MDS rather than possible_max_rank.

3

What is the remediation?

Use a kernel containing the fix that rejects export_targets ranks greater than or equal to CEPH_MAX_MDS during MDS map decoding. The supplied references identify stable kernel commits carrying the change.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203