CVE-2026-93065
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fix counter type in iwl_fwrt_dump_error_logs The loop counter 'count' was declared as u8 while num_pc 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 pc_data array. Change the declaration to u32 to match num_pc.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or — if you've already worked around this in production — publish your fix to the community-verified tier.
Propose a mitigation on Community Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
References
- https://git.kernel.org/stable/c/71e67b4b59337b2f9f4fef976a27de2dad7aabf2
- https://git.kernel.org/stable/c/769e1910d41fdd01453cef4ae032a3c162f029f8
- https://git.kernel.org/stable/c/8d74cb5fbb7a0d825403a74d18386dc7b22426a9
- https://git.kernel.org/stable/c/8d8a526f3ec659194f846a2cb33844d9f6cb9995
- https://git.kernel.org/stable/c/9710b20d09d847e07e190087b0b529673d3f1fad
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.