CVE-2026-90398
Last modified
CVE-2026-90398 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix stride mismatch in mac_phy_caps_parse() Currently, in ath11k_wmi_tlv_mac_phy_caps_parse(), kcalloc() sizes the mac_phy_caps buffer as tot_phy_id * len, where len is clamped to min(firmware_len, sizeof(struct wmi_mac_phy_capabilities)). The subsequent memcpy() destination advances by sizeof(full struct) per slot via C pointer arithmetic, not by the clamped len.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix stride mismatch in mac_phy_caps_parse() Currently, in ath11k_wmi_tlv_mac_phy_caps_parse(), kcalloc() sizes the mac_phy_caps buffer as tot_phy_id * len, where len is clamped to min(firmware_len, sizeof(struct wmi_mac_phy_capabilities)). The subsequent memcpy() destination advances by sizeof(full struct) per slot via C pointer arithmetic, not by the clamped len. When firmware sends short TLVs, the second and later slots are written past the end of the allocation. The reader in ath11k_pull_mac_phy_cap_svc_ready_ext() also indexes the buffer with full-struct pointer arithmetic, so the allocation must match that stride. Fix by using kzalloc_objs(), which derives the element size from the pointer type, making allocation size and pointer stride provably consistent regardless of what len the firmware provides. Compile tested only.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5b90fc760db5a969ed26d70f8e62c91915f012bd, < bbb3b3334a9ed850c5b332eedea107796e691237; >= 5b90fc760db5a969ed26d70f8e62c91915f012bd, < 75185e2b214e842b7e0af29e5d1fef155662b8b1; >= 5b90fc760db5a969ed26d70f8e62c91915f012bd, < acff2713c3212ade15051e7b421f15c89927e70f; >= 5b90fc760db5a969ed26d70f8e62c91915f012bd, < 7a246c72132eb943b5844ba79dad597b47429dba |
| Linux | Linux | 5.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90398?
How severe is CVE-2026-90398?
How do I fix CVE-2026-90398?
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-90392In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90393In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90394In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90395In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90396In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90397In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90399In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-9040A race condition vulnerability in Arm Ltd Bifrost GPU Kernel…7.7
- CVE-2026-90400In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90401In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90402In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-90403In the Linux kernel, the following vulnerability has been re…7
Are you affected by CVE-2026-90398?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
