CVE-2026-97516: wifi: rtw88: Add NULL check for chip->edcca_th in rtw_fw_adaptivity_result()

Published Sep 24, 2026
·
Updated

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

wifi: rtw88: Add NULL check for chip->edccath in rtwfwadaptivityresult()

It was recently reported that rtwfwadaptivityresult() in fw.c dereferences rtwdev->chip->edccath without a NULL check. The issue is that devices with the 8821CE chip don't define edccath in their chip info. As a result, when rtwfwadaptivityresult() tries to dereference it, the kernel triggers an oops.

Add a NULL check for edccath before dereferencing it in rtwfwadaptivityresult() in fw.c. Placing the check at the function entry avoids logging any garbage values.

This change does not address the root cause for this behavior, but it prevents the NULL dereference and the resulting oops while a more permanent solution is developed.

Tested on a 8822CE chip which defines edccath, so this issue is not present on it, but it still uses this driver and I can verify there are no regressions.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Add a NULL check for rtwdev->chip->edcca_th before dereferencing it in rtw_fw_adaptivity_result() in fw.c.

Event History

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

Frequently Asked Questions

1

Which systems are affected by this issue?

Systems using the Linux kernel rtw88 Wi-Fi driver with an 8821CE chip are affected because that chip's information does not define edcca_th. The issue was not present on a tested 8822CE device, which defines edcca_th.

2

What happens when the vulnerable code is reached?

rtw_fw_adaptivity_result() can dereference a NULL edcca_th pointer, triggering a kernel oops. The fix adds an entry-point NULL check to prevent that dereference and avoid logging garbage values.

3

Does the fix resolve the underlying cause?

No. The change prevents the NULL dereference and resulting kernel oops, but the underlying cause is not addressed and a more permanent solution is still needed.

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