Lucene search
+L

249 matches found

OSV
OSV
•added 2021/08/25 8:46 p.m.•21 views

GHSA-R98R-J25Q-RMPR Rust Failure Crate Vulnerable to Type confusion

Safe Rust code can implement malfunctioning privategettypeid and cause type confusion when downcasting, which is an undefined behavior. Users who derive Fail trait are not affected...

9.8CVSS7.2AI score0.02874EPSS
SaveExploits1References4
OSV
OSV
•added 2021/08/25 8:45 p.m.•65 views

GHSA-G4RW-8M5Q-6453 Out of bounds access in rgb

Affected versions of rgb crate allow viewing and modifying data of any type T wrapped in RGB as bytes, and do not correctly constrain RGB and other wrapper structures to the types for which it is safe to do so. Safety violation possible for a type wrapped in RGB and similar wrapper structures: If...

9.1CVSS9.3AI score0.01595EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
•added 2021/08/25 8:45 p.m.•41 views

Out of bounds access in rgb

Affected versions of rgb crate allow viewing and modifying data of any type T wrapped in RGB as bytes, and do not correctly constrain RGB and other wrapper structures to the types for which it is safe to do so. Safety violation possible for a type wrapped in RGB and similar wrapper structures: If...

9.1CVSS9AI score0.01595EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:44 p.m.•28 views

Double free in linea

Affected versions of this crate did not properly implements the Matrix::zipelements method, which causes an double free when the given trait implementation might panic. This allows an attacker to corrupt or take control of the memory...

9.8CVSS9.1AI score0.01691EPSS
SaveExploits1References4Affected Software1
OSV
OSV
•added 2021/08/25 8:42 p.m.•21 views

GHSA-W65J-G6C7-G3M4 Multiple memory safety issues in actix-web

Affected versions contain multiple memory safety issues, such as: - Unsoundly coercing immutable references to mutable references - Unsoundly extending lifetimes of strings - Adding the Send marker trait to objects that cannot be safely sent between threads This may result in a variety of memory...

9.8CVSS7.7AI score0.01324EPSS
SaveExploits0References3
GitLab Advisory Database
GitLab Advisory Database
•added 2021/08/25 12:00 a.m.•13 views

Data race in abox

Affected versions of this crate implements Send/Sync for AtomicBox without requiring T: Send/T: Sync. This allows to create data races to T: !Sync and send T: !Send to another thread. Such behavior breaks the compile-time thread safety guarantees of Rust, and allows users to incur undefined...

8.1CVSS7.1AI score0.00766EPSS
SaveExploits0References8Affected Software1
NVD
NVD
•added 2021/08/08 6:15 a.m.•31 views

CVE-2020-36454

An issue was discovered in the parc crate through 2020-11-14 for Rust. LockWeak has an unconditional implementation of Send without trait bounds on T...

8.1CVSS0.00833EPSS
SaveExploits1References2
NVD
NVD
•added 2021/08/08 6:15 a.m.•38 views

CVE-2020-36458

An issue was discovered in the lexer crate through 2020-11-10 for Rust. For ReaderResult, there is an implementation of Sync with a trait bound of T: Send, E: Send...

8.1CVSS0.00833EPSS
SaveExploits1References2
NVD
NVD
•added 2021/08/08 6:15 a.m.•45 views

CVE-2020-36460

An issue was discovered in the model crate through 2020-11-10 for Rust. The Shared data structure has an implementation of the Send and Sync traits without regard for the inner type...

8.1CVSS0.01098EPSS
SaveExploits1References2
OSV
OSV
•added 2021/08/08 6:15 a.m.•12 views

CVE-2020-36444

An issue was discovered in the async-coap crate through 2020-12-08 for Rust. Send and Sync are implemented for ArcGuard without trait bounds on RC...

8.1CVSS7.3AI score0.00766EPSS
SaveExploits0References2
NVD
NVD
•added 2021/08/08 6:15 a.m.•62 views

CVE-2020-36457

An issue was discovered in the lever crate before 0.1.1 for Rust. AtomicBox implements the Send and Sync traits for all types T...

8.1CVSS0.0124EPSS
SaveExploits1References2
NVD
NVD
•added 2021/08/08 6:15 a.m.•33 views

CVE-2020-36456

An issue was discovered in the toolshed crate through 2020-11-15 for Rust. In CopyCell, the Send trait lacks bounds on the contained type...

8.1CVSS0.01098EPSS
SaveExploits1References2
OSV
OSV
•added 2021/08/08 6:15 a.m.•14 views

CVE-2020-36454

An issue was discovered in the parc crate through 2020-11-14 for Rust. LockWeak has an unconditional implementation of Send without trait bounds on T...

8.1CVSS7.3AI score0.00833EPSS
SaveExploits1References2
OSV
OSV
•added 2021/08/08 6:15 a.m.•13 views

CVE-2020-36458

An issue was discovered in the lexer crate through 2020-11-10 for Rust. For ReaderResult, there is an implementation of Sync with a trait bound of T: Send, E: Send...

8.1CVSS5.8AI score0.00833EPSS
SaveExploits1References2
OSV
OSV
•added 2021/08/08 6:15 a.m.•13 views

CVE-2020-36440

An issue was discovered in the libsbc crate before 0.1.5 for Rust. For Decoder, it implements Send for any R: Read...

8.1CVSS5.8AI score0.00766EPSS
SaveExploits0References2
OSV
OSV
•added 2021/08/08 6:15 a.m.•13 views

CVE-2020-36442

An issue was discovered in the beef crate before 0.5.0 for Rust. beef::Cow has no Sync bound on its Send trait...

8.1CVSS5.8AI score0.00766EPSS
SaveExploits0References2
OSV
OSV
•added 2021/08/08 6:15 a.m.•12 views

CVE-2020-36451

An issue was discovered in the rcucell crate through 2020-11-14 for Rust. There are unconditional implementations of Send and Sync for RcuCell...

8.1CVSS5.8AI score0.01249EPSS
SaveExploits1References2
OSV
OSV
•added 2021/08/08 6:15 a.m.•15 views

CVE-2020-36439

An issue was discovered in the ticketedlock crate before 0.3.0 for Rust. There are unconditional implementations of Send for ReadTicket and WriteTicket...

8.1CVSS5.8AI score0.00766EPSS
SaveExploits0References2
OSV
OSV
•added 2021/08/08 6:15 a.m.•12 views

CVE-2020-36449

An issue was discovered in the kekbit crate before 0.3.4 for Rust. For ShmWriter, Send is implemented without requiring H: Send...

8.1CVSS7.3AI score0.01249EPSS
SaveExploits1References2
NVD
NVD
•added 2021/08/08 6:15 a.m.•61 views

CVE-2020-36442

An issue was discovered in the beef crate before 0.5.0 for Rust. beef::Cow has no Sync bound on its Send trait...

8.1CVSS0.00766EPSS
SaveExploits0References2
Rows per page
Query Builder