Crossbeam Project

Crossbeam

4 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.4%
  • Published 15.02.2022 19:15:08
  • Last modified 21.11.2024 06:48:59

crossbeam-utils provides atomics, synchronization primitives, scoped threads, and other utilities for concurrent programming in Rust. crossbeam-utils prior to version 0.8.7 incorrectly assumed that the alignment of `{i,u}64` was always the same as `A...

  • EPSS 1.08%
  • Published 02.08.2021 19:15:08
  • Last modified 21.11.2024 06:07:47

crossbeam-deque is a package of work-stealing deques for building task schedulers when programming in Rust. In versions prior to 0.7.4 and 0.8.0, the result of the race condition is that one or more tasks in the worker queue can be popped twice inste...

Exploit
  • EPSS 0.51%
  • Published 16.10.2020 17:15:12
  • Last modified 21.11.2024 05:05:12

Crossbeam is a set of tools for concurrent programming. In crossbeam-channel before version 0.4.4, the bounded channel incorrectly assumes that `Vec::from_iter` has allocated capacity that same as the number of iterator elements. `Vec::from_iter` doe...

  • EPSS 0.43%
  • Published 26.08.2019 18:15:11
  • Last modified 21.11.2024 04:02:39

An issue was discovered in the crossbeam crate before 0.4.1 for Rust. There is a double free because of destructor mishandling.