Vulnerability DatabaseRUSTSEC-2025-0023

RUSTSEC-2025-0023
Rust vulnerability analysis and mitigation

Overview

RUSTSEC-2025-0023 is a soundness vulnerability discovered in the Tokio broadcast channel implementation. The issue stems from the broadcast channel's ability to accept values that are Send but not Sync, while internally calling the clone() method on these values without proper synchronization. The vulnerability was reported by Austin Bonander and has been fixed in versions 1.44.2, with backports to 1.38.2, 1.42.1, and 1.43.1 (Tokio PR).

Technical details

The vulnerability occurs because the broadcast channel does not require values to implement Sync, yet it calls the .clone() method without synchronization. This creates unsound behavior when handling types that are Send but not Sync. The fix involves implementing per-value synchronization on receive operations to handle this case properly. The issue specifically affects the broadcast channel implementation in the tokio/sync module (Tokio PR).

Impact

While the vulnerability represents a soundness hole in Rust's type system guarantees, the practical impact is considered limited. The issue only manifests when accessing a !Sync type during .clone() operations, which is described as very unusual in typical broadcast channel usage patterns (Tokio PR).

Mitigation and workarounds

Users are advised to upgrade to Tokio version 1.44.2 or use the backported fixes in versions 1.38.2, 1.42.1, or 1.43.1. The fix implements proper synchronization for clone operations in the broadcast channel (Tokio PR).

Additional resources


SourceThis report was generated using AI

Related Rust vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-65807HIGH8.4
  • RustRust
  • rust-sd
NoNoDec 10, 2025
CVE-2025-66627HIGH7.8
  • RustRust
  • wasmi
NoYesDec 09, 2025
CVE-2025-67487MEDIUM5.5
  • RustRust
  • static-web-server
NoYesDec 09, 2025
CVE-2025-66622LOW1.3
  • RustRust
  • matrix-sdk-base
NoYesDec 09, 2025
RUSTSEC-2025-0135N/AN/A
  • RustRust
  • matrix-sdk-base
NoYesDec 08, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management