GHSA-5r9g-j7jj-hw6c

Suggest an improvement
Source
https://github.com/advisories/GHSA-5r9g-j7jj-hw6c
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-5r9g-j7jj-hw6c/GHSA-5r9g-j7jj-hw6c.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-5r9g-j7jj-hw6c
Aliases
Published
2022-05-24T17:37:49Z
Modified
2023-11-08T04:03:38.733785Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Improper `Sync` implementation on `FuturesUnordered` in futures-utils can cause data corruption
Details

An issue was discovered in the futures-util crate before 0.3.2 for Rust. FuturesUnordered can lead to data corruption because Sync is mishandled.

Database specific
{
    "nvd_published_at": "2020-12-31T09:15:00Z",
    "cwe_ids": [],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2022-06-16T23:55:31Z"
}
References

Affected packages

crates.io / futures-util

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.3.0
Fixed
0.3.2

Ecosystem specific

{
    "affected_functions": [
        "futures_util::stream::FuturesUnordered"
    ]
}