RUSTSEC-2025-0045 – static_cell
Package
Manager: cargo
Name: static_cell
Vulnerable Version: >=2.0.1-0 <2.1.1
Severity
Level: Low
CVSS v3.1: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N/E:P/RL:O/RC:R
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
EPSS: N/A pctlN/A
Details
ConstStaticCell could have been used to pass non-Send values to another thread `ConstStaticCell<T>` could have been used to pass non-`Send` values to another thread, because `T` was not required to be `Send` while `ConstStaticCell` is `Send`. This was corrected by introducing a `T: Send` bound.
Metadata
Created: 2025-07-17T12:00:00Z
Modified: 2025-07-17T14:38:11Z
Source: https://osv-vulnerabilities
CWE IDs: N/A
Alternative ID: N/A
Finding: F124
Auto approve: 1