CVE-2026-64441
Last modified
CVE-2026-64441 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in rtw_get_sec_ie(), rtw_get_wapi_ie(), and rtw_get_wps_attr() Three IE/attribute parsing functions have missing bounds checks. rtw_get_sec_ie() and rtw_get_wapi_ie() iterate over a raw IE buffer without verifying that the header bytes (tag + length) are within the remaining buffer before reading them. Additionally, rtw_get_sec_ie() compares the 4-byte WPA OUI at cnt+2 without checking that at least 6 bytes remain, and rtw_get_wapi_ie() compares a 4-byte WAPI OUI at cnt+6 without checking that at least 10 bytes remain. rtw_get_wps_attr() reads wps_ie[0] and wps_ie+2 unconditionally at entry, before verifying that wps_ielen is large enough to contain the 6-byte WPS IE header (element_id + length + 4-byte OUI). EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in rtw_get_sec_ie(), rtw_get_wapi_ie(), and rtw_get_wps_attr() Three IE/attribute parsing functions have missing bounds checks. rtw_get_sec_ie() and rtw_get_wapi_ie() iterate over a raw IE buffer without verifying that the header bytes (tag + length) are within the remaining buffer before reading them. Additionally, rtw_get_sec_ie() compares the 4-byte WPA OUI at cnt+2 without checking that at least 6 bytes remain, and rtw_get_wapi_ie() compares a 4-byte WAPI OUI at cnt+6 without checking that at least 10 bytes remain. rtw_get_wps_attr() reads wps_ie[0] and wps_ie+2 unconditionally at entry, before verifying that wps_ielen is large enough to contain the 6-byte WPS IE header (element_id + length + 4-byte OUI). Inside the attribute loop, get_unaligned_be16() is called on attr_ptr and attr_ptr+2 without checking that 4 bytes remain in the buffer. Add a cnt+2 bounds check before each loop body in rtw_get_sec_ie() and rtw_get_wapi_ie(), guard each multi-byte comparison with a minimum IE length requirement, add a wps_ielen < 6 early return in rtw_get_wps_attr(), and add a 4-byte bounds check in its inner loop.
Metrics
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < efa27d487abcdec79669a60a6d94d5d6eceb7c1d; >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < 2ea1ce30ead61589214240e8d33d96310fd613e5; >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < b27ecba3196f6c14e3809595ebd69c0c2392512a; >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < 6ab1161e539fb7a1c8b35ff5a6ced4702e855b9c; >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < 4b51ee8a40fe47864197d73cc02b191de7a6b072; >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < 729c4e72563bda0f1725db1db9ea08df06f41d9b; >= 554c0a3abf216c991c5ebddcdb2c08689ecd290b, < 1463ca3ec6601cbb097d8d87dbf5dcf1cb86a344 |
| Linux | Linux | 4.12 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64441?
How severe is CVE-2026-64441?
How do I fix CVE-2026-64441?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64436In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64437In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64438In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64439In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-6444A flaw exists in the FlashArray Purity management interface …8.6
- CVE-2026-64440In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-64442In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-64443In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-64444In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-64445In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64446In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64447In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-64441?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
