CVE-2026-72333
Last modified
CVE-2026-72333 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix tx ident leak for commands without a response Commit 6c3ea155e5ee ("Bluetooth: L2CAP: Fix not tracking outstanding TX ident") changed ident allocation to use an IDA, releasing idents in l2cap_put_ident() when the matching response command is received. But identifiers allocated for commands that have no response defined are never released. In particular L2CAP_LE_CREDITS is sent repeatedly for the lifetime of an LE CoC channel, so a peer streaming data to the host exhausts the 1-255 ident range after 254 credit packets. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix tx ident leak for commands without a response Commit 6c3ea155e5ee ("Bluetooth: L2CAP: Fix not tracking outstanding TX ident") changed ident allocation to use an IDA, releasing idents in l2cap_put_ident() when the matching response command is received. But identifiers allocated for commands that have no response defined are never released. In particular L2CAP_LE_CREDITS is sent repeatedly for the lifetime of an LE CoC channel, so a peer streaming data to the host exhausts the 1-255 ident range after 254 credit packets. From then on l2cap_get_ident() fails: kernel: Bluetooth: Unable to allocate ident: -28 and every subsequent L2CAP_LE_CREDITS packet is sent with ident 0, which is invalid (Core Spec, Vol 3, Part A, Section 4: "Signaling identifier 0x00 is an invalid identifier and shall never be used in any command"). Remote stacks that validate the ident drop these commands, never receive new credits, and the channel stalls permanently. With default socket buffers this happens after roughly 0.5 MB of received data (the exact amount depends on the socket receive buffer): < ACL Data TX: Handle 2048 flags 0x00 dlen 12 LE L2CAP: LE Flow Control Credit (0x16) ident 0 len 4 Source CID: 64 Credits: 1 Release the ident immediately after sending L2CAP_LE_CREDITS since no response will ever release it. Use a local variable instead of chan->ident so that an ident that an EXT_FLOWCTL channel may be waiting on (e.g. a pending reconfigure) is not overwritten by a credit packet. Also add the missing L2CAP_LE_CONN_RSP case to l2cap_put_ident() so idents allocated for outgoing L2CAP_LE_CONN_REQ commands are released when the response arrives.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e86554c37d3d2b4b24608e0313f882cae28b8adb, < b8a32a5fc915b024c60f18d51b6cffd2bd64d4a6; >= 9b24ad4787cad46a3917620799f8455c6533b8df, < bd1e01170341291292fd4c46b5f6949da282ca6c; >= ea6cf86167b3972caa68972d2a1ad43ecbbb8331, < 0c602cb8f148a36bfb39c25ade400bdadc023c4f; >= 6c3ea155e5ee3e56606233acde8309afda66d483, < d0a2b0c81f112540a337cde1c20251bf05ddf1da; >= 6c3ea155e5ee3e56606233acde8309afda66d483, < 6e1930ece855a4c256f1c7e6632d634cfb9888b5; ed97bb2cf96684ee646be6f37e4c4835f9d30caa; 84bc3197f7d87c5b89c156e853d0561a9154eceb; 8c1cdbc1bacc0cf9c27c3ebda11a81c3dcd01630; >= 6.18.21, < 6.18.40; >= 5.10.261, < 5.11; >= 5.15.212, < 5.16; >= 6.19.11, < 6.20 |
| Linux | Linux | 7.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72333?
How severe is CVE-2026-72333?
How do I fix CVE-2026-72333?
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-72328In the Linux kernel, the following vulnerability has been re…7.8
- 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-72334In the Linux kernel, the following vulnerability has been re…8.8
- 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
Are you affected by CVE-2026-72333?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
