CVE-2026-64466

Unknown

Last modified

CVE-2026-64466 is a vulnerability of currently unknown severity. 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.

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.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= eafedbc7c050c44744fbdf80bdf3315e860b7513, < 91b27f8172cdbf265240104772fd042a461a7767; >= eafedbc7c050c44744fbdf80bdf3315e860b7513, < 0644da3621ddd8e146280675a2a31d1e06634a1d; >= eafedbc7c050c44744fbdf80bdf3315e860b7513, < bc4a9828897871ff3e5a1f8a1d346decbf4ee95e
LinuxLinux6.18

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-64466?
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.
How severe is CVE-2026-64466?
Severity scoring for CVE-2026-64466 is pending analysis.
How do I fix CVE-2026-64466?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-64466?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST