GHSA-rr8g-9fpq-6wmg – tokio
Package
Manager: cargo
Name: tokio
Vulnerable Version: >=1.44.0 <1.44.2 || >=0.2.5 <1.38.2 || >=1.39.0 <1.43.1
Severity
Level: Low
CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:U/RL:O/RC:C
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U
EPSS: N/A pctlN/A
Details
Tokio broadcast channel calls clone in parallel, but does not require `Sync` The broadcast channel internally calls `clone` on the stored value when receiving it, and only requires `T:Send`. This means that using the broadcast channel with values that are `Send` but not `Sync` can trigger unsoundness if the `clone` implementation makes use of the value being `!Sync`. Thank you to Austin Bonander for finding and reporting this issue.
Metadata
Created: 2025-04-07T21:12:50Z
Modified: 2025-04-07T21:12:50Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/04/GHSA-rr8g-9fpq-6wmg/GHSA-rr8g-9fpq-6wmg.json
CWE IDs: ["CWE-664"]
Alternative ID: N/A
Finding: F067
Auto approve: 1