๐Ÿ” CVE Alert

CVE-2026-93246

UNKNOWN 0.0

octeontx2-af: fix out-of-bounds read setting MSI-X irq affinity

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 24, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
4e527f1e5c155ce28164ba34cad47b635d16f827 < 2f460aa0211e97c011ef0cfe5016f8f2a2ed059b 4e527f1e5c155ce28164ba34cad47b635d16f827 < 4d5df98369c5f45710b786499f8bd7ffc3196433
Linux / Linux
7.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/2f460aa0211e97c011ef0cfe5016f8f2a2ed059b git.kernel.org: https://git.kernel.org/stable/c/4d5df98369c5f45710b786499f8bd7ffc3196433