Lucene search
K

9526 matches found

vulnersOsv
vulnersOsv
added 2021/08/25 8:58 p.m.0 views

bat (=0.18.0), buffett-core (>=0.1.0 <=0.1.1) +73 more potentially affected by CVE-2020-36434 via sys-info (>=0.4.1 <=0.7.0)

sys-info CARGO version =0.4.1, =0.1.0, =0.1.0, =0.1.0, =0.1.0, =1.3.0, =0.29.0, =0.20.0, =0.1.0, =0.1.0, =1.3.0, =1.8.0, =0.7.0, =0.7.0, =0.31.2 and more Source cves: CVE-2020-36434 Source advisory: OSV:GHSA-2F5J-3MHQ-XV58...

9.8CVSS7.2AI score0.0123EPSS
Exploits0
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.34 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
Exploits0References4Affected Software1
OSV
OSV
added 2021/08/25 8:58 p.m.2 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
Exploits0References4
OSV
OSV
added 2021/08/25 8:58 p.m.16 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
Exploits1References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.32 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
Exploits1References5Affected Software1
OSV
OSV
added 2021/08/25 8:58 p.m.2 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
Exploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.28 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
Exploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:58 p.m.28 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
Exploits1References6Affected Software1
OSV
OSV
added 2021/08/25 8:58 p.m.20 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
Exploits1References6
OSV
OSV
added 2021/08/25 8:57 p.m.14 views

GHSA-9PP4-8P8V-G78W 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.9AI score0.0124EPSS
Exploits1References6
Github Security Blog
Github Security Blog
added 2021/08/25 8:57 p.m.25 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
Exploits1References6Affected Software1
OSV
OSV
added 2021/08/25 8:57 p.m.15 views

GHSA-6WP2-FW3V-MFMC Memory corruption in array-tools

An issue was discovered in the array-tools crate before 0.3.2 for Rust. Affected versions of this crate don't guard against panics, so that partially uninitialized buffer is dropped when user-provided T::clone panics in FixedCapacityDequeLike::clone. This causes memory corruption...

9.8CVSS9.5AI score0.01119EPSS
Exploits0References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:57 p.m.28 views

Memory corruption in array-tools

An issue was discovered in the array-tools crate before 0.3.2 for Rust. Affected versions of this crate don't guard against panics, so that partially uninitialized buffer is dropped when user-provided T::clone panics in FixedCapacityDequeLike::clone. This causes memory corruption...

9.8CVSS9AI score0.01119EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2021/08/25 8:57 p.m.24 views

GHSA-GVVV-W559-2HG6 Data races in scottqueue

An issue was discovered in the scottqueue crate through 2020-11-15 for Rust. There are unconditional implementations of Send and Sync for Queue. This allows 1 creating data races to a T: !Sync and 2 sending T: !Send to other threads, resulting in memory corruption or other undefined behavior...

8.1CVSS8.2AI score0.01098EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:57 p.m.28 views

Data races in scottqueue

An issue was discovered in the scottqueue crate through 2020-11-15 for Rust. There are unconditional implementations of Send and Sync for Queue. This allows 1 creating data races to a T: !Sync and 2 sending T: !Send to other threads, resulting in memory corruption or other undefined behavior...

8.1CVSS8AI score0.01098EPSS
Exploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:57 p.m.38 views

Data races in cache

An issue was discovered in the cache crate through 2020-11-24 for Rust. Affected versions of this crate unconditionally implement Send/Sync for Cache. This allows users to insert K that is not Send or not Sync. This allows users to create data races by using non-Send types like Arc or Rc as K in...

8.1CVSS7.7AI score0.01098EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:57 p.m.16 views

GHSA-G83M-67WH-WHPW Command injection in kekbit

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

8.1CVSS8AI score0.01249EPSS
Exploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:57 p.m.28 views

Command injection in kekbit

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.8AI score0.01249EPSS
Exploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:56 p.m.28 views

Data race in disrustor

An issue was discovered in the disrustor crate through 2020-12-17 for Rust. RingBuffer doe not properly limit the number of mutable references...

5.9CVSS5.8AI score0.00978EPSS
Exploits1References5Affected Software1
OSV
OSV
added 2021/08/25 8:56 p.m.14 views

GHSA-W9R2-QRPM-4RMJ Data race in disrustor

An issue was discovered in the disrustor crate through 2020-12-17 for Rust. RingBuffer doe not properly limit the number of mutable references...

5.9CVSS5.6AI score0.00978EPSS
Exploits1References5
Rows per page
Query Builder