PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64543 Linux CVE debrief

A use-after-free vulnerability was found in the Linux kernel's TIPC subsystem. The `tipc_disc_rcv` function still accesses the `b->disc` discoverer after it has been freed in the `bearer_disable` function. This can cause a slab-use-after-free error. The vulnerability is reachable from an unprivileged user namespace and requires CONFIG_TIPC and CONFIG_TIPC_MEDIA_UDP to be enabled.

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

Who should care

Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems should be aware of this vulnerability. They should review their systems for potential exposure and apply patches or updates to the Linux kernel to fix the vulnerability. Additionally, they should monitor network traffic and system logs for potential exploitation attempts and implement compensating controls, such as firewall rules or intrusion detection systems, to detect and prevent exploitation. This vulnerability has a high defensive priority due to its potential impact on Linux-based systems and the availability of patches to mitigate it. Linux distributions and vendors should prioritize patching and disclosure for affected users and deployments. Security teams should review compensating controls and verify patch deployment for exposed assets. Operators managing Linux systems should inventory versions and verify configurations to identify potential exposure and apply mitigations accordingly. Vulnerability management processes should include checks for this CVE and associated patches to ensure timely mitigation of risk. Security teams and operators should collaborate on verifying patch deployment and compensating controls to minimize potential impact. This vulnerability affects multiple Linux kernel versions and requires immediate attention from Linux kernel developers, maintainers, and users to prevent potential exploitation. Linux distributions should provide guidance on patching and mitigation to their users. Security teams should monitor for potential exploitation attempts and implement additional security controls to prevent exploitation. The Linux community should review and test patches to ensure their effectiveness and stability. Users of Linux-based systems should apply patches or updates to the Linux kernel as soon as possible to prevent potential exploitation of this vulnerability. Compensating controls, such as firewall rules or intrusion detection systems, can help detect and prevent exploitation of this vulnerability. Linux kernel developers and maintainers should prioritize patching and disclosure for affected users and deployments. The Linux社区应

Technical summary

The Linux kernel's TIPC subsystem is vulnerable to a use-after-free error. The `tipc_disc_rcv` function accesses the `b->disc` discoverer after it has been freed in the `bearer_disable` function. This can cause a slab-use-after-free error. The vulnerability is reachable from an unprivileged user namespace and requires CONFIG_TIPC and CONFIG_TIPC_MEDIA_UDP to be enabled. The bug was fixed by freeing the discoverer using `kfree_rcu` and adding an `rcu_barrier` to ensure all pending callbacks have run before the module text goes away.

Defensive priority

High

Recommended defensive actions

  • Inventory and verify Linux kernel versions to identify potentially affected systems.
  • Apply patches or updates to the Linux kernel to fix the vulnerability.
  • Monitor network traffic and system logs for potential exploitation attempts.
  • Implement compensating controls, such as firewall rules or intrusion detection systems, to detect and prevent exploitation.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.

Evidence notes

The vulnerability was introduced in the Linux kernel and affects the TIPC subsystem. The bug was fixed by freeing the discoverer using `kfree_rcu` and adding an `rcu_barrier` to ensure all pending callbacks have run before the module text goes away. This vulnerability is reachable from an unprivileged user namespace and requires CONFIG_TIPC and CONFIG_TIPC_MEDIA_UDP to be enabled. Evidence is limited to public CVE and NVD information.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-27T21:17:06.850Z and has not been modified since then. The NVD entry is currently Received.