Ecosyste.ms: Advisories

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

Security Advisories: MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTM2Y2ctNGpmZi01ODYz

Data races in signal-simple

Affected versions of this crate unconditionally implement Send/Sync for SyncChannel. SyncChannel doesn't provide access to &T but merely serves as a channel that consumes and returns owned T.

Users can create UB in safe Rust by sending T: !Send to other threads with SyncChannel::send/recv APIs. Using T = Arc<Cell<_> allows to create data races (which can lead to memory corruption), and using T = MutexGuard allows to unlock a mutex from a thread that didn't lock the mutex.

Permalink: https://github.com/advisories/GHSA-36cg-4jff-5863
JSON: https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTM2Y2ctNGpmZi01ODYz
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: over 2 years ago
Updated: 11 months 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-36cg-4jff-5863, CVE-2020-36446
References: Repository: https://github.com/kitsuneninetails/signal-rust
Blast Radius: 1.0

Affected Packages

cargo:signal-simple
Dependent packages: 1
Dependent repositories: 0
Downloads: 3,511 total
Affected Version Ranges: <= 0.1.1
No known fixed version
All affected versions: 0.1.0, 0.1.1