CVE-2026-80736
Last modified
CVE-2026-80736 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix bandwidth group reservation indexing Valid bandwidth group IDs range from 1 through MAX_GROUPS, while Group ID 0 is reserved. tb_consumed_dp_bandwidth() uses the Group ID directly to index its local group_reserved[] array. The array currently has MAX_GROUPS entries, so its valid indices are 0 through MAX_GROUPS - 1. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix bandwidth group reservation indexing Valid bandwidth group IDs range from 1 through MAX_GROUPS, while Group ID 0 is reserved. tb_consumed_dp_bandwidth() uses the Group ID directly to index its local group_reserved[] array. The array currently has MAX_GROUPS entries, so its valid indices are 0 through MAX_GROUPS - 1. Group ID MAX_GROUPS therefore accesses one element past the end, and the final group's reserved bandwidth is not included when the array is summed. Give group_reserved[] MAX_GROUPS + 1 entries so direct Group ID indexing covers the reserved ID 0 and valid IDs 1 through MAX_GROUPS.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 52a4490e89d7c4effe613d8dffd2ac0a2a786bd7, < 0bfb67ba366cd68d1d0ad935760577bae1d5df27; >= 52a4490e89d7c4effe613d8dffd2ac0a2a786bd7, < 9977321835c7ae71d12a43bed7baa5bd514d01c3; >= 52a4490e89d7c4effe613d8dffd2ac0a2a786bd7, < 0a8c9ed4f166216642a8c084f0de415169c88088; >= 52a4490e89d7c4effe613d8dffd2ac0a2a786bd7, < d2ee4d47aacbd2ba456092eeec670dba35fde291 |
| Linux | Linux | 6.9 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80736?
How severe is CVE-2026-80736?
How do I fix CVE-2026-80736?
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-80730In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80731In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80732In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80733In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80734In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80735In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-80737In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80738In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-80739In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8074Mattermost versions 11.7.x <= 11.7.0, 10.11.x <= 10.11.17 fa…3.8
- CVE-2026-80740In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80741In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2026-80736?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
