CVE-2026-97976
Last modified
CVE-2026-97976 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel_pcie: validate packet_len before skb_put_data btintel_pcie_submit_rx_work() reads packet_len from rfh_hdr without checking if it exceeds the RX buffer size. An oversized packet_len can lead to an out-of-bounds read in skb_put_data(). Validate packet_len to ensure it is non-zero and does not exceed BTINTEL_PCIE_BUFFER_SIZE - sizeof(*rfh_hdr), logging an error when invalid. This issue was reported by Claude Mythos.
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel_pcie: validate packet_len before skb_put_data btintel_pcie_submit_rx_work() reads packet_len from rfh_hdr without checking if it exceeds the RX buffer size. An oversized packet_len can lead to an out-of-bounds read in skb_put_data(). Validate packet_len to ensure it is non-zero and does not exceed BTINTEL_PCIE_BUFFER_SIZE - sizeof(*rfh_hdr), logging an error when invalid. This issue was reported by Claude Mythos. It can be simulated either by using customized firmware configured to return an invalid packet_len or by modifying rfh_hdr->packet_len in the driver before calling btintel_pcie_submit_rx_work().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c2b636b3f788d10486a6691ad6dd3ec4c93bd78e, < ab0159b1f7214ce9bad9862751e4553e635a21b1; >= c2b636b3f788d10486a6691ad6dd3ec4c93bd78e, < 73a50c636425cb9f7ab647b5a97bd14dd5610076; >= c2b636b3f788d10486a6691ad6dd3ec4c93bd78e, < 46884c0f92708f1d218fc94d88800227a19b52f8; >= c2b636b3f788d10486a6691ad6dd3ec4c93bd78e, < 6436e1b5331b1aebf905c13e0880a37032719b75 |
| Linux | Linux | 6.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97976?
How severe is CVE-2026-97976?
How do I fix CVE-2026-97976?
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-97970In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97971In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-97972In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97973In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97974In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97975In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97977In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97978In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97979In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9798A flaw was found in Keycloak, an open-source identity and ac…4.3
- CVE-2026-97980In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97981In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-97976?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
