Junglewise Threat Intelligence

CVE-2026-23442: Linux Kernel NULL pointer dereference in IPv6 SRv6 paths

CVE-2026-23442 · Severity: medium · CVSS 5.5 · Published 2026-04-03

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's IPv6 networking component could allow a local user to crash the system. The issue occurs when the system processes specific Segment Routing (SRv6) network traffic on devices that have lost their IPv6 configuration. This results in a system 'kernel panic' or crash, leading to a denial of service for all users and applications on the affected machine.

Technical details

A NULL pointer dereference exists in the Linux kernel's IPv6 stack within the Segment Routing (SRv6) paths. The function __in6_dev_get() can return NULL if a network device lacks an IPv6 configuration (e.g., due to an MTU below the minimum required for IPv6 or after a NETDEV_UNREGISTER event). The functions seg6_hmac_validate_skb() and ipv6_srh_rcv() failed to validate this return value before use. A local attacker can exploit this to trigger a kernel oops/panic, resulting in a denial of service. Patches have been released across multiple stable kernel branches to add the necessary NULL checks.

Affected products

  • Linux Linux Kernel 4.10.1 to 6.12.83, 6.13 to 6.19.10

Timeline

  • 2026-03-18: patched: Initial patch committed to mainline kernel.
  • 2026-04-03: disclosed: CVE published.
  • 2026-04-03: advisory

References

Related threats