CVE-2026-93791: wifi: iwlwifi: mvm: add a check on the tid coming from the firmware

Published Sep 24, 2026
·
Updated

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

wifi: iwlwifi: mvm: add a check on the tid coming from the firmware

banotif->tid is a firmware-controlled u8 that is used directly as an array index into tiddata[] without any validation. Add a bounds check against IWLMAXTIDCOUNT before dereferencing the array.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In the Linux kernel iwlwifi mvm code, validate the firmware-controlled ba_notif->tid against IWL_MAX_TID_COUNT before using it as an index into tid_data[].

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 input must be malformed for this issue to occur?

The issue requires firmware to provide a BA notification with a tid value outside the valid range for IWL_MAX_TID_COUNT. That firmware-controlled value was previously used directly to index the tid_data[] array.

2

Which systems are exposed?

Exposure is limited to Linux kernel systems using the iwlwifi mvm code path and receiving BA notifications from the relevant firmware. The provided information does not identify affected kernel versions or specific hardware models.

3

What changes in the fix?

The fix validates ba_notif->tid against IWL_MAX_TID_COUNT before dereferencing tid_data[]. Invalid TID values are therefore prevented from being used as array indexes.

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