CVE-2026-74648
Received Received - Intake

Buffer Overflow in Linux Kernel WiFi Driver

Vulnerability report for CVE-2026-74648, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-22

Last updated on: 2026-08-22

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-22
Last Modified
2026-08-22
Generated
2026-08-22
AI Q&A
2026-08-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux_kernel linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves improper validation of monitor transmit frame lengths in the rtl8723bs driver. The function rtw_cfg80211_monitor_if_xmit_entry removes the radiotap header but fails to check if a base 802.11 header remains. It also reads header spans before confirming the skb contains sufficient data, leading to potential out-of-bounds reads or insufficient data for Ethernet address writes.

Detection Guidance

This vulnerability affects the Linux kernel's staging driver for RTL8723BS Wi-Fi chips. Detection requires checking if your system uses this driver and kernel version. Inspect loaded kernel modules with lsmod | grep rtl8723bs. Verify kernel version with uname -r. If the driver is loaded and kernel is vulnerable, monitor for crashes or memory corruption during Wi-Fi operations.

Impact Analysis

This vulnerability could allow an attacker to cause memory corruption or crashes by sending malformed network frames. It may lead to denial-of-service conditions or potential privilege escalation if exploited. Systems using vulnerable Linux kernels with the rtl8723bs driver are at risk.

Mitigation Strategies

Update your Linux kernel to the latest stable version where this issue is patched. If using a custom or vendor kernel, check for backported fixes. Temporarily unload the rtl8723bs module with rmmod rtl8723bs if not actively used. Disable Wi-Fi interfaces using this driver until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74648. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart