CVE-2026-72334
Last modified
CVE-2026-72334 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix malformed ISO_END/CONT handling Core specification (Part C vol 4 sec 5.4.5) does not exclude empty ISO_CONT, ISO_END packets. We currently reject them if they are last. If controller sends malformed sequence ISO_START -> rx_len = 4, ISO_CONT skb->len 4, ISO_START that ends payload in ISO_CONT, we leak conn->rx_skb. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix malformed ISO_END/CONT handling Core specification (Part C vol 4 sec 5.4.5) does not exclude empty ISO_CONT, ISO_END packets. We currently reject them if they are last. If controller sends malformed sequence ISO_START -> rx_len = 4, ISO_CONT skb->len 4, ISO_START that ends payload in ISO_CONT, we leak conn->rx_skb. If controller sends too long ISO_END, we panic on skb_put. If controller sends too short ISO_END we accept it. Fix by marking unfinished ISO_START via conn->rx_skb != NULL. Check skb->len properly before skb_put. Combine the ISO_CONT/END code paths as they require the same initial checks. Reject too short ISO_END packets.
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 | >= ccf74f2390d60a2f9a75ef496d2564abb478f46a, < 990e65eb9387c4ddfa7f68782b6644c2c35d489f; >= ccf74f2390d60a2f9a75ef496d2564abb478f46a, < e054c1a6ae7310d2815778fddb87da616e11c255 |
| Linux | Linux | 6.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72334?
How severe is CVE-2026-72334?
How do I fix CVE-2026-72334?
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-72329In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-7233A vulnerability was determined in Artifex MuPDF up to 1.28.0…6.1
- CVE-2026-72330In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72331In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72332In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72333In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72335In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72336In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72337In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72338In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72339In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-7234A weakness has been identified in BrowserOperator browser-op…7.3
Are you affected by CVE-2026-72334?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
