CVE Catalog

CVE-2026-93166

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the rtw89_ppdu_str() function in the rtw89 Wi-Fi driver uses a '>' comparison instead of '>=', which can lead to an out-of-bounds access. The fix changes the operator to '>=' to avoid the invalid memory access.

Risk Assessment

An out-of-bounds access can cause kernel errors, system crashes, or potentially be exploited for code execution. It affects systems using Wi-Fi cards based on the rtw89 driver.

Recommendation

Update the Linux kernel to a version containing the rtw89 driver fix. Until the update, consider limiting the use of rtw89 driver debugging in production environments.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: debug: fix off by on in rtw89_ppdu_str() This > comparison should be >= to avoid an out of bounds access.

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