PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-89555 Linux CVE debrief

A use-after-free vulnerability exists in the Linux kernel's MPLS (Multiprotocol Label Switching) implementation. When an MPLS route has multiple nexthops, the `mpls_select_multipath` function calls `mpls_multipath_hash` to choose a nexthop. While walking the MPLS label stack, the hash routine caches the header for the current label. However, after finding the bottom-of-stack label, it calls `pskb_may_pull` before reading the inner IP header. If the skb (socket buffer) is constructed with the inner IP header in nonlinear data and insufficient tailroom in the linear head, `pskb_may_pull` calls `pskb_expand_head` to replace the skb head and free the old one. This leaves the cached header pointing to freed memory, leading to a use-after-free error when the IPv6 path invalidates the header again.

Vendor
Linux
Product
Unknown
CVSS
CRITICAL 9.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-11
Original CVE updated
2026-09-11
Advisory published
2026-09-11
Advisory updated
2026-09-11

Who should care

Linux kernel developers, administrators, and users of systems that utilize MPLS should assess their exposure to this vulnerability and prioritize verification of affected systems, especially those using MPLS. Affected operator, platform, vulnerability-management, and security-team impact should be considered.

Why it matters

A use-after-free vulnerability in the Linux kernel's MPLS implementation requires verification of affected systems and prioritization of patching or updating.

  • Verification of affected Linux kernel versions and MPLS usage is required to determine exposure.
  • Potential denial-of-service (DoS) or code execution may occur if the vulnerability is exploited.
  • Linux kernel developers and administrators should assess and prioritize patching or updating affected systems.

Technical summary

The Linux kernel's MPLS implementation has a use-after-free vulnerability. The `mpls_select_multipath` function caches the header for the current label while walking the MPLS label stack. However, after finding the bottom-of-stack label, it calls `pskb_may_pull` before reading the inner IP header. If the skb is constructed with the inner IP header in nonlinear data and insufficient tailroom in the linear head, `pskb_may_pull` calls `pskb_expand_head` to replace the skb head and free the old one. This leaves the cached header pointing to freed memory.

Defensive priority

Linux kernel developers and administrators should assess exposure and prioritize verification of affected systems, especially those using MPLS.

Recommended defensive actions

  • Review Linux kernel MPLS implementation for use-after-free vulnerability
  • Verify affected systems, especially those using MPLS
  • Apply patch or update Linux kernel to resolved version
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review

Evidence notes

The issue was found through static analysis, and a reproducer sending a legal Geneve packet through a bareudp/MPLS multipath setup triggered the same KASAN report in 2 of 2 unpatched runs. This vulnerability affects Linux kernel versions and requires verification of MPLS usage. Defenders should verify affected systems, especially those using MPLS, and prioritize patching or updating.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-89555 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-89555

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-89555 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89555

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/29e63b8d9fc150cc191b1c6eb7e16e1247e1b650

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/49d38c1b4390412f8950d33dfaee0ccbd17beb81

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/d82b90a38c2ca8a0694428eab0e9551c23f2447d

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/fed638a248116b8a249bd4202d28e5934bdc65ad

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.