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-05
- Advisory published
- 2026-08-05
- Advisory updated
- 2026-08-05
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.
Official resources
-
CVE-2026-64572 CVE record
CVE.org
-
CVE-2026-64572 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-05T08:16:36.927Z and has not been modified since then.