Impact
The vulnerability resides in the Linux kernel’s staging driver rtl8723bs. During a wireless connection setup, a user can supply a WPA Information Element crafted to 255 bytes. The driver copies the IE data plus a 2–byte header into a 256‑byte buffer using memcpy, which writes 257 bytes and overflows the buffer by one byte into an adjacent field. This overflow can corrupt control data on the heap and, if properly exploited, could lead to arbitrary code execution or compromise system integrity.
Affected Systems
All Linux kernel versions that include the staging rtl8723bs wireless driver are affected. The issue is specific to this driver and does not impact other wireless drivers.
Risk and Exploitability
The EPSS score is below 1 %, indicating a low current exploitation probability, and the vulnerability is not listed in CISA KEV. The flaw is a classic heap buffer overflow (CWE‑120) that requires the ability to issue an nl80211 command—typically a local user or process with sufficient privileges. Absent a disclosed CVSS score, the nature of the overflow suggests high severity when triggered.
OpenCVE Enrichment
Debian DLA