Junglewise Threat Intelligence

CVE-2026-43386: Linux Kernel out-of-bounds read in rtl8723bs Wi-Fi driver

CVE-2026-43386 · Severity: high · CVSS 7.1 · Published 2026-05-08

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's driver for Realtek RTL8723BS Wi-Fi chips. An attacker with local access to a system could exploit this flaw to read sensitive information from the computer's memory that they should not have access to, or potentially cause a system crash. This affects devices using this specific wireless hardware, such as certain tablets and low-power laptops.

Technical details

An out-of-bounds read vulnerability exists in the Linux kernel's staging driver for the Realtek RTL8723BS SDIO Wi-Fi chip (drivers/staging/rtl8723bs/core/rtw_mlme.c). The root cause is a logic error in the rtw_restruct_wmm_ie function where the code attempts to access the 'in_ie' array at index 'i + 5' before verifying that 'i + 5' is within the bounds of 'in_len'. This flaw can be triggered during the processing of Wireless Multimedia Extensions (WMM) Information Elements. A local attacker with low privileges can leverage this to read sensitive kernel memory or trigger a kernel oops (denial of service). The issue has been resolved by reordering the conditional check to ensure the index is validated before the array access.

Affected products

  • Linux Linux kernel 4.12 to 5.10.253, 5.11 to 5.15.203, 5.16 to 6.1.167, 6.2 to 6.6.130, 6.7 to 6.12.78, 6.13 to 6.18.19, 6.19 to 6.19.9

Timeline

  • 2026-05-08: disclosed
  • 2026-05-08: advisory
  • 2026-04-18: patched: Patched in various stable branches including 6.19.x and 6.12.x

References

Related threats