Ecosyste.ms: Advisories

An open API service providing security vulnerability metadata for many open source software ecosystems.

Security Advisories: MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLXJweG0tdm1yNy01ZjVm

Data races in convec

Affected versions of this crate unconditionally implement Send/Sync for ConVec<T>.
This allows users to insert T that is not Send or not Sync.

This allows users to create data races by using non-Send types like Arc<Cell<_>> or Rc<_> as T in ConVec<T>. It is also possible to create data races by using types like Cell<_> or RefCell<_> as T (types that are Send but not Sync).
Such data races can lead to memory corruption.

Permalink: https://github.com/advisories/GHSA-rpxm-vmr7-5f5f
JSON: https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLXJweG0tdm1yNy01ZjVm
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: over 2 years ago
Updated: over 1 year ago


CVSS Score: 8.1
CVSS vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Identifiers: GHSA-rpxm-vmr7-5f5f, CVE-2020-36445
References: Blast Radius: 1.0

Affected Packages

cargo:convec
Dependent packages: 0
Dependent repositories: 0
Downloads: 2,393 total
Affected Version Ranges: <= 2.0.1
No known fixed version
All affected versions: 1.0.0, 2.0.0, 2.0.1