CVE-2026-43501 is a Linux kernel vulnerability in the IPv6 RPL source routing header handling path, specifically in ipv6_rpl_srh_rcv(). The function decompresses an RFC 6554 Source Routing Header (SRH), swaps the next segment into ipv6_hdr->daddr, recompresses the SRH, then removes the old header and pushes the new SRH plus the IPv6 header back onto the skb. The flaw arises because the recompressed SRH can be larger than the received SRH when the segment swap reduces the common-prefix length shared with daddr; the maximum documented growth is 8 bytes under conditions such as CmprI=0, CmprE>0, and seg[0][0] != daddr[0]. The vulnerable logic only called pskb_expand_head() when segments_left == 0, so on earlier segments skb_push() could consume headroom without ensuring enough remaining space for subsequent MAC header reconstruction. If skb_push() leaves fewer than skb->mac_len bytes before skb->data, skb_mac_header_rebuild() calls skb_set_mac_header(skb, -skb->mac_len), causing the u16 mac_header field to wrap to a value near 65530. A following memmove() then writes skb->mac_len bytes roughly 64 KiB past skb->head, producing an out-of-bounds kernel write. The issue was reproduced with a single AF_INET6/SOCK_RAW/IPV6_HDRINCL packet over the loopback interface using a two-segment type-3 SRH with CmprI=0 and CmprE=15; KASAN reported a 14-byte out-of-bounds write in ipv6_rthdr_rcv.
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 valid public exploits. Mallory filtered out 1 candidate as fakes, detection scripts, or README-only repos.
All candidate exploits were filtered out by Mallory's validation.
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.
14 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
Referenced as one of many vulnerabilities solved by SUSE security updates; no technical details provided in the content.
A Linux kernel IPv6 RPL Source Routing Header handling flaw that can cause an out-of-bounds write when a recompressed SRH grows and insufficient headroom is available, leading to memory corruption in packet processing.
A specific vulnerability identified as CVE-2026-43501 is referenced in repository or pull request metadata indicating exploit-related work and documentation are being added, but no technical description of the flaw itself is provided.
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.