CVE-2026-90082
Last modified
CVE-2026-90082 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net: mana: Cap MSI-X vectors to the device MSI-X table size mana_gd_query_max_resources() sizes gc->num_msix_usable from resp.max_msix and the CPU count, but never from the device MSI-X table. On a 1792 vCPU M-series VM that yields 1793 while the table has 1024 entries, and mana_gd_setup_remaining_irqs() then walks indices 1..1792, running off the end of the region mapped by msix_map_region(): BUG: unable to handle page fault for address: ff8e347f8b99800c RIP: 0010:msix_prepare_msi_desc+0x7a/0x90 RAX: 0000000000004000 RBX: ff4330cb164ea780 RCX: ff8e347f8b998000 Call Trace: <TASK> __msi_domain_alloc_irqs+0x13a/0x440 msi_domain_alloc_irq_at+0x149/0x1b0 mana_gd_setup+0x351/0x890 mana_gd_probe+0x274/0x390 </TASK> RAX is index 1024 * PCI_MSIX_ENTRY_SIZE, one entry past the table. msi_insert_desc() does range check the index, but only against the MSI domain hwsize, which matches the table only for devices on an MSI parent domain.
Description
In the Linux kernel, the following vulnerability has been resolved: net: mana: Cap MSI-X vectors to the device MSI-X table size mana_gd_query_max_resources() sizes gc->num_msix_usable from resp.max_msix and the CPU count, but never from the device MSI-X table. On a 1792 vCPU M-series VM that yields 1793 while the table has 1024 entries, and mana_gd_setup_remaining_irqs() then walks indices 1..1792, running off the end of the region mapped by msix_map_region(): BUG: unable to handle page fault for address: ff8e347f8b99800c RIP: 0010:msix_prepare_msi_desc+0x7a/0x90 RAX: 0000000000004000 RBX: ff4330cb164ea780 RCX: ff8e347f8b998000 Call Trace: <TASK> __msi_domain_alloc_irqs+0x13a/0x440 msi_domain_alloc_irq_at+0x149/0x1b0 mana_gd_setup+0x351/0x890 mana_gd_probe+0x274/0x390 </TASK> RAX is index 1024 * PCI_MSIX_ENTRY_SIZE, one entry past the table. msi_insert_desc() does range check the index, but only against the MSI domain hwsize, which matches the table only for devices on an MSI parent domain. With a global PCI/MSI domain hwsize is MSI_XA_DOMAIN_SIZE, so nothing bounds the request. Cap num_msix_usable with pci_msix_vec_count().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 755391121038c06cb653241aa94dcabd87179f62, < 4f9827b314ee57cd99f86f8dbadcaf567112e2b2; >= 755391121038c06cb653241aa94dcabd87179f62, < 2c7493f980140a5c40eb4f98f97c557193a2c330 |
| Linux | Linux | 6.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90082?
How severe is CVE-2026-90082?
How do I fix CVE-2026-90082?
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-90077In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90078In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90079In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9008The Page-list plugin for WordPress is vulnerable to Missing …4.3
- CVE-2026-90080In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90081In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90083In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90084In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90085In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90086In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90087In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90088In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90082?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
