In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in OnAssocRsp() IE loop The IE parsing loop in… (CVE-2026-64444)
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in OnAssocRsp() IE loop The IE parsing loop in OnAssocRsp() advances by (pIE->length + 2) each iteration but only guards on i < pkt_len. When a malicious AP sends an AssocResponse whose last IE has only one byte remaining in the frame (the element_id byte lands at pkt_len-1), the loop reads pIE->length from pframe[pkt_len], which is one byte past the allocated receive buffer. Additionally, even when the header bytes are in bounds, pIE->length itself can extend the data window beyond pkt_len, silently passing a truncated IE to the handler functions. Add two guards at the top of the loop body: 1. Break if fewer than sizeof(*pIE) bytes remain (can't read header). 2. Break if the IE's declared data extends past pkt_len.
AI Analysis
Technical Summary
The Linux kernel rtl8723bs staging driver contained a vulnerability in the OnAssocRsp() function where the IE parsing loop could read beyond the allocated receive buffer. This occurred because the loop advanced by (pIE->length + 2) bytes each iteration but only checked that the loop index was less than the packet length (pkt_len). A malicious access point could send an association response frame where the last IE's element_id byte was at pkt_len-1, causing the code to read pIE->length from one byte past the buffer. Additionally, the IE length field could specify a length extending beyond pkt_len, causing truncated IEs to be passed to handlers. The patch adds two guards: one to break the loop if fewer than the IE header bytes remain, and another to break if the IE's declared length extends beyond pkt_len, thus preventing OOB reads.
Potential Impact
This vulnerability allows a malicious access point to cause out-of-bounds reads in the kernel memory when processing association response frames. Such OOB reads can lead to information disclosure or kernel memory corruption, potentially destabilizing the system or enabling further exploitation. However, no known exploits in the wild have been reported.
Mitigation Recommendations
A fix has been implemented in the Linux kernel rtl8723bs staging driver to add boundary checks preventing out-of-bounds reads in the OnAssocRsp() IE parsing loop. Users should update their Linux kernel to a version that includes this patch once available. Patch status is not yet confirmed from vendor advisory; check the official Linux kernel release notes or vendor advisories for the exact fixed version and apply updates accordingly.
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in OnAssocRsp() IE loop The IE parsing loop in… (CVE-2026-64444)
Description
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in OnAssocRsp() IE loop The IE parsing loop in OnAssocRsp() advances by (pIE->length + 2) each iteration but only guards on i < pkt_len. When a malicious AP sends an AssocResponse whose last IE has only one byte remaining in the frame (the element_id byte lands at pkt_len-1), the loop reads pIE->length from pframe[pkt_len], which is one byte past the allocated receive buffer. Additionally, even when the header bytes are in bounds, pIE->length itself can extend the data window beyond pkt_len, silently passing a truncated IE to the handler functions. Add two guards at the top of the loop body: 1. Break if fewer than sizeof(*pIE) bytes remain (can't read header). 2. Break if the IE's declared data extends past pkt_len.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel rtl8723bs staging driver contained a vulnerability in the OnAssocRsp() function where the IE parsing loop could read beyond the allocated receive buffer. This occurred because the loop advanced by (pIE->length + 2) bytes each iteration but only checked that the loop index was less than the packet length (pkt_len). A malicious access point could send an association response frame where the last IE's element_id byte was at pkt_len-1, causing the code to read pIE->length from one byte past the buffer. Additionally, the IE length field could specify a length extending beyond pkt_len, causing truncated IEs to be passed to handlers. The patch adds two guards: one to break the loop if fewer than the IE header bytes remain, and another to break if the IE's declared length extends beyond pkt_len, thus preventing OOB reads.
Potential Impact
This vulnerability allows a malicious access point to cause out-of-bounds reads in the kernel memory when processing association response frames. Such OOB reads can lead to information disclosure or kernel memory corruption, potentially destabilizing the system or enabling further exploitation. However, no known exploits in the wild have been reported.
Mitigation Recommendations
A fix has been implemented in the Linux kernel rtl8723bs staging driver to add boundary checks preventing out-of-bounds reads in the OnAssocRsp() IE parsing loop. Users should update their Linux kernel to a version that includes this patch once available. Patch status is not yet confirmed from vendor advisory; check the official Linux kernel release notes or vendor advisories for the exact fixed version and apply updates accordingly.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-9qr3-xg49-r8hq
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-64444"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- null
Threat ID: 6a6542089c2644c7f8082fbd
Added to database: 07/25/2026, 23:08:56 UTC
Last enriched: 07/25/2026, 23:20:52 UTC
Last updated: 09/07/2026, 10:52:10 UTC
Views: 48
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.