Description
In the Linux kernel, the following vulnerability has been resolved:

rust_binder: clear freeze listener on node removal

Generally userspace is supposed to explicitly clear freeze listeners
before they drop the refcount on the node ref to zero, but there's
nothing forcing that. Currently, in this scenario the freeze listener
remains in the freeze_listeners rbtree and in the remote node's freeze
listener list, even though the ref for which the listener is registered
is gone. This could potentially lead to a memory leak due to a refcount
cycle. Thus, remove the freeze listener in this scenario.
Published: 2026-07-25
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, freeze listeners registered with the rust_binder subsystem are not cleared when the node reference count reaches zero, causing the listener to remain in internal data structures. This creates a reference‑count cycle that prevents the listener from being freed, leading to a memory leak. The weakness is classified as a memory‑leak caused by an unreleased reference, corresponding to CWE-911.

Affected Systems

The issue affects Linux kernels that implement the rust_binder subsystem without the patch that removes freeze listeners on node removal. The CVE data does not specify a precise version range; affected systems are expected to be any kernel in which the rust_binder component has not yet applied the freeze listener clear fix.

Risk and Exploitability

The advisory lists an EPSS score of less than 1%, indicating a very low exploitation probability, and the vulnerability is not included in CISA KEV. No CVSS score is disclosed. The attack surface is limited to privileged or kernel-level operations that trigger node removal while a freeze listener remains registered; there is no documented user‑level entry point. Consequently, the risk is considered moderate: the primary impact is a memory leak that could, over time, degrade system performance or facilitate a denial‑of‑service if repeated.

Generated by OpenCVE AI on August 2, 2026 at 12:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the rust_binder freeze listener clear fix (use commit references provided in advisories).
  • Reboot the system to load the updated kernel.
  • Configure automatic kernel updates to ensure new kernels are applied promptly.

Generated by OpenCVE AI on August 2, 2026 at 12:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 01 Aug 2026 01:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-673

Wed, 29 Jul 2026 12:15:00 +0000


Mon, 27 Jul 2026 05:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-673

Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: rust_binder: clear freeze listener on node removal Generally userspace is supposed to explicitly clear freeze listeners before they drop the refcount on the node ref to zero, but there's nothing forcing that. Currently, in this scenario the freeze listener remains in the freeze_listeners rbtree and in the remote node's freeze listener list, even though the ref for which the listener is registered is gone. This could potentially lead to a memory leak due to a refcount cycle. Thus, remove the freeze listener in this scenario.
Title rust_binder: clear freeze listener on node removal
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-25T08:51:31.887Z

Reserved: 2026-07-19T15:36:31.790Z

Link: CVE-2026-64466

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-07-25T10:17:31.893

Modified: 2026-07-25T10:17:31.893

Link: CVE-2026-64466

cve-icon Redhat

Severity :

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64466 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T12:45:06Z

Weaknesses
  • CWE-911

    Improper Update of Reference Count