Lucene search
+L

9417 matches found

CNVD
CNVD
added 2021/01/06 12:0 a.m.59 views

Unspecified Vulnerability in Mozilla Rust

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in flatbuffers crate in versions of Mozilla Rust prior to 0.6.1, which stems from the fact that an arbitrary byte can be reinterpreted as a bool.No details of the vulnerability ar...

9.8CVSS6.7AI score0.00575EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/01/06 12:0 a.m.14 views

Unspecified Vulnerability in Rust (CNVD-2021-39165)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in socket2 crate for Rust prior to version 0.3.16, which stems from its incorrect expectation of the std::net::SocketAddr memory representation. No details of the vulnerability ar...

5.5CVSS6.6AI score0.00398EPSS
SaveExploits1References1
CVE
CVE
added 2021/01/04 6:45 p.m.77 views

CVE-2020-26297

CVE-2020-26297 affects mdBook, a Rust-based tool for building online books. The vulnerability is a cross-site scripting flaw in the search feature (introduced in 0.1.4) that could allow an attacker to execute arbitrary JavaScript in a user’s browser via a malicious search query or a crafted link....

8.2CVSS6.5AI score0.01254EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2021/01/04 12:0 p.m.29 views

RUSTSEC-2021-0001 XSS in mdBook's search page

This is a cross-post of the official security advisoryml. The official post contains a signed version with our PGP key, as well. ml: https://groups.google.com/g/rustlang-security-announcements/c/3-sO6of29O0 The Rust Security Response Working Group was recently notified of a security issue affecti...

6.1CVSS6.7AI score0.01254EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2021/01/04 12:0 a.m.16 views

Rust Mdmook Cross-Site Scripting Vulnerability

Rust Mdmook is a Rust-based software for building online book applications from Markdown files from the Rust Organization. Rust Mdmook suffers from a cross-site scripting vulnerability that allows an attacker to execute arbitrary JavaScript code on a page...

8.2CVSS6AI score0.01254EPSS
SaveExploits0References6
RustSec
RustSec
added 2021/01/02 12:0 p.m.22 views

reading on uninitialized buffer can cause UB (`impl<R> BufRead for GreedyAccessReader<R>`)

Affected versions of this crate creates an uninitialized buffer and passes it to user-provided Read implementation. This is unsound, because it allows safe Rust code to exhibit an undefined behavior read from uninitialized memory. The flaw was corrected in version 0.1.1 by zero-initializing a new...

9.1CVSS3.4AI score0.01642EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2021/01/02 12:0 p.m.49 views

RUSTSEC-2021-0008 reading on uninitialized buffer can cause UB (`impl<R> BufRead for GreedyAccessReader<R>`)

Affected versions of this crate creates an uninitialized buffer and passes it to user-provided Read implementation. This is unsound, because it allows safe Rust code to exhibit an undefined behavior read from uninitialized memory. The flaw was corrected in version 0.1.1 by zero-initializing a new...

9.1CVSS9.2AI score0.01642EPSS
SaveExploits1References3
OSV
OSV
added 2020/12/31 12:0 p.m.25 views

RUSTSEC-2020-0153 `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.5AI score0.01059EPSS
SaveExploits0References3
OSV
OSV
added 2020/12/31 12:0 p.m.26 views

RUSTSEC-2020-0103 `impl Random` on arrays can lead to dropping uninitialized memory

Affected versions of this crate had a panic safety issue to drop partially uninitialized array of T upon panic in a user provided function T::random. Dropping uninitialized T can potentially cause memory corruption or undefined behavior. The flaw was corrected in commit 565d508 by using MaybeUnin...

7.8CVSS7.9AI score0.00426EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/12/31 12:0 p.m.18 views

`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.5CVSS3.5AI score0.01059EPSS
SaveExploits0
OSV
OSV
added 2020/12/31 10:15 a.m.7 views

CVE-2020-35897

An issue was discovered in the atom crate before 0.3.6 for Rust. An unsafe Send implementation allows a cross-thread data race...

4.7CVSS5.8AI score0.00196EPSS
SaveExploits0References1
NVD
NVD
added 2020/12/31 10:15 a.m.24 views

CVE-2020-35897

An issue was discovered in the atom crate before 0.3.6 for Rust. An unsafe Send implementation allows a cross-thread data race...

4.7CVSS4.8AI score0.00196EPSS
SaveExploits0References1
OSV
OSV
added 2020/12/31 10:15 a.m.21 views

CVE-2020-35896

An issue was discovered in the ws crate through 2020-09-25 for Rust. The outgoing buffer is not properly limited, leading to a remote memory-consumption attack...

7.5CVSS7.3AI score
SaveExploits0References1
NVD
NVD
added 2020/12/31 10:15 a.m.22 views

CVE-2020-35896

An issue was discovered in the ws crate through 2020-09-25 for Rust. The outgoing buffer is not properly limited, leading to a remote memory-consumption attack...

7.5CVSS7.6AI score0.01336EPSS
SaveExploits0References1
OSV
OSV
added 2020/12/31 10:15 a.m.17 views

CVE-2020-35895

An issue was discovered in the stack crate before 0.3.1 for Rust. ArrayVec has an out-of-bounds write via element insertion...

9.8CVSS7.3AI score
SaveExploits0References1
OSV
OSV
added 2020/12/31 10:15 a.m.34 views

CVE-2020-35887

An issue was discovered in the arr crate through 2020-08-25 for Rust. There is a buffer overflow in Index and IndexMut...

9.8CVSS7.7AI score0.01515EPSS
SaveExploits0References1
NVD
NVD
added 2020/12/31 10:15 a.m.18 views

CVE-2020-35883

An issue was discovered in the mozwire crate through 2020-08-18 for Rust. A ../ directory-traversal situation allows overwriting local files that have .conf at the end of the filename...

9.1CVSS9AI score0.01507EPSS
SaveExploits0References1
NVD
NVD
added 2020/12/31 10:15 a.m.24 views

CVE-2020-35880

An issue was discovered in the bigint crate through 2020-05-07 for Rust. It allows a soundness violation...

9.8CVSS9.4AI score0.01515EPSS
SaveExploits0References1
NVD
NVD
added 2020/12/31 10:15 a.m.42 views

CVE-2020-35889

An issue was discovered in the crayon crate through 2020-08-31 for Rust. A TOCTOU issue has a resultant memory safety violation via HandleLike...

8.1CVSS8.2AI score0.0087EPSS
SaveExploits0References1
OSV
OSV
added 2020/12/31 10:15 a.m.22 views

CVE-2020-35894

An issue was discovered in the obstack crate before 0.1.4 for Rust. Unaligned references can occur...

7.5CVSS7.1AI score
SaveExploits0References1
Rows per page
Query Builder