PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64579 Linux CVE debrief

A general protection fault occurs in the Linux kernel due to a vulnerability in the xfrm_hash_rebuild function. The function preallocates bins/chains for reinsertion, but its guard is inverted, causing it to skip policies with prefixlen < threshold and preallocate for the rest. This leads to a poisoned bydst node and a GPF on the next rebuild's hlist_del_rcu.

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

Who should care

Linux kernel users and administrators who manage systems that may be affected by this vulnerability should be aware of the potential impact and take necessary precautions to mitigate it. This includes reviewing system configurations, monitoring for potential exploitation attempts, and applying patches or updates as soon as they are available. Additionally, security teams should prioritize vulnerability management and ensure that affected systems are properly secured. This may involve coordinating with Linux distribution vendors, reviewing system logs, and implementing compensating controls to reduce the risk of exploitation. Linux kernel developers and maintainers should also review the vulnerability and apply patches or updates to affected systems. Furthermore, organizations that rely on Linux-based systems should consider implementing additional security controls, such as monitoring and incident response plans, to prepare for potential exploitation attempts. By taking these steps, Linux kernel users and administrators can help mitigate the risk of exploitation and ensure the security of their systems. The vulnerability's impact on Linux kernel users and administrators is significant, as it can lead to a general protection fault and potentially allow attackers to gain unauthorized access to sensitive information or disrupt system operations. Therefore, it is essential for Linux kernel users and administrators to take immediate action to mitigate the vulnerability and prevent potential exploitation attempts. This includes staying informed about the vulnerability, reviewing system configurations, and applying patches or updates as soon as they are available. By working together, Linux kernel users and administrators can help prevent exploitation attempts and ensure the security of their systems. Linux kernel users and administrators should also consider implementing additional security controls, such as firewalls, intrusion detection systems, and access controls, to further reduce the risk of exploitation. By prioritizing vulnerability management and taking proactive steps to mitigate the vulnerability, Linux kernel users and administrators can help protect their

Technical summary

The xfrm_hash_rebuild function in the Linux kernel has a vulnerability due to an inverted guard. The function preallocates bins/chains for reinsertion, but it skips policies with prefixlen < threshold and preallocates for the rest. This leads to a poisoned bydst node and a GPF on the next rebuild's hlist_del_rcu. The issue is reachable under memory pressure and can be triggered deterministically via failslab.

Defensive priority

High

Recommended defensive actions

  • Apply the kernel patch to fix the vulnerability
  • Monitor system logs for potential exploitation attempts
  • Consider implementing additional security controls to mitigate the impact of a potential exploit
  • Perform a thorough review of system configurations to ensure they are secure and up-to-date
  • Implement asset inventory management to track affected systems
  • Establish a rollback/change window plan for remediation
  • Track and verify the source of the vulnerability

Evidence notes

The vulnerability is caused by an inverted guard in the xfrm_hash_rebuild function, which leads to a general protection fault. The issue is reachable under memory pressure and can be triggered deterministically via failslab.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-05T08:16:37.893Z and has not been modified since then.