Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLW0yOTYtajUzeC14djk1
Data races in tiny_future
tiny_future
contains a light-weight implementation of Future
s. The Future
type it has lacked bound on its Send
and Sync
traits. This allows for a bug where non-thread safe types such as Cell
can be used in Future
s and cause data races in concurrent programs. The flaw was corrected in commit c791919
by adding trait bounds to Future
's Send
and Sync
.
JSON: https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLW0yOTYtajUzeC14djk1
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: over 3 years ago
Updated: over 1 year ago
CVSS Score: 8.1
CVSS vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Identifiers: GHSA-m296-j53x-xv95
References:
- https://github.com/KizzyCode/tiny_future/issues/1
- https://github.com/KizzyCode/tiny_future/commit/7ab8a264980d23c2ed64e72f4636f38b7381eb39
- https://github.com/KizzyCode/tiny_future/commit/c7919199a0f6d1ce0e3c33499d1b37f862c990e4
- https://rustsec.org/advisories/RUSTSEC-2020-0118.html
- https://github.com/advisories/GHSA-m296-j53x-xv95
Blast Radius: 1.0
Affected Packages
cargo:tiny_future
Dependent packages: 1Dependent repositories: 0
Downloads: 6,093 total
Affected Version Ranges: < 0.4.0
Fixed in: 0.4.0
All affected versions: 0.3.0, 0.3.1, 0.3.2
All unaffected versions: 0.4.0, 0.5.0, 0.5.1