In the Linux kernel, the following vulnerability has been resolved:
staging: rtl8723bs: fix stack buffer overflow in OnAssocReq IE parsing
The Supported Rates IE length from an incoming Association Request frame
was used directly as the memcpy() length when copying into a fixed-size
16-byte stack buffer (supportRate). A malicious station can advertise an
IE length larger than 16 bytes, causing a stack buffer overflow.
Clamp ie_len to the buffer size before copying the Supported Rates IE,
and correct the bounds check when merging Extended Supported Rates to
prevent a second potential overflow.
This prevents kernel stack corruption triggered by malformed association
requests.
Security readout for executives and security teams
Plain-English summary
A nearby malicious Wi-Fi device can send a malformed association request to a Linux system using the rtl8723bs wireless driver. The request may overwrite kernel stack memory, potentially crashing the system or compromising confidentiality and integrity. No authentication or user action is required, but the attacker must be within wireless reach.
Executive priority
Prioritize exposed wireless infrastructure and embedded devices using rtl8723bs. The potential impact is severe, but reachability requires nearby radio access and active exploitation is not established. Complete targeted inventory promptly, then patch confirmed exposures through supported distribution channels.
Technical view
The rtl8723bs OnAssocReq parser copied an attacker-controlled Supported Rates IE into a 16-byte stack buffer without limiting its length. Extended Supported Rates handling contained another unsafe bounds check. Linux stable fixes clamp the first copy and correct the merge check, preventing kernel stack corruption.
Likely exposure
Exposure is limited to Linux systems using the staging rtl8723bs driver in a role that processes incoming Wi-Fi association requests. Systems without this driver or relevant hardware are unlikely to be exposed. The supplied version data is ambiguous and includes commit identifiers, so distribution-specific kernel mapping is required.
Exploitation context
The CVSS 3.1 score is 8.8 with adjacent-network access, low complexity, no privileges, and no user interaction. The bundle marks this CVE as absent from KEV and provides no evidence of active exploitation or a public exploit. Practical attacks require wireless proximity and a vulnerable processing path.
Researcher notes
The vulnerable sink is a fixed 16-byte supportRate stack buffer receiving attacker-controlled IE data. The correction addresses both the initial Supported Rates copy and Extended Supported Rates merge arithmetic. The supplied sources do not establish exploitability beyond kernel stack corruption, affected distribution packages, or observed attacks.
Mitigation direction
Upgrade to a vendor-supported kernel containing the applicable Linux stable fix.
Check distribution security advisories for the corrected package version and reboot requirements.
Where upgrading is delayed, disable unused rtl8723bs hardware or driver functionality after operational review.
Restrict affected systems from operating roles that accept Wi-Fi association requests where feasible.
Validation and detection
Inventory systems for rtl8723bs hardware, loaded modules, and relevant wireless operating modes.
Record kernel and distribution package versions, then compare them with vendor advisories.
Confirm the installed kernel incorporates an applicable referenced stable commit or vendor backport.
After remediation, verify the corrected kernel is running and the previous package is not active.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-68255 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
9Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.