CVE-2026-93246
Last modified
CVE-2026-93246 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: fix out-of-bounds read setting MSI-X irq affinity rvu_register_interrupts() walks every MSI-X vector and uses strstr() to match "Mbox" or "FLR" in irq_name before pinning those interrupts to CPU 0. irq_name is a per-vector NAME_SIZE buffer, but not every slot is populated before this loop runs.
Description
In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: fix out-of-bounds read setting MSI-X irq affinity rvu_register_interrupts() walks every MSI-X vector and uses strstr() to match "Mbox" or "FLR" in irq_name before pinning those interrupts to CPU 0. irq_name is a per-vector NAME_SIZE buffer, but not every slot is populated before this loop runs. strstr() keeps scanning until it finds a NUL terminator, so an uninitialized slot can trigger a KASAN slab-out-of-bounds read at boot when debug options are enabled. Use strnstr() with NAME_SIZE to bound the search within each vector's name buffer.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4e527f1e5c155ce28164ba34cad47b635d16f827, < 2f460aa0211e97c011ef0cfe5016f8f2a2ed059b; >= 4e527f1e5c155ce28164ba34cad47b635d16f827, < 4d5df98369c5f45710b786499f8bd7ffc3196433 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93246?
How severe is CVE-2026-93246?
How do I fix CVE-2026-93246?
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-93240In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93241In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93242In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93243In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93244In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93245In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93247In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93248In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93249In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93250In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93251In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93252In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93246?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
