Lucene search
+L

3514 matches found

CNVD
CNVD
added 2021/03/11 12:0 a.m.10 views

Rust Resource Management Error Vulnerability

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in toodee crate before 0.3.0 for Rust, which stems from causing a double free when the iterator is panic.No details of the vulnerability are provided at this time...

9.8CVSS6.8AI score0.01167EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/03/11 12:0 a.m.7 views

Unspecified Vulnerability in Rust (CNVD-2021-17262)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in nanoarena crate before 0.5.2 for Rust, which can be exploited by attackers to cause a write out-of-bounds or use-after-free...

9.8CVSS6.7AI score0.01377EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/03/11 12:0 a.m.8 views

Rust Resource Management Error Vulnerability (CNVD-2021-17260)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A resource management error vulnerability exists in stackdst crate before 0.6.1 for Rust, which stems from the pushinner behavior, with double free at val.clone.No detailed vulnerability details are provided at...

9.8CVSS6.7AI score0.01167EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/03/11 12:0 a.m.16 views

Rust Number Error Vulnerability

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in bam crate before 0.1.3 for Rust, which stems from an integer underflow and out-of-bounds write during loading of a bgzip block, no details of the vulnerability are provided at...

9.8CVSS6.9AI score0.01167EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/03/11 12:0 a.m.41 views

Unspecified Vulnerability in Rust (CNVD-2021-17264)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in truetype crate before 0.30.1 for Rust, which originates from a read operation reading the contents of an uninitialized memory location. No details of the vulnerability are...

7.5CVSS6.7AI score0.01059EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/03/11 12:0 a.m.10 views

Unspecified Vulnerability in Rust (CNVD-2021-17265)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in toodee crate before 0.3.0 for Rust, which can be exploited by an attacker to read the contents of uninitialized memory locations...

7.5CVSS6.5AI score0.01059EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/03/11 12:0 a.m.48 views

Rust Buffer Overflow Vulnerability (CNVD-2021-17258)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A buffer overflow vulnerability exists in quinn crate before 0.7.0 for Rust, which stems from having invalid memory access to certain versions of the standard library. No details of the vulnerability are current...

7.5CVSS7.1AI score0.0125EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/03/11 12:0 a.m.41 views

Unspecified Vulnerability in Rust (CNVD-2021-17259)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in stackdst crate before 0.6.1 for Rust, where uninitialized memory is lost during a val.clone panic. No details of the vulnerability are provided at this time...

9.8CVSS6.8AI score0.01167EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/03/09 12:0 a.m.14 views

Mozilla Rust Cross-Site Scripting Vulnerability

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A cross-site scripting vulnerability exists in Rust in versions prior to comrak crate 0.9.1, which stems from the fact that the protection mechanism for data: and javascript: URIs is case-sensitive. No details o...

6.1CVSS5.9AI score0.00686EPSS
SaveExploits0References1
NVD
NVD
added 2021/03/05 9:15 a.m.25 views

CVE-2021-28031

An issue was discovered in the scratchpad crate before 1.3.1 for Rust. The moveelements function can have a double-free upon a panic in a user-provided f function...

9.8CVSS0.01364EPSS
SaveExploits0References1
NVD
NVD
added 2021/03/05 9:15 a.m.17 views

CVE-2021-28032

An issue was discovered in the nanoarena crate before 0.5.2 for Rust. There is an aliasing violation in splitat because two mutable references can exist for the same element, if Borrow behaves in certain ways. This can have a resultant out-of-bounds write or use-after-free...

9.8CVSS0.01377EPSS
SaveExploits1References1
NVD
NVD
added 2021/03/05 9:15 a.m.27 views

CVE-2021-28037

An issue was discovered in the internment crate before 0.4.2 for Rust. There is a data race that can cause memory corruption because of the unconditional implementation of Sync for Intern...

9.8CVSS0.01167EPSS
SaveExploits0References1
NVD
NVD
added 2021/03/05 9:15 a.m.27 views

CVE-2021-28036

An issue was discovered in the quinn crate before 0.7.0 for Rust. It may have invalid memory access for certain versions of the standard library because it relies on a direct cast of std::net::SocketAddrV4 and std::net::SocketAddrV6 data structures...

7.5CVSS0.0125EPSS
SaveExploits0References1
OSV
OSV
added 2021/03/05 9:15 a.m.9 views

CVE-2021-28033

An issue was discovered in the bytestruct crate before 0.6.1 for Rust. There can be a drop of uninitialized memory if a certain deserialization method panics...

9.8CVSS7.3AI score0.01167EPSS
SaveExploits0References1
OSV
OSV
added 2021/03/05 9:15 a.m.7 views

CVE-2021-28035

An issue was discovered in the stackdst crate before 0.6.1 for Rust. Because of the pushinner behavior, a drop of uninitialized memory can occur upon a val.clone panic...

9.8CVSS7.3AI score0.01167EPSS
SaveExploits0References1
OSV
OSV
added 2021/03/05 9:15 a.m.6 views

CVE-2021-28037

An issue was discovered in the internment crate before 0.4.2 for Rust. There is a data race that can cause memory corruption because of the unconditional implementation of Sync for Intern...

9.8CVSS7.3AI score0.01167EPSS
SaveExploits0References1
NVD
NVD
added 2021/03/05 9:15 a.m.26 views

CVE-2021-28033

An issue was discovered in the bytestruct crate before 0.6.1 for Rust. There can be a drop of uninitialized memory if a certain deserialization method panics...

9.8CVSS0.01167EPSS
SaveExploits0References1
NVD
NVD
added 2021/03/05 9:15 a.m.31 views

CVE-2021-28034

An issue was discovered in the stackdst crate before 0.6.1 for Rust. Because of the pushinner behavior, a double free can occur upon a val.clone panic...

9.8CVSS0.01167EPSS
SaveExploits0References1
OSV
OSV
added 2021/03/05 9:15 a.m.9 views

CVE-2021-28036

An issue was discovered in the quinn crate before 0.7.0 for Rust. It may have invalid memory access for certain versions of the standard library because it relies on a direct cast of std::net::SocketAddrV4 and std::net::SocketAddrV6 data structures...

7.5CVSS7.5AI score
SaveExploits0References1
OSV
OSV
added 2021/03/05 9:15 a.m.6 views

CVE-2021-28030

An issue was discovered in the truetype crate before 0.30.1 for Rust. Attackers can read the contents of uninitialized memory locations via a user-provided Read operation within Tape::takebytes...

7.5CVSS7.1AI score0.01059EPSS
SaveExploits0References1
Rows per page
Query Builder