CVE Catalog

CVE-2026-93062

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel wifi iwlwifi driver, iwl_dbg_tlv_alloc_fragments could cause a division by zero when num_frags was 0. Missing checks on the required size and fragment count allowed this situation.

Risk Assessment

A division by zero in the kernel can cause a system panic and denial of service.

Recommendation

Update the Linux kernel to a version with the fix that checks the required size is not zero and validates num_frags.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: guard against division by zero in iwl_dbg_tlv_alloc_fragments Make sure we don't end-up with a num_frags = 0 situation. For that, check that the required size is not 0 and put a checker on num_frags as well.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS