CVE-2026-93788: wifi: iwlwifi: acpi: validate WGDS table revision index

Published Sep 24, 2026
·
Updated

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

wifi: iwlwifi: acpi: validate WGDS table revision index

Check tblrev bounds before BIT(tblrev) to avoid undefined shifts when firmware reports an invalid revision value.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Validate that the WGDS table revision index (tbl_rev) is within bounds before using it in BIT(tbl_rev), preventing undefined shifts from invalid firmware revision values.

Event History

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

Frequently Asked Questions

1

What condition is required to trigger the issue?

The Wi-Fi firmware must report an invalid WGDS table revision value. The vulnerable code uses that revision as an index in a BIT() operation without first checking that it is within bounds.

2

Which systems are potentially exposed?

Systems running the Linux kernel iwlwifi driver and processing WGDS ACPI data are potentially affected when their firmware reports an invalid table revision. The provided information does not identify specific kernel versions or hardware models.

3

What does the fix change?

The fix validates the WGDS table revision index before it is passed to BIT(). This prevents undefined shift behavior caused by an invalid firmware-reported revision value.

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