Lucene search
+L

9458 matches found

Cvelist
Cvelist
added 2021/04/01 4:24 a.m.33 views

CVE-2021-29931

An issue was discovered in the arenavec crate through 2021-01-12 for Rust. A double drop can sometimes occur upon a panic in T::drop...

7.7AI score0.00973EPSS
SaveExploits0References1
CVE
CVE
added 2021/04/01 4:24 a.m.121 views

CVE-2021-29932

The CVE-2021-29932 issue concerns the Rust crate parse_duration (up to 2021-03-18). The vulnerability lies in the duration-string parser, where an input with a large exponent can trigger excessive CPU and memory usage, leading to a denial of service. Affected component: parse_duration crate in Ru...

7.5CVSS7.2AI score0.00981EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/04/01 4:24 a.m.41 views

CVE-2021-29932

An issue was discovered in the parseduration crate through 2021-03-18 for Rust. It allows attackers to cause a denial of service CPU and memory consumption via a duration string with a large exponent...

7.5AI score0.00981EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2021/04/01 4:24 a.m.41 views

CVE-2021-29933

An issue was discovered in the insertmany crate through 2021-01-26 for Rust. Elements may be dropped twice if a .next method panics...

7.7AI score0.01135EPSS
SaveExploits1References1
CVE
CVE
added 2021/04/01 4:24 a.m.96 views

CVE-2021-29933

The CVE concerns the Rust crate insert_many (pre-2021-01-26). Affected behavior arises when resizing a vector used to insert items: the implementation moved items with ptr::copy, then iterated the provided Iterator; if the iterator’s next() panics, the elements may be dropped twice, causing doubl...

7.5CVSS7.4AI score0.01135EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/04/01 4:24 a.m.52 views

CVE-2021-29934

An issue was discovered in PartialReader in the uuod crate before 0.0.4 for Rust. Attackers can read the contents of uninitialized memory locations via a user-provided Read operation...

7.2AI score0.009EPSS
SaveExploits1References1
CVE
CVE
added 2021/04/01 4:24 a.m.126 views

CVE-2021-29934

CVE-2021-29934 affects PartialReader in the uu_od crate for Rust prior to 0.0.4. The underlying issue is that PartialReader can pass an uninitialized memory buffer to a user-provided Read implementation, allowing an attacker to read contents of uninitialized memory. The vulnerability is documente...

7.5CVSS6.9AI score0.009EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/04/01 4:23 a.m.28 views

CVE-2021-29935

An issue was discovered in the rocket crate before 0.4.7 for Rust. uri::Formatter can have a use-after-free if a user-provided function panics...

7.4AI score0.01025EPSS
SaveExploits1References1
CVE
CVE
added 2021/04/01 4:23 a.m.100 views

CVE-2021-29935

CVE-2021-29935 affects the rocket crate for Rust prior to 0.4.7. The vulnerability is a use-after-free in uri::Formatter that can occur if a user-provided function panics during formatting. Multiple connected sources confirm the flaw and indicate the affected component and version range. The risk...

7.5CVSS7.1AI score0.01025EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2021/04/01 4:23 a.m.96 views

CVE-2021-29936

CVE-2021-29936 affects the adtensor crate for Rust. The FromIterator implementation for Vector and Matrix can drop uninitialized memory, due to its allocation logic, constituting a memory-safety issue. NVD metrics list a high/critical impact (CVSS v3.1: 9.8) with network access requirements. The ...

9.8CVSS9.4AI score0.01326EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/04/01 4:23 a.m.26 views

CVE-2021-29936

An issue was discovered in the adtensor crate through 2021-01-11 for Rust. There is a drop of uninitialized memory via the FromIterator implementation for Vector and Matrix...

9.7AI score0.01326EPSS
SaveExploits1References1
CVE
CVE
added 2021/04/01 4:23 a.m.111 views

CVE-2021-29937

CVE-2021-29937 affects the Rust telemetry crate (through 2021-02-17). The issue is a drop of uninitialized memory if a value.clone() panics inside misc::vec_with_size(), as described across multiple sources (e.g., Red Hat, OSV, GHSA). The vulnerability details consistently identify the root cause...

9.8CVSS9.4AI score0.01363EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/04/01 4:23 a.m.37 views

CVE-2021-29937

An issue was discovered in the telemetry crate through 2021-02-17 for Rust. There is a drop of uninitialized memory if a value.clone call panics within misc::vecwithsize...

9.7AI score0.01363EPSS
SaveExploits1References1
CVE
CVE
added 2021/04/01 4:23 a.m.92 views

CVE-2021-29938

CVE-2021-29938 concerns the Rust slice-deque crate. The connected advisories indicate that SliceDeque::drain_filter can drop the last element twice if the predicate panics, due to the implementation mutating the drain-filter iterator index before invoking the predicate. Affected scope is the slic...

7.5CVSS7.4AI score0.01135EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/04/01 4:23 a.m.38 views

CVE-2021-29938

An issue was discovered in the slice-deque crate through 2021-02-19 for Rust. A double drop can occur in SliceDeque::drainfilter upon a panic in a predicate function...

7.7AI score0.01135EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2021/04/01 4:23 a.m.11 views

CVE-2021-29939

An issue was discovered in the stackvector crate through 2021-02-19 for Rust. There is an out-of-bounds write in StackVec::extend if sizehint provides certain anomalous data...

6.9AI score0.01025EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2021/04/01 4:23 a.m.62 views

CVE-2021-29939

An issue was discovered in the stackvector crate through 2021-02-19 for Rust. There is an out-of-bounds write in StackVec::extend if sizehint provides certain anomalous data...

7.5CVSS7.2AI score0.01025EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/04/01 4:23 a.m.40 views

CVE-2021-29939

An issue was discovered in the stackvector crate through 2021-02-19 for Rust. There is an out-of-bounds write in StackVec::extend if sizehint provides certain anomalous data...

7.5AI score0.01025EPSS
SaveExploits1References1
CVE
CVE
added 2021/04/01 4:23 a.m.118 views

CVE-2021-29939

CVE-2021-29939 affects the Rust crate stackvector. The issue is an out-of-bounds write in StackVec::extend when an Iterator.size_hint returns anomalous data, allowing memory overwrite. Multiple sources (OSS/GHSA and OSV entries) confirm the root cause as a size_hint-driven bounds problem and desc...

7.5CVSS7.1AI score0.01025EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/04/01 4:22 a.m.22 views

CVE-2021-29940

An issue was discovered in the through crate through 2021-02-18 for Rust. There is a double free in through and throughand upon a panic of the map function...

9.8AI score0.01326EPSS
SaveExploits1References1
Rows per page
Query Builder