CVE-2026-74508
Last modified
CVE-2026-74508 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: reject frames without a transaction header hidp_recv_ctrl_frame() and hidp_recv_intr_frame() read skb->data[0] before checking that the L2CAP SDU contains a transaction header. A connected HIDP peer can send an empty basic-mode SDU and make both paths use an uninitialized byte from skb tailroom. KMSAN reports the use in hidp_session_run(), with the uninitialized value originating in __alloc_skb() through vhci_write(). EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: reject frames without a transaction header hidp_recv_ctrl_frame() and hidp_recv_intr_frame() read skb->data[0] before checking that the L2CAP SDU contains a transaction header. A connected HIDP peer can send an empty basic-mode SDU and make both paths use an uninitialized byte from skb tailroom. KMSAN reports the use in hidp_session_run(), with the uninitialized value originating in __alloc_skb() through vhci_write(). The control path produces two reports and the interrupt path produces one. The byte can also be controlled by a malformed lower-layer packet. If an HCI ACL packet contains an L2CAP PDU with a declared zero-length payload followed by an extra 0x15 byte, l2cap_recv_acldata() reduces skb->len to the declared PDU length before dispatch. The current HIDP path nevertheless consumes the extra byte as HIDP_TRANS_HID_CONTROL | HIDP_CTRL_VIRTUAL_CABLE_UNPLUG and terminates the HIDP session. With this change, the same packet is discarded and a subsequent feature report request succeeds. Pull the transaction header with skb_pull_data() and discard frames that do not contain it.
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 | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 24c64ccd5c1fc9934b427335b0d976c7f2b1a7d8; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 238c333bc4b3f245c626632e8bfa3c9dab97f51b; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 567a2a0a633f2ea5fdccaf3517c09f22c9d860c7; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 46ca5ab39737d7c6f9ca77ecf714cdcfa6caaeec; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 97b61241ab45bfa5b0526cb0f3978942493bc811; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 2ebf63aa557a69990b4e9ea22be224d58aabce96; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 854194494a6f726a60b90b76059148bf08df023d; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 47778d2c2087b5d192398f6fddf692d16a5431cf |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74508?
How severe is CVE-2026-74508?
How do I fix CVE-2026-74508?
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-74502In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74503In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74504In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74505In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74506In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74507In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-74509In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-7451A maliciously crafted TIF file, when parsed through Autodesk…7.8
- CVE-2026-74510In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74511Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-74512In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74513In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-74508?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
