PT-2026-64665 · Linux+1 · Linux Kernel+1
CVE-2026-64444
·
Published
2026-07-25
·
Updated
2026-09-07
CVSS v3.1
8.1
High
| Vector | AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An out-of-bounds read exists in the
OnAssocRsp() function within the rtl8723bs staging driver. The Information Element (IE) parsing loop advances by pIE->length + 2 per iteration but only checks if the index i is less than pkt len. A malicious Access Point can trigger this by sending an AssocResponse where the last IE has only one byte remaining in the frame, causing the loop to read pIE->length from one byte beyond the allocated receive buffer. Furthermore, the pIE->length value can extend the data window beyond pkt len, resulting in truncated IEs being passed to handler functions.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Out of bounds Read
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ubuntu