CVE Catalog

CVE-2026-92498

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the wifi ath6kl driver's WMI event handlers ath6kl_wmi_scan_complete_rx(), ath6kl_wmi_addba_req_event_rx(), and ath6kl_wmi_delba_req_event_rx() read from the event buffer without first verifying that the message is large enough. The fix adds length checks to prevent overreads.

Risk Assessment

A buffer overread can lead to disclosure of kernel memory contents or to a system crash (denial of service). This is particularly relevant on devices using ath6kl Wi-Fi adapters.

Recommendation

Update the Linux kernel to a version containing the ath6kl driver fix. Until then, consider limiting the use of ath6kl-based Wi-Fi devices in high-risk environments.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: avoid buffer overreads in WMI event handlers The following WMI event handlers currently read from the event buffer without first verifying that the message was large enough to hold the expected event: ath6kl_wmi_scan_complete_rx() ath6kl_wmi_addba_req_event_rx() ath6kl_wmi_delba_req_event_rx() Add length checks to prevent overread.

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