RUSTSEC-2020-0096

Source
https://rustsec.org/advisories/RUSTSEC-2020-0096
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2020-0096.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2020-0096
Aliases
Published
2020-11-09T12:00:00Z
Modified
2023-11-08T04:03:41.356226Z
Severity
  • 4.7 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
TreeFocus lacks bounds on its Send and Sync traits
Details

Affected versions of im contains TreeFocus that unconditionally implements Send and Sync.

This allows a data race in safe Rust code if TreeFocus is extracted from Focus type. Typical users that only use Focus type are not affected.

Database specific
{
    "license": "CC0-1.0"
}
References

Affected packages

crates.io / im

Package

Affected ranges

Type
SEMVER
Events
Introduced
12.0.0
Fixed
15.1.0

Ecosystem specific

{
    "affected_functions": null,
    "affects": {
        "os": [],
        "functions": [],
        "arch": []
    }
}

Database specific

{
    "cvss": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
    "informational": "unsound",
    "categories": [
        "thread-safety"
    ]
}