CVE-2026-74648: staging: rtl8723bs: validate monitor transmit frame lengths
In the Linux kernel, the following vulnerability has been resolved:
staging: rtl8723bs: validate monitor transmit frame lengths
rtwcfg80211monitorifxmitentry() 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.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Configuration
Update the Linux kernel driver logic (staging: rtl8723bs: validate monitor transmit frame lengths) so it rejects monitor transmit frames that do not contain the complete base 802.11 header/data and does not remove the radiotap header/span until the skb is confirmed to contain them.
rtw_cfg80211_monitor_if_xmit_entry() / rtl8723bs staging monitor transmit frame validation = validate monitor transmit frame lengths; confirm skb contains base 802.11 header before reading 802.11 frame control field