PT-2026-37409 · Linux · Linux
Published
2026-05-06
·
Updated
2026-05-06
·
CVE-2026-43099
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
ipv4: icmp: fix null-ptr-deref in icmp build probe()
ipv6 stub->ipv6 dev find() may return ERR PTR(-EAFNOSUPPORT) when the
IPv6 stack is not active (CONFIG IPV6=m and not loaded), and passing
this error pointer to dev hold() will cause a kernel crash with
null-ptr-deref.
Instead, silently discard the request. RFC 8335 does not appear to
define a specific response for the case where an IPv6 interface
identifier is syntactically valid but the implementation cannot perform
the lookup at runtime, and silently dropping the request may safer than
misreporting "No Such Interface".
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux