Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. eventio
  4. ›
  5. CVE-2020-36216

CVE-2020-36216: Data race in eventio

August 25, 2021 (updated June 13, 2023)

Input 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.

References

  • github.com/advisories/GHSA-69vj-xx27-g45w
  • github.com/petabi/eventio
  • github.com/petabi/eventio/issues/33
  • nvd.nist.gov/vuln/detail/CVE-2020-36216
  • rustsec.org/advisories/RUSTSEC-2020-0108.html

Code Behaviors & Features

Detect and mitigate CVE-2020-36216 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.5.1

Fixed versions

  • 0.5.1

Solution

Upgrade to version 0.5.1 or above.

Impact 5.9 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-662: Improper Synchronization
  • CWE-787: Out-of-bounds Write

Source file

cargo/eventio/CVE-2020-36216.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:10 +0000.