Vulnerability Database

300,445

Total vulnerabilities in the database

Slock<T> allows sending non-Send types across thread boundaries

Slock&lt;T&gt; unconditionally implements Send/Sync.

Affected versions of this crate allows sending non-Send types to other threads, which can lead to data races and memory corruption due to the data race.

CVSS v3:

  • Severity: Unknown
  • Score:
  • AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

CWEs: