CVE-2026-64442

Source
https://cve.org/CVERecord?id=CVE-2026-64442
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64442.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64442
Downstream
Published
2026-07-25T08:51:14.535Z
Modified
2026-07-28T04:03:07.231776800Z
Severity
  • 8.1 (High) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H CVSS Calculator
Summary
staging: rtl8723bs: fix OOB reads in IE loops in issue_assocreq() and join_cmd_hdl()
Details

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

staging: rtl8723bs: fix OOB reads in IE loops in issueassocreq() and joincmd_hdl()

Two IE parsing loops are missing the header bounds checks before they dereference pIE->length:

  • issueassocreq() walks pmlmeinfo->network.ies to build the association request. If the stored IE data ends with only an elementid byte and no length byte, pIE->length is read one byte past the end of the buffer.

  • joincmdhdl() walks pnetwork->ies during station join and has the same problem under the same conditions.

Both buffers are filled from AP beacon and probe-response frames, so a malicious AP that sends a truncated final IE can trigger the issue.

Apply the two-guard pattern established in updatebeaconinfo(): 1. Break if fewer than sizeof(*pIE) bytes remain. 2. Break if the IE's declared data extends past the buffer end.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64442.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
554c0a3abf216c991c5ebddcdb2c08689ecd290b
Fixed
bc881c9915c4468747d0ca5fd1abd7b313cfb0f4
Fixed
605ebd94d0f469204f3c9f2f84acc71e43e2780f
Fixed
a830bdc82461353bf7b1f8a2ad2689bf5d2de444
Fixed
4c21eec80cf502d9ea18e0b946246b2376452786
Fixed
ad2637c46ef8b8ae0894372a2d39fdfcdc420a1e
Fixed
c38d16b1ffac385c9e4b38447cd5c46af1114b58
Fixed
402f13ec95945f34a210b28df1f8740d3d4a58c5
Fixed
ef61d628dfad38fead1fd2e08979ae9126d011d5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64442.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.12.0
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.96
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.39
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64442.json"