Description
In the Linux kernel, the following vulnerability has been resolved:

staging: rtl8723bs: validate monitor transmit frame lengths

rtw_cfg80211_monitor_if_xmit_entry() removes the radiotap header and
then reads the 802.11 frame control field without checking that a base
802.11 header remains.

The data path also pulls the calculated 802.11, QoS and SNAP header
span before confirming that the skb contains it. A truncated frame can
therefore cause out-of-bounds reads or leave insufficient data for the
Ethernet address writes.

Reject frames that do not contain the base 802.11 header and data
frames that do not contain their complete calculated header span.
Published: 2026-08-22
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel staging driver rtl8723bs contains a faulty packet validation routine. After removing a radiotap header, rtw_cfg80211_monitor_if_xmit_entry reads the 802.11 frame control field without confirming the presence of a complete base header. If a malicious or corrupted frame is truncated, the code can read past the end of the socket buffer or leave insufficient data for subsequent Ethernet address writes, leading to an out‑of‑bounds read or memory corruption. This type of flaw is represented by CWE‑119 and can result in kernel panic or an information disclosure if the attacker controls the data stream.

Affected Systems

All Linux kernel installations that include the rtl8723bs driver and enable monitor mode are affected. No specific version list is supplied, but the upstream patch commits show the fix was merged into mainline, so any kernel older than the commit remains vulnerable.

Risk and Exploitability

EPSS data is not provided and the vulnerability is not listed in the CISA KEV catalog, which indicates no publicly known exploits. Based on the description, the likely attack vector is a network‑based attacker who can transmit crafted wireless frames to the device. Exploiting the flaw requires sending a truncated frame that bypasses with monitor mode enabled, which may limit the attack surface but could still lead to a crash or data leakage if successful.

Generated by OpenCVE AI on August 22, 2026 at 17:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel version that includes the rtl8723bs patch committed to mainline
  • If an upgrade is not immediately possible, disable monitor mode or unload the rtl8723bs driver on vulnerable systems
  • Apply the patch from the referenced commits manually to the kernel source if the affected distribution does not provide the updated driver

Generated by OpenCVE AI on August 22, 2026 at 17:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: validate monitor transmit frame lengths rtw_cfg80211_monitor_if_xmit_entry() removes the radiotap header and then reads the 802.11 frame control field without checking that a base 802.11 header remains. The data path also pulls the calculated 802.11, QoS and SNAP header span before confirming that the skb contains it. A truncated frame can therefore cause out-of-bounds reads or leave insufficient data for the Ethernet address writes. Reject frames that do not contain the base 802.11 header and data frames that do not contain their complete calculated header span.
Title staging: rtl8723bs: validate monitor transmit frame lengths
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-22T15:32:24.858Z

Reserved: 2026-08-15T05:44:03.923Z

Link: CVE-2026-74648

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:38.160

Modified: 2026-08-22T16:16:38.160

Link: CVE-2026-74648

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T19:15:03Z

Weaknesses

No weakness.