PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64581 Linux CVE debrief

A use-after-free vulnerability was found in the Linux kernel's xfrm_user_policy function. The issue arises from a race condition between the transmit fast path and a per-socket policy change, leading to a double-free of the socket's dst cache. This occurs due to a lack of atomicity in the sk_dst_reset() function. The vulnerability is reachable by an unprivileged user via a user+network namespace. The issue has been resolved by using the atomic sk_dst_reset() function. To verify, defenders should review system logs for potential exploitation attempts and check for affected product deployments in managed environments. Additionally, they should confirm whether the kernel patch has been applied and validate the affected scope and severity. Linux kernel users, administrators, and developers should be aware of this vulnerability and take necessary actions to protect their systems.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-05
Original CVE updated
2026-08-27
Advisory published
2026-08-05
Advisory updated
2026-08-27

Who should care

Linux kernel users, administrators, and developers should be aware of this vulnerability and take necessary actions to protect their systems. They should review system logs for potential exploitation attempts, check for affected product deployments in managed environments, and apply the kernel patch that fixes the xfrm_user_policy function. Additionally, they should restrict access to the affected system to authorized users only and monitor system logs for potential exploitation attempts.

Technical summary

The xfrm_user_policy function in the Linux kernel is vulnerable to a use-after-free attack. This occurs due to a race condition between the transmit fast path, which resets the socket dst cache locklessly, and a per-socket policy change. If both sides observe the same old dst and each dst_release() it, the socket's single reference is dropped twice, resulting in a double-free of the xfrm_dst bundle while it is still referenced. The issue arises from a lack of atomicity in the sk_dst_reset() function, which can lead to a use-after-free vulnerability.

Defensive priority

High

Recommended defensive actions

  • Apply the kernel patch that fixes the xfrm_user_policy function
  • Restrict access to the affected system to authorized users only
  • Monitor system logs for potential exploitation attempts
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review

Evidence notes

The vulnerability is reachable by an unprivileged user via a user+network namespace. The issue has been resolved by using the atomic sk_dst_reset() function. To verify, defenders should review system logs for potential exploitation attempts and check for affected product deployments in managed environments. Additionally, they should confirm whether the kernel patch has been applied and validate the affected scope and severity.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64581 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-64581 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/96b678d08268b5f5c6fc99d4289d9b7e334fc683

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

  • Source reference

    Unverified legacy reference

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

    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.