Lucene search
+L

251 matches found

vulnersOsv
vulnersOsv
added 2022/07/28 12:0 p.m.15 views

automaat-processor-git-clone (=0.1.0), automaat-processor-http-request (=0.1.0) +49 more potentially affected by CVE-2022-31173 via juniper (>=0.10.0 <=0.15.1)

juniper CARGO version =0.10.0, =0.3.0-development-1, =0.3.0-development-1, =0.3.0-development-1, =0.3.0-development-1, =0.3.0-development-2 and more Source cves: CVE-2022-31173 Source advisory: OSV:RUSTSEC-2022-0038...

7.5CVSS7.1AI score0.01598EPSS
SaveExploits1
OSV
OSV
added 2022/06/16 11:59 p.m.4 views

GHSA-F67M-9J94-QV9J Parser creates invalid uninitialized value

Affected versions of this crate called mem::uninitialized in the HTTP1 parser to create values of type httparse::Header from the httparse crate. This is unsound, since Header contains references and thus must be non-null. The flaw was corrected by avoiding the use of mem::uninitialized, using...

5.8AI score
SaveExploits0References3
OSV
OSV
added 2022/06/16 11:44 p.m.45 views

GHSA-72R2-RG28-47V9 `read` on uninitialized buffer may cause UB (bite::read::BiteReadExpandedExt::read_framed_max)

Affected versions of this crate calls a user provided Read implementation on an uninitialized buffer. Read on uninitialized buffer is defined as undefined behavior in Rust...

7.5CVSS7.2AI score0.01059EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2022/04/11 2:55 p.m.4 views

Mozilla: Denial of Service via complex regular expressions

regex is an implementation of regular expressions for the Rust language. The regex crate features built-in mitigations to prevent denial of service attacks caused by untrusted regexes, or untrusted input matched by trusted regexes. Those tunable mitigations already provide sane defaults to preven...

7.5CVSS7AI score0.1446EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2021/12/27 12:15 a.m.3 views

CVE-2021-45686

An issue was discovered in the csv-sniffer crate through 2021-01-05 for Rust. preambleskipcount may read from uninitialized memory locations...

9.8CVSS5.8AI score0.01191EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2021/12/27 12:15 a.m.4 views

CVE-2021-45702

An issue was discovered in the tremor-script crate before 0.11.6 for Rust. A merge operation may result in a use-after-free...

7.5CVSS5.8AI score0.01053EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2021/12/27 12:15 a.m.4 views

CVE-2021-45689

An issue was discovered in the gfx-auxil crate through 2021-01-07 for Rust. gfxauxil::readspirv may read from uninitialized memory locations...

9.8CVSS5.8AI score0.01191EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2021/12/27 12:15 a.m.4 views

CVE-2021-45691

An issue was discovered in the messagepack-rs crate through 2021-01-26 for Rust. deserializestring may read from uninitialized memory locations...

9.8CVSS5.8AI score0.01191EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2021/12/27 12:15 a.m.5 views

CVE-2021-45701

An issue was discovered in the tremor-script crate before 0.11.6 for Rust. A patch operation may result in a use-after-free...

9.8CVSS5.8AI score0.01191EPSS
SaveExploits0References3
OSV
OSV
added 2021/12/27 12:15 a.m.9 views

CVE-2021-45681

An issue was discovered in the derive-com-impl crate before 0.1.2 for Rust. An invalid reference and memory corruption can occur because AddRef might not be called before returning a pointer...

7.5CVSS5.8AI score0.01053EPSS
SaveExploits0References2
OSV
OSV
added 2021/12/27 12:15 a.m.4 views

UBUNTU-CVE-2018-25025

An issue was discovered in the actix-web crate before 0.7.15 for Rust. It can unsoundly extend the lifetime of a string, leading to memory corruption...

9.8CVSS5.8AI score0.01288EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2021/12/26 9:53 p.m.36 views

CVE-2020-36513

An issue was discovered in the accreader crate through 2020-12-27 for Rust. readupto may read from uninitialized memory locations...

9.4AI score0.01191EPSS
SaveExploits0References2
vulnersOsv
vulnersOsv
added 2021/11/29 12:0 p.m.8 views

actix-lua (=0.2.0), age (>=0.5.0 <=0.6.1) +99 more potentially affected by CVE-2021-45712 via rust-embed (>=0.5.2 <=5.9.0)

rust-embed CARGO version =0.5.2, =0.5.0, =0.0.0, =0.1.0, =0.5.1, =0.1.0, =0.2.0, =0.1.0, =1.0.1, =0.1.0, =1.0.0, =0.1.31, =0.1.36 and more Source cves: CVE-2021-45712 Source advisory: OSV:RUSTSEC-2021-0126...

7.5CVSS7.1AI score0.01593EPSS
SaveExploits1
OpenVAS
OpenVAS
added 2021/11/08 12:0 a.m.24 views

Mozilla Firefox Security Advisory (MFSA2020-45) - Linux

This host is missing a security update for Mozilla Firefox. Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; y...

9.8CVSS7.8AI score0.02776EPSS
SaveExploits1References11
RedHat Linux
RedHat Linux
added 2021/10/12 2:50 p.m.10 views

rust-crossbeam-deque: race condition may lead to double free

crossbeam-deque is a package of work-stealing deques for building task schedulers when programming in Rust. In versions prior to 0.7.4 and 0.8.0, the result of the race condition is that one or more tasks in the worker queue can be popped twice instead of other tasks that are forgotten and never...

9.8CVSS7.1AI score0.01923EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2021/10/08 12:0 a.m.8 views

PT-2021-24283 · Crypto2 · Crypto2

Name of the Vulnerable Software and Affected Versions: crypto2 crate through 2021-10-08 for Rust Description: An issue was discovered in the crypto2 crate that affects Chacha20 encryption and decryption. The implementation does not enforce alignment requirements on input slices, incorrectly...

9.8CVSS9.3AI score0.00753EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2021/08/25 8:56 p.m.15 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:51 p.m.42 views

GHSA-8GF5-Q9P9-WVMC Data race in atomic-option

An issue was discovered in the atomic-option crate through 2020-10-31 for Rust. Because AtomicOption implements Sync unconditionally, a data race can occur...

5.9CVSS5.9AI score0.01107EPSS
SaveExploits1References4
vulnersOsv
vulnersOsv
added 2021/08/25 8:49 p.m.7 views

NeteaseCloudMusicRustApi (=0.1.1), RustMusic (=0.1.0) +313 more potentially affected by CVE-2020-35901 via actix-http (>=0.1.5 <=1.0.1)

actix-http CARGO version =0.1.5, =0.1.0, =0.8.0, =0.1.8, =0.1.0, =0.1.0, =0.1.0, =0.1.0, =0.1.0, =0.1.0, =0.1.0, =0.2.0 and more Source cves: CVE-2020-35901 Source advisory: OSV:GHSA-V3J6-XF77-8R9C...

7.5CVSS7.1AI score0.01406EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2021/08/25 8:48 p.m.29 views

Out of bounds read in simple-slab

An issue was discovered in the simple-slab crate before 0.3.3 for Rust. index allows an out-of-bounds read...

9.1CVSS8.8AI score0.0151EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder