CVE detail
CVE-2026-43501
In the Linux kernel, the following vulnerability has been resolved: ipv6: rpl: reserve mac_len headroom when recompressed SRH grows ipv6_rpl_srh_rcv() decompresses an RFC 6554 Source Routing Header, swaps the next segment into ipv6_hdr->daddr, recompresses, then pulls the old header and pushes the new one plus the IPv6 header back. The recompressed header can be larger than the received one when the swap reduces the common-prefix length the segments share with daddr (CmprI=0, CmprE>0, seg[0][0] != daddr[0] gives the maximum +8 bytes). pskb_expand_head() was gated on segments_left == 0, so on earlier segments the push consumed unchecked headroom. Once skb_push() leaves fewer than skb->mac_len bytes in front of data, skb_mac_header_rebuild()'s call to: skb_set_mac_header(skb, -skb->mac_len); will store (data - head) - mac_len into the u16 mac_header field, which wraps to ~65530, and the following memmove() writes mac_len bytes ~64KiB past skb->head. A single AF_INET6/SOCK_RAW/IPV6_HDRINCL packet over lo with a two segment type-3 SRH (CmprI=0, CmprE=15) reaches headroom 8 after one pass; KASAN reports a 14-byte OOB write in ipv6_rthdr_rcv. Fix this by expanding the head whenever the remaining room is less than the push size plus mac_len, and request that much extra so the rebuilt MAC header fits afterwards.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 30.0 · diversity 18.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
19 source links · newest first
Information published.
vendormsrc.microsoft.comMay 22, 2026, 8:01 AM- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-43501.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comMay 21, 2026, 1:16 PM - https://bugzilla.redhat.com/show_bug.cgi?id=2480457bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comMay 21, 2026, 1:16 PM - https://access.redhat.com/security/cve/CVE-2026-43501access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 21, 2026, 1:16 PM - https://access.redhat.com/errata/RHSA-2026:34095access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 21, 2026, 1:16 PM - https://access.redhat.com/errata/RHSA-2026:34094access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 21, 2026, 1:16 PM - https://access.redhat.com/errata/RHSA-2026:33900access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 21, 2026, 1:16 PM - https://access.redhat.com/errata/RHSA-2026:27731access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 21, 2026, 1:16 PM - https://access.redhat.com/errata/RHSA-2026:27713access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 21, 2026, 1:16 PM - https://access.redhat.com/errata/RHSA-2026:25217access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 21, 2026, 1:16 PM - https://access.redhat.com/errata/RHSA-2026:25191access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comMay 21, 2026, 1:16 PM No excerpt available.
Vendor Advisorygit.kernel.orgMay 21, 2026, 1:16 PMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 21, 2026, 1:16 PMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 21, 2026, 1:16 PMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 21, 2026, 1:16 PMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 21, 2026, 1:16 PMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 21, 2026, 1:16 PMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 21, 2026, 1:16 PMNo excerpt available.
Vendor Advisorygit.kernel.orgMay 21, 2026, 1:16 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-53143CVSS 7.8 · High
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore on GFX11 The v11 MQD manager incorrectly ass…
- CVE-2024-46729CVSS 7.8 · High
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix incorrect size calculation for loop [WHY] fe_clk_en has size of 5 but sizeof(fe_clk_en)…
- CVE-2022-4378CVSS 7.8 · High
A stack overflow flaw was found in the Linux kernel's SYSCTL subsystem in how a user changes certain kernel parameters and variables. This flaw allows a local user to crash or pot…
- CVE-2021-3491CVSS 7.8 · High
The io_uring subsystem in the Linux kernel allowed the MAX_RW_COUNT limit to be bypassed in the PROVIDE_BUFFERS operation, which led to negative values being usedin mem_rw when re…
- CVE-2026-65706CVSS 8.5 · High
FFmpeg versions 3.0 through 8.1.2 contain an out-of-bounds write vulnerability in the vf_swaprect video filter that allows attackers to corrupt heap memory by supplying a crafted…
- CVE-2026-65705CVSS 7.3 · High
FFmpeg versions 3.4 through 8.1.2 contain an out-of-bounds write vulnerability in the vf_floodfill video filter that allows attackers to corrupt heap memory by supplying a dynamic…