Lucene search
+L

2660 matches found

OSV
OSV
•added 2021/08/25 8:50 p.m.•35 views

GHSA-G489-XRW3-3V8W Data races in aovec

An issue was discovered in the aovec crate through 2020-12-10 for Rust. Because Aovec does not have bounds on its Send trait or Sync trait, a data race and memory corruption can occur...

7CVSS5.9AI score0.00285EPSS
SaveExploits0References3
OSV
OSV
•added 2021/08/25 8:50 p.m.•29 views

GHSA-WR55-MF5C-HHWM Data races in late-static

Affected versions of this crate implemented Sync for LateStatic with T: Send, so that it is possible to create a data race to a type T: Send + !Sync e.g. Cell. This can result in a memory corruption or other kinds of undefined behavior. The flaw was corrected in commit 11f396c by replacing the T:...

7CVSS6.9AI score0.00357EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
•added 2021/08/25 8:50 p.m.•36 views

Data races in try-mutex

Affected versions of this crate unconditionally implemented Sync trait for TryMutex type. This allows users to put non-Send T type in TryMutex and send it to another thread, which can cause a data race. The flaw was corrected in the 0.3.0 release by adding T: Send bound for the Sync trait...

5.5CVSS5.4AI score0.00377EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:50 p.m.•55 views

Data races in concread

An issue was discovered in the concread crate before 0.2.6 for Rust. Attackers can cause an ARCache data race by sending types that do not implement Send/Sync...

4.7CVSS5.2AI score0.00242EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:50 p.m.•38 views

Data races in magnetic

Affected versions of this crate unconditionally implemented Sync and Send traits for MPMCConsumer and MPMCProducer types. This allows users to send types that do not implement Send trait across thread boundaries, which can cause a data race. The flaw was corrected in the 2.0.1 release by adding T...

5.5CVSS5.4AI score0.00377EPSS
SaveExploits1References4Affected Software1
OSV
OSV
•added 2021/08/25 8:50 p.m.•112 views

GHSA-WV4P-JP67-JR97 Data races in magnetic

Affected versions of this crate unconditionally implemented Sync and Send traits for MPMCConsumer and MPMCProducer types. This allows users to send types that do not implement Send trait across thread boundaries, which can cause a data race. The flaw was corrected in the 2.0.1 release by adding T...

5.5CVSS5.2AI score0.00377EPSS
SaveExploits1References4
OSV
OSV
•added 2021/08/25 8:50 p.m.•14 views

GHSA-HJ9H-WRGG-HGMX Data races in lock_api

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of RwLockReadGuard unsoundness...

4.7CVSS4.6AI score0.00324EPSS
SaveExploits0References4
OSV
OSV
•added 2021/08/25 8:50 p.m.•30 views

GHSA-5WG8-7C9Q-794V Data races in lock_api

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of MappedRwLockWriteGuard unsoundness...

4.7CVSS4.6AI score0.00324EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
•added 2021/08/25 8:49 p.m.•40 views

Data races in lock_api

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of MappedRwLockReadGuard unsoundness...

4.7CVSS5.3AI score0.00207EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:49 p.m.•40 views

Data races in lock_api

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of RwLockWriteGuard unsoundness...

4.7CVSS5.3AI score0.00207EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2021/08/25 8:49 p.m.•28 views

GHSA-PPJ3-7JW3-8VC4 Data races in lock_api

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of MappedMutexGuard unsoundness...

5.5CVSS4.6AI score0.00324EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
•added 2021/08/25 8:49 p.m.•35 views

Data races in lock_api

An issue was discovered in the lockapi crate before 0.4.2 for Rust. A data race can occur because of MappedMutexGuard unsoundness...

5.5CVSS5.6AI score0.00324EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:49 p.m.•39 views

Data races in atom

The atom crate contains a security issue revolving around its implementation of the Send trait. It incorrectly allows any arbitrary type to be sent across threads potentially leading to use-after-free issues through memory races...

4.7CVSS5.4AI score0.00196EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:48 p.m.•34 views

Multiple security issues including data race, buffer overflow, and uninitialized memory drop in arr

arr crate contains multiple security issues. Specifically, 1. It incorrectly implements Sync/Send bounds, which allows to smuggle non-Sync/Send types across the thread boundary. 2. Index and IndexMut implementation does not check the array bound. 3. Array::newfromtemplate drops uninitialized memo...

9.8CVSS9AI score0.01476EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:48 p.m.•36 views

Multiple security issues including data race, buffer overflow, and uninitialized memory drop in arr

arr crate contains multiple security issues. Specifically, 1. It incorrectly implements Sync/Send bounds, which allows to smuggle non-Sync/Send types across the thread boundary. 2. Index and IndexMut implementation does not check the array bound. 3. Array::newfromtemplate drops uninitialized memo...

9.8CVSS9AI score0.01515EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2021/08/25 8:48 p.m.•116 views

GHSA-36XW-HGFV-JWM7 Multiple security issues including data race, buffer overflow, and uninitialized memory drop in arr

arr crate contains multiple security issues. Specifically, 1. It incorrectly implements Sync/Send bounds, which allows to smuggle non-Sync/Send types across the thread boundary. 2. Index and IndexMut implementation does not check the array bound. 3. Array::newfromtemplate drops uninitialized memo...

9.8CVSS6.7AI score0.01515EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
•added 2021/08/25 8:48 p.m.•38 views

Data races in rulinalg

The affected version of rulinalg has incorrect lifetime boundary definitions for RowMut::rawslice and RowMut::rawslicemut. They do not conform with Rust's borrowing rule and allows the user to create multiple mutable references to the same location. This may result in unexpected calculation resul...

9.8CVSS8.9AI score0.01648EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
•added 2021/08/25 8:48 p.m.•43 views

Data races in rocket

The affected version of rocket contains a Clone trait implementation of LocalRequest that reuses the pointer to inner Request object. This causes data race in rare combinations of APIs if the original and the cloned objects are modified at the same time...

8.1CVSS7.7AI score0.00957EPSS
SaveExploits1References4Affected Software1
OSV
OSV
•added 2021/08/25 8:46 p.m.•23 views

GHSA-RJH8-P66P-JRH5 Data races in rusqlite

An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated via an Auxdata API data race...

8.1CVSS8.9AI score0.0173EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
•added 2021/08/25 8:46 p.m.•32 views

Use after free in rio

An issue was discovered in the rio crate through 2020-05-11 for Rust. A struct can be leaked, allowing attackers to obtain sensitive information, cause a use-after-free, or cause a data race...

9.8CVSS8.7AI score0.01541EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder