PatchSiren cyber security CVE debrief
CVE-2026-64572 Linux CVE debrief
A use-after-free vulnerability was found in the Linux kernel's IPv4 FIB (Forwarding Information Base) code. When a FIB notifier fails during the insertion of a new FIB alias, the error path incorrectly frees the new alias with kmem_cache_free(). This can lead to a use-after-free condition if a concurrent lookup has already accessed the new alias. The vulnerability requires CAP_NET_ADMIN and a registered FIB notifier that can reject a route. An affected system can be triggered using a netdevsim device with an exhausted IPv4 FIB resource.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-05
- Original CVE updated
- 2026-08-19
- Advisory published
- 2026-08-05
- Advisory updated
- 2026-08-19
Who should care
Linux kernel developers and maintainers, network administrators and operators, security teams and researchers who manage and maintain Linux-based systems, especially those with network-related functionalities. They should be aware of the vulnerability's impact on system stability and security, and take appropriate measures to mitigate the risk. This includes applying patches, restricting FIB notifier registration, and monitoring for suspicious activity. Additionally, organizations using Linux-based systems should assess their exposure and prioritize patching or applying mitigations based on their specific use cases and configurations. Security teams should also review their incident response plans to address potential exploitation attempts. IT teams responsible for Linux system administration, network operations, and cybersecurity should be informed about this vulnerability to ensure timely and effective remediation. The vulnerability's resolution and mitigation strategies should be communicated across relevant teams to ensure a coordinated response. Linux distributions and vendors may also need to provide updated packages and guidance to their users. Overall, a broad range of stakeholders involved in Linux system management and security should be aware of this issue and take appropriate actions to protect their systems. The vulnerability's impact on cloud infrastructure and virtualized environments should also be assessed, as these may be affected if they rely on Linux kernels with this vulnerability. Managed service providers and cloud operators may need to prioritize patching and communicate with their customers about potential risks and mitigations. In summary, anyone responsible for Linux system security, stability, and maintenance should be aware of this vulnerability and take necessary precautions to prevent exploitation. This includes reviewing system configurations, applying patches, and monitoring system activity for signs of potential exploitation attempts. Collaboration between development, operations, and security teams is crucial to effectively address this vulnerability and minimize potential disruptions. By taking proactive measures, Linux users,
Technical summary
The Linux kernel's IPv4 FIB code has a use-after-free vulnerability. When inserting a new FIB alias, if a notifier fails, the error path frees the new alias too early. This can cause a concurrent lookup to access the freed alias, leading to a use-after-free condition. The vulnerability requires CAP_NET_ADMIN and a registered FIB notifier that can reject routes. A netdevsim device with an exhausted IPv4 FIB resource can trigger the vulnerability. The issue was resolved by changing the free operation to use alias_free_mem_rcu(), as already used by fib_table_delete().
Defensive priority
High
Recommended defensive actions
- Apply the official patch or update to a fixed Linux kernel version
- Restrict FIB notifier registration to trusted sources
- Monitor for suspicious FIB insertion and lookup activity
- Consider implementing additional logging or alerting for FIB-related events
- Perform a thorough review of system configurations to identify potential vulnerabilities
- Implement asset inventory management to track Linux-based systems
- Review and update incident response plans to address potential exploitation attempts
Evidence notes
The vulnerability was resolved by changing the free operation to use alias_free_mem_rcu(), as already used by fib_table_delete(). Evidence is based on official Linux kernel source code changes and NVD CVE record information.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-64572 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-64572
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-64572 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64572
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/8150b5365f026e72250cacc527ea00be30f40105
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b8d2ea75c76abcd0d72679c2f488271f573e32fb
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/cb8be318b4432abd88d3172ec157330f27a5f7a7
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/d007056868723de9c0cc3f5ffaad47a8d468b9a4
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f2f152e94a67bc746afaf05a1b2702c195553112
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.