CVE 7.5 HIGH

ipv4: icmp: fix null-ptr-deref in icmp_build_probe()_CVE-2026-43099

7.5 / 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Description

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".

Basic Information

ID CVE-2026-43099
Source Linux
Published May 6, 2026 at 07:40
Modified May 8, 2026 at 12:40

Affected Product

Vendor Linux
Product Linux
Version d329ea5bd8845f0b196bf41b18b6173340d6e0e4
Affected Versions Linux Linux d329ea5bd8845f0b196bf41b18b6173340d6e0e4
Linux Linux d329ea5bd8845f0b196bf41b18b6173340d6e0e4
Linux Linux d329ea5bd8845f0b196bf41b18b6173340d6e0e4
Linux Linux d329ea5bd8845f0b196bf41b18b6173340d6e0e4
Linux Linux d329ea5bd8845f0b196bf41b18b6173340d6e0e4
Linux Linux 5.13

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.