logo

CVE-2020-36444 async-coap

Package

Manager: cargo
Name: async-coap
Vulnerable Version: >=0 <=0.1.0

Severity

Level: High

CVSS v3.1: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

CVSS v4.0: CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

EPSS: 0.00336 pctl0.55775

Details

Data races in async-coap 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).

Metadata

Created: 2021-08-25T20:59:11Z
Modified: 2021-08-24T18:52:16Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-9j8q-m9x5-9g6j/GHSA-9j8q-m9x5-9g6j.json
CWE IDs: ["CWE-119", "CWE-362"]
Alternative ID: GHSA-9j8q-m9x5-9g6j
Finding: F124
Auto approve: 1