CVE Catalog

CVE-2026-93281

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, rtw89_mac_check_he_obss_narrow_bw_ru_iter() reads extended capability byte 10 but only rejects datalen values below 10, while reading byte 10 requires at least 11 bytes. The missing length check can lead to an out-of-bounds read.

Risk Assessment

Can lead to an out-of-bounds read, causing information disclosure or a system crash.

Recommendation

Update the Linux kernel to a version containing the fix that requires datalen >= 11 before reading data[10].

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix HE extended capability length check rtw89_mac_check_he_obss_narrow_bw_ru_iter() reads extended capability byte 10, but rejects only datalen values below 10. Byte 10 requires at least 11 bytes. Require datalen >= 11 before reading data[10].

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