Junglewise Threat Intelligence

CVE-2026-64442: Linux Kernel rtl8723bs out-of-bounds read in IE parsing

CVE-2026-64442 · Severity: info · CVSS 0 · Published 2026-07-25

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's Realtek RTL8723BS Wi-Fi driver. A malicious wireless access point could send specially crafted network frames to trigger an out-of-bounds memory read on a connected device. This could potentially lead to system instability or information disclosure for users of devices utilizing this specific Wi-Fi hardware.

Technical details

An out-of-bounds (OOB) read vulnerability exists in the drivers/staging/rtl8723bs/core/rtw_mlme_ext.c component of the Linux kernel. The functions issue_assocreq() and join_cmd_hdl() fail to perform adequate bounds checking when iterating through Information Element (IE) loops. Specifically, if a malicious Access Point (AP) sends a beacon or probe-response frame where the final IE is truncated (containing an element_id but no length byte), the driver dereferences pIE->length beyond the allocated buffer. The fix implements a two-guard pattern to ensure sufficient bytes remain for the IE header and that the declared IE length does not exceed the buffer boundaries.

Affected products

  • Linux Linux Kernel 554c0a3abf21 to 6.10.y

Timeline

  • 2026-05-22: disclosed: Initial patch submitted by Alexandru Hossu
  • 2026-07-18: patched: Patch committed to stable tree
  • 2026-07-25: advisory: NVD publication date

References

Related threats