GHSA-83r8-p8v6-6gfm

Suggest an improvement
Source
https://github.com/advisories/GHSA-83r8-p8v6-6gfm
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-83r8-p8v6-6gfm/GHSA-83r8-p8v6-6gfm.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-83r8-p8v6-6gfm
Aliases
Published
2021-08-25T21:00:20Z
Modified
2023-11-08T04:03:45.889311Z
Severity
  • 8.1 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Slock<T> allows sending non-Send types across thread boundaries
Details

Slock<T> unconditionally implements Send/Sync.

Affected versions of this crate allows sending non-Send types to other threads, which can lead to data races and memory corruption due to the data race.

Database specific
{
    "nvd_published_at": null,
    "cwe_ids": [
        "CWE-362"
    ],
    "severity": "HIGH",
    "github_reviewed": true,
    "github_reviewed_at": "2021-08-06T17:28:42Z"
}
References

Affected packages

crates.io / slock

Package

Affected ranges

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