An open API service providing security vulnerability metadata for many open source software ecosystems.

MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTI5djctM3Y0Yy1nZjM4

High EPSS: 0.00281% (0.50979 Percentile) EPSS:

Data races in parc

Affected Packages Affected Versions Fixed Versions
cargo:parc <= 1.0.1 No known fixed version
1 Dependent packages
1 Dependent repositories
4,090 Downloads total

Affected Version Ranges

All affected versions

1.0.0, 1.0.1

In the affected versions of this crate, LockWeak unconditionally implemented Send with no trait bounds on T. LockWeak doesn't own T and only provides &T. This allows concurrent access to a non-Sync T, which can cause undefined behavior like data races.

References: