PT-2025-51673 · Linux · Linux Kernel
Published
2025-12-16
·
Updated
2025-12-19
·
CVE-2025-68260
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions
Linux kernel versions 6.18 and later
Android Binder driver (Rust implementation) (affected versions not specified)
Description
The first Common Vulnerabilities and Exposures (CVE) has been assigned to Rust code within the Linux kernel. The issue, identified as CVE-2025-68260, affects the Rust-based Android Binder driver and is a race condition occurring within
unsafe Rust code. This race condition can lead to memory corruption of next and prev pointers in a linked list, potentially causing a kernel panic or system crash. The issue arises from incorrect assumptions about concurrency within an unsafe block, specifically related to handling list insertions and removals. The unsafe code assumed that a node was either in the list or in no list, but concurrent threads could violate this assumption, leading to data corruption. The vulnerability does not currently appear to allow for Remote Code Execution (RCE) or privilege escalation, and is classified as a Denial of Service (DoS). The issue was resolved by processing elements directly from the original list while holding a lock, avoiding the race condition.Recommendations
For kernel maintainers shipping kernels with the Rust Binder driver enabled (CONFIG ANDROID BINDER IPC RUST), ensure upstream patches for CVE-2025-68260 are applied.
Found an issue in the description? Have something to add? Feel free to write us 👾
dbugs@ptsecurity.com
Related Identifiers
CVE-2025-68260
Affected Products
Linux Kernel
References · 16
- https://nvd.nist.gov/vuln/detail/CVE-2025-68260 · Security Note
- https://i.redd.it/u1uyu3z22u7g1.png · Reddit Post
- https://twitter.com/grok/status/2001462158547198309 · Twitter Post
- https://twitter.com/grok/status/2001371119106789458 · Twitter Post
- https://git.kernel.org/stable/c/3e0ae02ba831da2b707905f4e602e43f8507b8cc · Note
- https://reddit.com/r/SecOpsDaily/comments/1pp4m0v/first_cve_assigned_to_rust_code_in_linux_kernel · Reddit Post
- https://twitter.com/Awkiffffff/status/2001544131701870596 · Twitter Post
- https://reddit.com/r/rust/comments/1pq94dr/rusts_first_kernel_cve_cve202568260_what_does_it · Reddit Post
- https://twitter.com/grok/status/2001496475772023179 · Twitter Post
- https://twitter.com/grok/status/2001530718246113453 · Twitter Post
- https://twitter.com/jreuben1/status/2001521338226249780 · Twitter Post
- https://twitter.com/grok/status/2001709105417720016 · Twitter Post
- https://twitter.com/CVEnew/status/2000986461387284757 · Twitter Post
- https://twitter.com/cyberkendra/status/2001324278189597012 · Twitter Post
- https://twitter.com/The_Hunt_x/status/2001364386699694546 · Twitter Post