Integer overflow in Linux kernel - CVE-2026-43341
Published: May 9, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to an integer overflow in ioam6_fill_trace_data() when processing IPv6 IOAM trace data with bit 22 enabled and a maximal schema payload. A local user can trigger the vulnerable code path to cause a denial of service.
The issue occurs because the schema length can wrap from 256 to 0, bypassing the remaining-space check and leading to a trace buffer overrun.
How to mitigate CVE-2026-43341
Sources
- https://git.kernel.org/stable/c/184d2e9db27c0f76226b5cad16fe29510a5d2280
- https://git.kernel.org/stable/c/5e67ba9bb531e1ec6599a82a065dea9040b9ce50
- https://git.kernel.org/stable/c/77695a69baca9b99d95fad09fc78c2318736604f
- https://git.kernel.org/stable/c/d1b041080086e91d3733a5438a8c51ad5d3d8e09
- https://git.kernel.org/stable/c/d6e1c9b02d85a4f1f4ba6d68e916d9b610a3ed7d
- https://git.kernel.org/stable/c/e96d48b37708d53cbdc47f6f60b0714fc4a5f596