logo

CVE-2020-36216 eventio

Package

Manager: cargo
Name: eventio
Vulnerable Version: >=0 <0.5.1

Severity

Level: Medium

CVSS v3.1: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/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.00389 pctl0.59189

Details

Data race in eventio Input<R> implements Send without requiring R: Send. Affected versions of this crate allows users to send non-Send types to other threads, which can lead to undefined behavior such as data race and memory corruption. The flaw was corrected in version 0.5.1 by adding R: Send bound to the Send impl of Input<R>.

Metadata

Created: 2021-08-25T20:51:49Z
Modified: 2023-06-13T18:12:42Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-69vj-xx27-g45w/GHSA-69vj-xx27-g45w.json
CWE IDs: ["CWE-662", "CWE-787"]
Alternative ID: GHSA-69vj-xx27-g45w
Finding: F124
Auto approve: 1