PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-89564 Linux CVE debrief

A vulnerability in the Linux kernel has been resolved, which could potentially cause issues with IPv4 and IPv6 input when preserving an skb->sk association. This association is used for local delivery under RCU. The issue arises when a multicast packet is not locally deliverable and is handed to ip6_mr_input() or ip_mr_input(), which can put the skb on an unresolved multicast route queue or forward it after the receive-side RCU section ends. This can cause a later skb free to invoke sock_pfree() and dereference the stale skb->sk.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.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 and maintainers, network administrators, and security teams responsible for ensuring the security and integrity of Linux-based systems. They should assess exposure and verify kernel patches to ensure the vulnerability is resolved. Additionally, operators and platform teams should review system configurations and network settings to identify potential vulnerabilities and implement compensating controls as needed.

Why it matters

The Linux kernel vulnerability could potentially cause issues with IPv4 and IPv6 input, multicast packet forwarding, and sock_pfree() invocation. Linux kernel developers, maintainers, network administrators, and security teams should assess exposure and verify kernel patches to ensure the vulnerability is resolved.

  • Potential issues with IPv4 and IPv6 input when preserving an skb->sk association.
  • Possible multicast packet forwarding issues after the receive-side RCU section ends.
  • Need to verify and apply kernel patches to ensure the vulnerability is resolved.
  • Potential for sock_pfree() to invoke and dereference the stale skb->sk.

Technical summary

The Linux kernel vulnerability could potentially cause issues with IPv4 and IPv6 input when preserving an skb->sk association. This association is used for local delivery under RCU. The issue arises when a multicast packet is not locally deliverable and is handed to ip6_mr_input() or ip_mr_input(), which can put the skb on an unresolved multicast route queue or forward it after the receive-side RCU section ends.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the kernel patch to ensure the vulnerability is resolved.
  • Monitor network traffic for potential exploitation attempts.
  • Verify that the Linux kernel is up-to-date with the latest security patches.
  • Perform a thorough review of system configurations and network settings to identify potential vulnerabilities.
  • Implement compensating controls, such as firewalls or intrusion detection systems, to mitigate potential risks.
  • Conduct regular security audits and vulnerability assessments to identify and address potential weaknesses.
  • Track and analyze system logs to detect potential exploitation attempts.

Evidence notes

The CVE record and NVD vulnerability detail page provide information on the vulnerability. However, the evidence is limited, and further verification is required to determine the full scope of the vulnerability.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-89564 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-89564 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/a8af6fbac895f057c4b8ff8a2e3fb4c5827fe4ce

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

    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.