Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. ticketed_lock
  4. ›
  5. GHSA-gq4h-f254-7cw9

GHSA-gq4h-f254-7cw9: Data races in ticketed_lock

August 25, 2021 (updated June 13, 2023)

Affected versions of this crate unconditionally implemented Send for ReadTicket<T> & WriteTicket<T>. This allows to send non-Send T to other threads.

This can allows creating data races by cloning types with internal mutability and sending them to other threads (as T of ReadTicket<T>/WriteTicket<T>). Such data races can cause memory corruption or other undefined behavior.

The flaw was corrected in commit a986a93 by adding T: Send bounds to Send impls of ReadTicket<T>/WriteTicket<T>.

References

  • github.com/advisories/GHSA-gq4h-f254-7cw9
  • github.com/kvark/ticketed_lock/commit/a986a9335d591fa5c826157d1674d47aa525357f
  • github.com/kvark/ticketed_lock/issues/7
  • rustsec.org/advisories/RUSTSEC-2020-0119.html

Code Behaviors & Features

Detect and mitigate GHSA-gq4h-f254-7cw9 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.3.0

Fixed versions

  • 0.3.0

Solution

Upgrade to version 0.3.0 or above.

Impact 8.1 HIGH

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

Learn more about CVSS

Weakness

  • CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Source file

cargo/ticketed_lock/GHSA-gq4h-f254-7cw9.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:02 +0000.