CVE-2026-74300
Last modified
CVE-2026-74300 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci: validate codec capability element length Read Local Codec Capabilities returns a sequence of capability elements. Each element starts with a one-byte length followed by that many payload bytes. hci_read_codec_capabilities() checks that the skb contains the length byte, but then validates only caps->len against the remaining skb length. A malformed controller response with one remaining byte and caps->len set to one passes that check even though the element needs two bytes. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci: validate codec capability element length Read Local Codec Capabilities returns a sequence of capability elements. Each element starts with a one-byte length followed by that many payload bytes. hci_read_codec_capabilities() checks that the skb contains the length byte, but then validates only caps->len against the remaining skb length. A malformed controller response with one remaining byte and caps->len set to one passes that check even though the element needs two bytes. The parser then records a two-byte capability and copies one byte beyond the advertised response payload into the codec list. Validate the full element size, including the length byte, before adding it to the accumulated capability length. This preserves all well-formed capability elements and drops only truncated controller responses.
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 | >= 8961987f3f5fa2f2618e72304d013c8dd5e604a6, < fc97fc8cf7f53fd3619db63e09050d20a3a0c4b1; >= 8961987f3f5fa2f2618e72304d013c8dd5e604a6, < 290b36f9d1eb9b2f72b40d826f26b4a182ab15f7; >= 8961987f3f5fa2f2618e72304d013c8dd5e604a6, < f2ad01f55e07f9531efcea736087e6b8658a3440; >= 8961987f3f5fa2f2618e72304d013c8dd5e604a6, < ec4d352747a62c1082f16c11a74b37d6eb85a5a3; >= 8961987f3f5fa2f2618e72304d013c8dd5e604a6, < 4bc16db0f11918e07edf9fdcda4a30cf4c9df45c; >= 8961987f3f5fa2f2618e72304d013c8dd5e604a6, < c38fbcdc407925c7088f7e5f11c1fff73d2d35a2 |
| Linux | Linux | 5.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74300?
How severe is CVE-2026-74300?
How do I fix CVE-2026-74300?
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-74295In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-74296In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74297In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74298In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74299In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7430The Post Snippets plugin for WordPress is vulnerable to Stor…4.4
- CVE-2026-74301In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74302In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74303In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74304In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74305In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74306In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-74300?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
