CVE-2026-93078: cxl/features: Reject Set Features output buffer smaller than the header

Published Sep 17, 2026
·
Updated

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

cxl/features: Reject Set Features output buffer smaller than the header

cxlctlsetfeature() sizes its output buffer from the user's fwctlrpc.outlen but never checks it is large enough to hold even the fwctlrpccxlout header. With outlen == 0 , kvzalloc() returns ZEROSIZEPTR, which passes the !rpcout check, the subsequent rpcout->size = 0 then writes through the poison pointer.

Reject requests whose output buffer can't hold the response header, before allocating. The Set Feature reply carries no payload, so the header is all that is required.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:10 PM
Data Sourced
via MITRE·04:10 PM
Description

Frequently Asked Questions

1

What input is required to trigger the flaw?

A caller must submit a Set Features request with an fwctl_rpc.out_len smaller than the fwctl_rpc_cxl_out response header. An out_len value of 0 causes allocation to return ZERO_SIZE_PTR and is specifically described as leading to a write through that pointer.

2

Does the Set Feature response require an output payload buffer beyond its header?

No. The Set Feature reply carries no payload, so an output buffer large enough for the response header is sufficient.

3

What does the fix change?

The fix rejects Set Features requests whose requested output buffer cannot hold the response header before attempting allocation.

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