Lucene search
+L

3847 matches found

OSV
OSV
added 2021/08/25 8:57 p.m.70 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
SaveExploits1References4
OSV
OSV
added 2021/08/25 8:57 p.m.87 views

GHSA-FVHR-7J8M-3CVC Data races in appendix

The appendix crate implements a key-value mapping data structure called Index that is stored on disk. The crate allows for any type to inhabit the generic K and V type parameters and implements Send and Sync for them unconditionally. Using a type that is not marked as Send or Sync with Index can...

5.9CVSS5.6AI score0.00978EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:57 p.m.39 views

Data races in appendix

The appendix crate implements a key-value mapping data structure called Index that is stored on disk. The crate allows for any type to inhabit the generic K and V type parameters and implements Send and Sync for them unconditionally. Using a type that is not marked as Send or Sync with Index can...

5.9CVSS5.8AI score0.00978EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:56 p.m.70 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
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:56 p.m.21 views

Use after free in libpulse-binding

Overview Version 1.2.1 of the libpulse-binding Rust crate, released on the 15th of June 2018, fixed a pair of use-after-free issues with the objects returned by the getformatinfo and getcontext methods of Stream objects. These objects were mistakenly being constructed without setting an important...

2AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2021/08/25 8:56 p.m.37 views

GHSA-GHPQ-VJXW-CH5W Use after free in libpulse-binding

Overview Version 1.2.1 of the libpulse-binding Rust crate, released on the 15th of June 2018, fixed a pair of use-after-free issues with the objects returned by the getformatinfo and getcontext methods of Stream objects. These objects were mistakenly being constructed without setting an important...

7.5CVSS7.6AI score0.01328EPSS
SaveExploits0References3
OSV
OSV
added 2021/08/25 8:56 p.m.17 views

GHSA-WCG3-CVX6-7396 Segmentation fault in time

Impact Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library. The...

6.2CVSS5.7AI score0.01641EPSS
SaveExploits0References6
vulnersOsv
vulnersOsv
added 2021/08/25 8:56 p.m.4 views

a2 (>=0.5.0-alpha.6, <=0.5.0-alpha.7), anitable (0.1.0) +66 more potentially affected by CVE-2021-21299 via hyper (>=0.13.0-alpha.1, <=0.13.7)

hyper CARGO version =0.13.0-alpha.1, =0.5.0-alpha.6, =0.1.0, =0.30.0, =0.30.0, =0.30.0, =0.30.0, =0.30.0, =0.30.0, =0.30.0, =0.30.0, =0.31.1 and more Source cves: CVE-2021-21299 Source advisory: OSV:GHSA-6HFQ-H8HQ-87MF...

8.1CVSS7.8AI score0.04771EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2021/08/25 8:56 p.m.30 views

Data races in cgc

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr implements Send and Sync for all types...

5.9CVSS5.8AI score0.00978EPSS
SaveExploits1References4Affected Software1
vulnersOsv
vulnersOsv
added 2021/08/25 8:56 p.m.5 views

artano (0.2.6), bbox (>=0.7.0, <=0.8.2) +132 more potentially affected by CVE-2020-36465 via generic-array (0.8.4)

generic-array CARGO version 0.8.4 is affected by a known vulnerability. The following packages have a transitive dependency on generic-array and may be impacted: - artano 0.2.6 - bbox =0.7.0, =0.4.0-beta, =0.1.1, =0.2.0, =1.0.0, =0.1.0, =0.2.0, =0.2.0, =0.6.0-rc1, =0.2.0, =0.3.1 and more Source...

7.5CVSS7.4AI score0.01243EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2021/08/25 8:56 p.m.51 views

Data races in model

Shared data structure in model crate implements Send and Sync traits regardless of the inner type. This allows safe Rust code to trigger a data race, which is undefined behavior in Rust. Users are advised to treat Shared as an unsafe type. It should not be used outside of the testing context, and...

8.1CVSS7.8AI score0.01098EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:56 p.m.25 views

GHSA-MXV6-Q98X-H958 Data races in model

Shared data structure in model crate implements Send and Sync traits regardless of the inner type. This allows safe Rust code to trigger a data race, which is undefined behavior in Rust. Users are advised to treat Shared as an unsafe type. It should not be used outside of the testing context, and...

8.1CVSS5.9AI score0.01098EPSS
SaveExploits1References4
OSV
OSV
added 2021/08/25 8:56 p.m.72 views

GHSA-WXJF-9F4G-3V44 Data races in noise_search

Affected versions of the noisesearch crate unconditionally implement Send/Sync for MvccRwLock. This can lead to data races when types that are either !Send or !Sync e.g. Rc, Arc are contained inside MvccRwLock and sent across thread boundaries. The data races can potentially lead to memory...

8.1CVSS8.2AI score0.0124EPSS
SaveExploits1References4
OSV
OSV
added 2021/08/25 8:55 p.m.149 views

GHSA-5325-XW5M-PHM3 Cross-site Scripting in ammonia

An issue was discovered in the ammonia crate before 3.1.0 for Rust. XSS can occur because the parsing differences for HTML, SVG, and MathML are mishandled, a similar issue to CVE-2020-26870...

6.1CVSS6.1AI score0.00708EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:55 p.m.38 views

Cross-site Scripting in ammonia

An issue was discovered in the ammonia crate before 3.1.0 for Rust. XSS can occur because the parsing differences for HTML, SVG, and MathML are mishandled, a similar issue to CVE-2020-26870...

6.1CVSS6.2AI score0.00708EPSS
SaveExploits1References5Affected Software1
vulnersOsv
vulnersOsv
added 2021/08/25 8:55 p.m.6 views

requeuest (>=0.1.1, <=0.2.1), sqlxmq (>=0.2.0, <=0.2.1) potentially affected by CVE-2021-38191 via tokio (1.8.0)

tokio CARGO version 1.8.0 is affected by a known vulnerability. The following packages have a transitive dependency on tokio and may be impacted: - requeuest =0.1.1, =0.2.0, =0.2.1 Source cves: CVE-2021-38191 Source advisory: OSV:GHSA-2GRH-HM3W-W7HV...

5.9CVSS6AI score0.00836EPSS
SaveExploits1
vulnersOsv
vulnersOsv
added 2021/08/25 8:55 p.m.2 views

abbegm (>=0.1.0, <=0.5.0), acacia (0.2.0) +561 more potentially affected by CVE-2021-38190 via nalgebra (>=0.11.2, <=0.26.2)

nalgebra CARGO version =0.11.2, =0.1.0, =0.1.0, =0.2.0, =0.1.0, =0.11.0, =0.2.0, =0.1.0, =0.3.0 - amethyst-navigation 0.1.0 and more Source cves: CVE-2021-38190 Source advisory: OSV:GHSA-3W8G-XR3F-2MP8...

9.8CVSS5.3AI score0.01411EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2021/08/25 8:55 p.m.34 views

Incorrect cast in anymap

An issue was discovered in the anymap crate through 0.12.1 for Rust. It violates soundness via conversion of a u8 to a u64...

9.8CVSS8.8AI score0.01441EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:55 p.m.41 views

Cross-site Scripting in comrak

An issue was discovered in the comrak crate before 0.10.1 for Rust. It mishandles & characters, leading to XSS via & HTML entities...

6.1CVSS5.8AI score0.00741EPSS
SaveExploits1References6Affected Software1
vulnersOsv
vulnersOsv
added 2021/08/25 8:55 p.m.6 views

evm (>=0.13.0, <=0.20.0), evm-gasometer (>=0.13.0, <=0.20.0) +2 more potentially affected by unknown CVE via evm-core (>=0.13.1, <=0.20.0)

evm-core CARGO version =0.13.1, =0.13.0, =0.13.0, =0.13.0, =2.0.0-alpha.3, =2.0.1 Source cves: unknown CVE Source advisory: OSV:GHSA-773Q-5334-5GF9...

5.4AI score
SaveExploits0
Rows per page
Query Builder