NONE · 0

CVE-2026-93065

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 fi...

Vulnerability 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.

References

FAQ

What is CVE-2026-93065?

CVE-2026-93065 is a documented vulnerability. 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 fi...

How severe is CVE-2026-93065?

CVSS scoring is not yet available for CVE-2026-93065. Check NVD for updates.

Is there a patch for CVE-2026-93065?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.