CVE-2026-92484: cxl/region: Fix use-after-free in find_pos_and_ways() error path

Published Sep 17, 2026
·
Updated

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

cxl/region: Fix use-after-free in findposandways() error path

The error path releases its reference to a switch decoder before logging an error that includes the decoder name. If the released reference is the last one, the decoder can be freed before the error message accesses its name.

Drop the reference after the error is reported.

Event History

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

Frequently Asked Questions

1

When can this use-after-free occur?

It occurs on an error path in find_pos_and_ways() when a switch decoder reference is released before an error message accesses the decoder name. If that reference was the last one, the decoder may be freed before the name is logged.

2

What is the practical impact of the flaw?

The vulnerable code can access a freed switch decoder while reporting an error. The issue is specifically tied to error handling and logging after decoder reference release.

3

What change resolves the issue?

The fix reports the error while the switch decoder reference is still held, then drops the reference afterward.

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