GHSA-w3g5-2848-2v8r

Suggest an improvement
Source
https://github.com/advisories/GHSA-w3g5-2848-2v8r
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-w3g5-2848-2v8r/GHSA-w3g5-2848-2v8r.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-w3g5-2848-2v8r
Aliases
Published
2021-08-25T20:57:05Z
Modified
2023-11-08T04:03:46Z
Severity
  • 5.9 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Data races in generator
Details

The Generator type is an iterable which uses a generator function that yields values. In affected versions of the crate, the provided function yielding values had no Send bounds despite the Generator itself implementing Send.

The generator function lacking a Send bound means that types that are dangerous to send across threads such as Rc could be sent as part of a generator, potentially leading to data races.

This flaw was fixed in commit f7d120a3b by enforcing that the generator function be bound by Send.

Database specific
{
    "cwe_ids":  [
        "CWE-362"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2021-08-18T20:33:21Z",
    "nvd_published_at":  "2021-08-08T06:15:00Z",
    "severity":  "MODERATE"
}
References

Affected packages

crates.io / generator

Package

Name
generator
View open source insights on deps.dev
Purl
pkg:cargo/generator

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
0.7.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-w3g5-2848-2v8r/GHSA-w3g5-2848-2v8r.json"