CVE-2026-72003
Last modified
CVE-2026-72003 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: cyw: fix heap overflow on a short auth frame brcmf_notify_auth_frame_rx() takes the frame length from the firmware event and copies the frame body with the management header offset subtracted: u32 mgmt_frame_len = e->datalen - sizeof(struct brcmf_rx_mgmt_data); ... memcpy(&mgmt_frame->u, frame, mgmt_frame_len - offsetof(struct ieee80211_mgmt, u)); The only length check is e->datalen >= sizeof(*rxframe), so mgmt_frame_len can be anything from 0 up. offsetof(struct ieee80211_mgmt, u) is 24. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: cyw: fix heap overflow on a short auth frame brcmf_notify_auth_frame_rx() takes the frame length from the firmware event and copies the frame body with the management header offset subtracted: u32 mgmt_frame_len = e->datalen - sizeof(struct brcmf_rx_mgmt_data); ... memcpy(&mgmt_frame->u, frame, mgmt_frame_len - offsetof(struct ieee80211_mgmt, u)); The only length check is e->datalen >= sizeof(*rxframe), so mgmt_frame_len can be anything from 0 up. offsetof(struct ieee80211_mgmt, u) is 24. When mgmt_frame_len is below that, the subtraction wraps as an unsigned value to a huge length. The memcpy then runs far past the kzalloc'd buffer. A malicious or malfunctioning AP can make the frame short during the external SAE auth exchange, so this is a remotely triggered heap overflow. Reject frames shorter than the management header offset before the copy.
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 | >= 66f909308a7c05082919ff214a0bbe2a76aa0283, < 55b26abb1fa1ec406b3ad11b43c49c7624257565; >= 66f909308a7c05082919ff214a0bbe2a76aa0283, < 185bb156c427d0f865d344a6d0eaa02c6d05cc57; >= 66f909308a7c05082919ff214a0bbe2a76aa0283, < 240c8d2c717b3f8153e7e877b22a82518d78dbdc |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72003?
How severe is CVE-2026-72003?
How do I fix CVE-2026-72003?
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-7199A vulnerability was detected in SourceCodester Pharmacy Sale…7.3
- CVE-2026-71990MSI Radix AXE6600 router firmware version v781521 contains a…9.8
- CVE-2026-71991MSI Radix AXE6600 router firmware version v781521 contains a…9.8
- CVE-2026-71992MSI Radix AXE6600 router firmware version v781521 contains a…9.8
- CVE-2026-71993MSI Radix AXE6600 router firmware version v781521 contains a…9.8
- CVE-2026-7200A flaw has been found in SourceCodester Pharmacy Sales and I…4.3
- CVE-2026-72004In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72005In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72006In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72007In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72008In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72009In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-72003?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
