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

staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length subtraction

Add guards to ensure ie_length is large enough before subtracting
fixed IE offsets to prevent unsigned integer underflow.
Published: 2026-06-25
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability originates in the rtl8723bs wireless driver within the Linux kernel. A missing bounds check allows the driver to subtract an IE length value from an IE length field without guaranteeing that the result is non‑negative, which can cause an unsigned integer underflow. If an attacker can send crafted wireless frames, the underflow may corrupt memory or trigger a kernel crash, potentially giving the attacker code execution in kernel space or denial of service. The weakness is a classic integer underflow flaw consistent with CWE‑190.

Affected Systems

The flaw affects the rtl8723bs driver in the Linux kernel. Any Linux distribution that includes a kernel with the staging rtl8723bs driver compiled and loaded is potentially impacted. Versions prior to the commit that added the bounds checks are vulnerable; the patch will be present in subsequent stable kernel releases. Specific kernel version ranges are not listed, but any kernel that has not applied this commit remains at risk.

Risk and Exploitability

The CVSS score is not reported, and EPSS is unavailable, so the quantitative impact is unknown. However, the flaw exists in kernel code that processes externally supplied network data; an attacker who can control Wi‑Fi traffic could trigger the integer underflow, which could lead to a crash or arbitrary code execution in kernel mode. There is no indication that CISA lists this as a known exploited vulnerability. The attack would likely be carried out via a rogue access point or over-the-air transmissions, requiring proximity to the target's wireless adapter.

Generated by OpenCVE AI on June 25, 2026 at 11:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that contains the bounds‑check patch for rtl8723bs.
  • If a kernel upgrade is not feasible, unload or blacklist the rtl8723bs driver to stop its execution.
  • Limit wireless traffic or enforce authentication to reduce exposure to rogue frame injection.

Generated by OpenCVE AI on June 25, 2026 at 11:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 25 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-190

Thu, 25 Jun 2026 09:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length subtraction Add guards to ensure ie_length is large enough before subtracting fixed IE offsets to prevent unsigned integer underflow.
Title staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length subtraction
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-06-25T08:38:54.018Z

Reserved: 2026-06-09T07:44:35.389Z

Link: CVE-2026-53178

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-25T12:00:14Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound