CVE-2026-97423: cxl/region: Validate partition index before array access

Published Sep 24, 2026
·
Updated

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

cxl/region: Validate partition index before array access

constructregion() reads cxled->part and uses it to index cxlds->part[] without checking for a negative value. If the partition was never resolved, part remains at its initial value of -1, causing an out-of-bounds array access.

Add a guard to return -EBUSY when part is negative.

The check was dropped during a merge.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Add a guard in construct_region() to validate cxled->part before indexing cxlds->part[], returning -EBUSY if the partition index is negative.

    Linux kernel CXL region construct_region() partition index validation = return -EBUSY when cxled->part is negative

Event History

Sep 24, 2026
CVE Published
via MITRE·04:03 PM
Data Sourced
via MITRE·04:03 PM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

Under what condition can the out-of-bounds access occur?

It can occur when construct_region() handles a CXL device whose partition has not been resolved. In that state, cxled->part remains -1 and is used as an index into cxlds->part[].

2

What behavior does the fix introduce for an unresolved partition?

The fix validates the partition index before array access. When the partition index is negative, construct_region() returns -EBUSY instead of indexing the partition array.

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