Junglewise Threat Intelligence

CVE-2026-43501: Linux kernel out-of-bounds write in IPv6 RPL SRH processing

CVE-2026-43501 · Severity: info · CVSS 7.5 · Published 2026-05-21

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability exists in the Linux kernel's handling of IPv6 routing headers used in certain networking environments. An attacker could send a specially crafted network packet that causes the system to crash or behave unpredictably by overwriting internal memory. This primarily impacts the availability of the affected system, potentially leading to a denial-of-service.

Technical details

An out-of-bounds (OOB) write vulnerability exists in the ipv6_rpl_srh_rcv() function in net/ipv6/exthdrs.c. The issue occurs during the decompression and recompression of RFC 6554 Source Routing Headers (SRH). When a recompressed header becomes larger than the original, the kernel may fail to ensure sufficient headroom in the socket buffer (skb). This leads to an integer wrap-around when calculating the MAC header offset, resulting in a memmove() operation writing data approximately 64KiB past the intended buffer. An attacker can trigger this via a crafted AF_INET6/SOCK_RAW/IPV6_HDRINCL packet. Patches have been released for various stable kernel branches.

Affected products

  • Linux Linux kernel versions including 8610c7c6e3bd and fixed in 4babc2d9fda2, 7398ebefbfd4, 8e8be63465a5, 9e6bf146b559, c261d07a8057

Timeline

  • 2026-05-21: disclosed
  • 2026-05-21: advisory

References

Related threats