CVE Catalog

CVE-2026-100078

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the iwlwifi (mei) driver's iwl_mei_write_cyclic_buf() function receives an incorrect first argument — the q_head pointer is passed instead of cldev. The bug has been fixed.

Risk Assessment

Passing an incorrect argument can lead to incorrect driver behavior and potentially memory corruption or system instability.

Recommendation

Update the Linux kernel to a version containing the fix that passes the correct argument (cldev) to iwl_mei_write_cyclic_buf().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mei: pass correct argument to function The first argument to iwl_mei_write_cyclic_buf() should be the cldev but the q_head pointer is passed instead. Fix it.

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