Lucene search
+L

9490 matches found

OSV
OSV
added 2021/08/25 8:59 p.m.90 views

GHSA-M7W4-8WP8-M2XQ Data races in beef

An issue was discovered in the beef crate before 0.5.0 for Rust. Affected versions of this crate did not have a T: Sync bound in the Send impl for Cow. This allows users to create data races by making Cow contain types that are Send && !Sync like Cell or RefCell. Such data races can lead to memor...

8.1CVSS7.9AI score0.00766EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:59 p.m.39 views

Data races in beef

An issue was discovered in the beef crate before 0.5.0 for Rust. Affected versions of this crate did not have a T: Sync bound in the Send impl for Cow. This allows users to create data races by making Cow contain types that are Send && !Sync like Cell or RefCell. Such data races can lead to memor...

8.1CVSS7.7AI score0.00766EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2021/08/25 8:59 p.m.22 views

GHSA-R626-FC64-3Q28 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.1CVSS8.3AI score0.00766EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2021/08/25 8:59 p.m.38 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.1CVSS8.1AI score0.00766EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2021/08/25 8:59 p.m.57 views

GHSA-GVCP-948F-8F2P Use of Uninitialized Resource in libp2p-deflate

An issue was discovered in the libp2p-deflate crate before 0.27.1 for Rust. An uninitialized buffer is passed to AsyncRead::pollread, which is a user-provided trait function...

9.8CVSS9.4AI score0.0123EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2021/08/25 8:59 p.m.32 views

Use of Uninitialized Resource in libp2p-deflate

An issue was discovered in the libp2p-deflate crate before 0.27.1 for Rust. An uninitialized buffer is passed to AsyncRead::pollread, which is a user-provided trait function...

9.8CVSS9AI score0.0123EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.35 views

Data race in conqueue

Affected versions of this crate unconditionally implemented Send/Sync for QueueSender, allowing to send non-Send T to other threads by invoking &QueueSender.send. This fails to prevent users from creating data races by sending types like Rc or Arc to other threads, which can lead to memory...

8.1CVSS7.8AI score0.00847EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2021/08/25 8:58 p.m.4 views

GHSA-M57C-4VVX-GJGQ Format string vulnerabilities in pancurses

An issue was discovered in the pancurses crate through 0.16.1 for Rust. printw and mvprintw have format string vulnerabilities...

7.5CVSS5.9AI score0.01303EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.36 views

Format string vulnerabilities in pancurses

An issue was discovered in the pancurses crate through 0.16.1 for Rust. printw and mvprintw have format string vulnerabilities...

7.5CVSS2.8AI score0.01303EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.34 views

Uninitialized memory use in generator

An issue was discovered in the generator crate before 0.6.18 for Rust. Uninitialized memory is used by Scope, done, and yield during API calls...

7.8CVSS1.9AI score0.01635EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2021/08/25 8:58 p.m.35 views

GHSA-6C65-XCF5-299X Uninitialized memory use in generator

An issue was discovered in the generator crate before 0.6.18 for Rust. Uninitialized memory is used by Scope, done, and yield during API calls...

7.5CVSS7.5AI score0.01635EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.42 views

Unaligned memory allocation in chunky

An issue was discovered in the chunky crate through 2020-08-25 for Rust. The Chunk API does not honor an alignment requirement...

7.5CVSS7.3AI score0.00915EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2021/08/25 8:58 p.m.14 views

GHSA-QG24-8XJ4-GJ2H Unaligned memory allocation in chunky

An issue was discovered in the chunky crate through 2020-08-25 for Rust. The Chunk API does not honor an alignment requirement...

7.5CVSS5.9AI score0.00915EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.37 views

Data races in dces

An issue was discovered in the dces crate through 2020-12-09 for Rust. The World type is marked as Send but lacks bounds on its EntityStore and ComponentStore. This allows non-thread safe EntityStore and ComponentStores to be sent across threads and cause data races...

8.1CVSS7.7AI score0.01098EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2021/08/25 8:58 p.m.23 views

GHSA-HXW9-JXQW-JC8J Data races in dces

An issue was discovered in the dces crate through 2020-12-09 for Rust. The World type is marked as Send but lacks bounds on its EntityStore and ComponentStore. This allows non-thread safe EntityStore and ComponentStores to be sent across threads and cause data races...

8.1CVSS7.9AI score0.01098EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.36 views

Data races in toolshed

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.1CVSS7.8AI score0.01098EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:58 p.m.4 views

GHSA-2R6Q-6C8C-G762 Data races in toolshed

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.1CVSS7.2AI score0.01098EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.31 views

Data races in slock

An issue was discovered in the slock crate through 2020-11-17 for Rust. Slock unconditionally implements Send and Sync...

8.1CVSS7.8AI score0.01311EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2021/08/25 8:58 p.m.48 views

GHSA-MC36-5M36-HJH5 Data races in slock

An issue was discovered in the slock crate through 2020-11-17 for Rust. Slock unconditionally implements Send and Sync...

8.1CVSS8AI score0.01311EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2021/08/25 8:57 p.m.37 views

Data races in lever

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. This allows non-Send types such as Rc and non-Sync types such as Cell to be used across thread boundaries which can trigger undefined behavior and memory corruption...

8.1CVSS7.8AI score0.0124EPSS
SaveExploits1References6Affected Software1
Rows per page
Query Builder