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)
A vulnerability in the Linux kernel's rtl8723bs staging driver was fixed to prevent out-of-bounds (OOB) reads in the OnAssocRsp() IE parsing loop. The loop previously advanced by the length of each information element (IE) plus two bytes but only checked that the index was less than the packet length, allowing reads beyond the allocated buffer when a malicious access point crafted a specific association response frame. The fix adds boundary checks to ensure the header and declared IE length do not exceed the packet length, preventing OOB reads.
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
A vulnerability in the Linux kernel's rtl8723bs staging driver was fixed to prevent out-of-bounds (OOB) reads in the OnAssocRsp() IE parsing loop. The loop previously advanced by the length of each information element (IE) plus two bytes but only checked that the index was less than the packet length, allowing reads beyond the allocated buffer when a malicious access point crafted a specific association response frame. The fix adds boundary checks to ensure the header and declared IE length do not exceed the packet length, preventing OOB reads.
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: 07/26/2026, 04:59:26 UTC
Views: 5
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.