CVE-2026-93065: wifi: iwlwifi: fix counter type in iwl_fwrt_dump_error_logs

Published Sep 17, 2026
·
Updated

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

wifi: iwlwifi: fix counter type in iwlfwrtdumperrorlogs

The loop counter 'count' was declared as u8 while numpc is u32. If firmware advertises more than 255 PC entries the counter wraps back to zero and the loop never terminates potentially causing an infinite loop or reading past the allocated pcdata array.

Change the declaration to u32 to match numpc.

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 systems are exposed to this issue?

Systems running the Linux kernel with the iwlwifi driver are exposed when the affected error-log dump path processes firmware data advertising more than 255 PC entries.

2

What does an attacker or trigger need to cause the fault?

The vulnerable loop is triggered by firmware advertising more than 255 PC entries. The provided information does not establish whether this can be induced remotely or requires compromised, malicious, or faulty firmware.

3

What can happen if the condition is reached?

The 8-bit loop counter can wrap to zero, causing the loop not to terminate. This can result in an infinite loop or reads beyond the allocated pc_data array.

4

What is the fix?

The fix changes the count loop counter from u8 to u32 so that it matches num_pc and can safely iterate over the advertised number of PC entries.

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