GHSA-9j8q-m9x5-9g6j

Suggest an improvement
Source
https://github.com/advisories/GHSA-9j8q-m9x5-9g6j
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-9j8q-m9x5-9g6j/GHSA-9j8q-m9x5-9g6j.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-9j8q-m9x5-9g6j
Aliases
Published
2021-08-25T20:59:11Z
Modified
2023-11-08T04:03:45.205946Z
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
Data races in async-coap
Details

An issue was discovered in the async-coap crate through 2020-12-08 for Rust. Affected versions of this crate implement Send/Sync for ArcGuard<RC, T> with no trait bounds on RC. This allows users to send RC: !Send to other threads and also allows users to concurrently access Rc: !Sync from multiple threads.

This can result in memory corruption from data race or other undefined behavior caused by sending T: !Send to other threads (e.g. dropping MutexGuard<T> in another thread that didn't lock its mutex).

Database specific
{
    "nvd_published_at": "2021-08-08T06:15:00Z",
    "github_reviewed_at": "2021-08-09T21:45:44Z",
    "severity": "HIGH",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-119",
        "CWE-362"
    ]
}
References

Affected packages

crates.io / async-coap

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
0.1.0