CVE-2026-43038 is a Linux kernel networking vulnerability in the IPv6 ICMP error-generation path, specifically in ip6_err_gen_icmpv6_unreach(). The flaw occurs when an outer IPv4 ICMP error packet is cloned and the cloned skb is later processed as IPv6. The skb control buffer retains IPv4 inet_skb_parm state, but subsequent code interprets that same buffer as IPv6 inet6_skb_parm through IP6CB(skb2). Because fields overlap in memory, attacker-influenced IPv4 option state can be reinterpreted as the IPv6 dsthao offset. A forged ICMPv4 error carrying a CIPSO IP option can therefore cause icmp6_send() and mip6_addr_swap() to parse an attacker-controlled inner IPv6 packet at an unintended offset via ipv6_find_tlv(). In the vulnerable path, this can lead to acceptance of a fake Home Address option TLV without sufficient validation that enough packet data remains for the full ipv6_destopt_hao structure, creating a condition where mip6_addr_swap() may perform a 16-byte swap past the end of packet data into adjacent skb memory. The fix clears skb2->cb[] in ip6_err_gen_icmpv6_unreach() before the cloned skb is handed to IPv6 processing.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
32 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Linux kernel vulnerability in the IPv6 ICMP handling path, addressed by clearing skb2->cb[] in ip6_err_gen_icmpv6_unreach().
A Linux kernel vulnerability in the IPv6 ICMP handling path, described as clearing skb2->cb[] in ip6_err_gen_icmpv6_unreach().
Linux kernel vulnerability in ipv6/icmp related to clearing skb2->cb[] in ip6_err_gen_icmpv6_unreach().
Linux kernel vulnerability in IPv6 ICMP handling involving clearing skb2->cb[] in ip6_err_gen_icmpv6_unreach().
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.