Lucene search
+L

749 matches found

Prion
Prion
added 2021/04/01 5:15 a.m.14 views

Out-of-bounds

An issue was discovered in the reorder crate through 2021-02-24 for Rust. swapindex has an out-of-bounds write if an iterator returns a len that is too small...

7.5CVSS7.2AI score0.009EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2021/04/01 5:15 a.m.18 views

Code injection

An issue was discovered in the reorder crate through 2021-02-24 for Rust. swapindex can return uninitialized values if an iterator returns a len that is too large...

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

CVE-2021-29941

An issue was discovered in the reorder crate through 2021-02-24 for Rust. swapindex has an out-of-bounds write if an iterator returns a len that is too small...

7.4AI score0.009EPSS
SaveExploits1References1
CVE
CVE
added 2021/04/01 4:22 a.m.90 views

CVE-2021-29941

CVE-2021-29941 concerns the Rust crate reorder (through 2021-02-24) and stems from the function swap_index performing an out-of-bounds write when an iterator’s len() is inconsistent with the yielded elements. The issue arises because swap_index reserves capacity and sets vector length based on it...

7.5CVSS7.1AI score0.009EPSS
SaveExploits1References1Affected Software1
CNNVD
CNNVD
added 2021/04/01 12:0 a.m.16 views

Rust 缓冲区错误漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A buffer overflow vulnerability exists in reorder crate for Rust 2021-02-24 and earlier versions, which stems from a swap index write operation that oversteps its bounds if the len returned by the iterator is to...

7.5CVSS5.9AI score0.009EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2021/03/10 12:0 a.m.188 views

NewStart CGSL CORE 5.04 / MAIN 5.04 : firefox Multiple Vulnerabilities (NS-SA-2021-0018)

The remote NewStart CGSL host, running version CORE 5.04 / MAIN 5.04, has firefox packages installed that are affected by multiple vulnerabilities: - In certain circumstances, the MCallGetProperty opcode can be emitted with unmet assumptions resulting in an exploitable use-after-free condition...

9.8CVSS8.4AI score0.42327EPSS
SaveExploits5References33
OSV
OSV
added 2021/03/05 9:15 a.m.9 views

CVE-2021-28028

An issue was discovered in the toodee crate before 0.3.0 for Rust. Row insertion can cause a double free upon an iterator panic...

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

CVE-2021-28028

An issue was discovered in the toodee crate before 0.3.0 for Rust. Row insertion can cause a double free upon an iterator panic...

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

CVE-2021-28028

An issue was discovered in the toodee crate before 0.3.0 for Rust. Row insertion can cause a double free upon an iterator panic...

9.8CVSS8.3AI score0.01167EPSS
SaveExploits0References2
Prion
Prion
added 2021/03/05 9:15 a.m.19 views

Double free

An issue was discovered in the toodee crate before 0.3.0 for Rust. Row insertion can cause a double free upon an iterator panic...

7.5CVSS9.4AI score0.01167EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/03/05 8:40 a.m.32 views

CVE-2021-28028

An issue was discovered in the toodee crate before 0.3.0 for Rust. Row insertion can cause a double free upon an iterator panic...

9.7AI score0.01167EPSS
SaveExploits0References1
CVE
CVE
added 2021/03/05 8:40 a.m.70 views

CVE-2021-28028

The CVE-2021-28028 issue affects the Rust crate toodee prior to 0.3.0. The vulnerability arises during row insertion where an iterator panic can lead to a double free . Multiple connected sources (Red Hat CVE, OSVGHSA entries, CNVD, NVD, and CNVD) corroborate the description: a panic during itera...

9.8CVSS9.3AI score0.01167EPSS
SaveExploits0References1Affected Software1
CNNVD
CNNVD
added 2021/03/05 12:0 a.m.9 views

Rust 资源管理错误漏洞

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.8CVSS5.5AI score0.01167EPSS
SaveExploits0References1
OSV
OSV
added 2021/02/24 12:0 p.m.41 views

RUSTSEC-2021-0050 swap_index can write out of bounds and return uninitialized memory

swapindex takes an iterator and swaps the items with their corresponding indexes. It reserves capacity and sets the length of the vector based on the .len method of the iterator. If the len returned by the iterator is larger than the actual number of elements yielded, then swapindex creates a...

7.3CVSS7.2AI score0.009EPSS
SaveExploits2References3
RustSec
RustSec
added 2021/02/24 12:0 p.m.27 views

swap_index can write out of bounds and return uninitialized memory

swapindex takes an iterator and swaps the items with their corresponding indexes. It reserves capacity and sets the length of the vector based on the .len method of the iterator. If the len returned by the iterator is larger than the actual number of elements yielded, then swapindex creates a...

7.5CVSS3.8AI score0.009EPSS
SaveExploits1Affected Software1
RustSec
RustSec
added 2021/02/19 12:0 p.m.21 views

Multiple memory safety issues in insert_row

When inserting rows from an iterator at a particular index, toodee would shift items over, duplicating their ownership. The space reserved for the new elements was based on the len returned by the ExactSizeIterator. This could result in elements in the array being freed twice if the iterator...

9.8CVSS1.6AI score0.01167EPSS
SaveExploits0Affected Software1
RustSec
RustSec
added 2021/02/19 12:0 p.m.31 views

StackVec::extend can write out of bounds when size_hint is incorrect

StackVec::extend used the lower and upper bounds from an Iterator's sizehint to determine how many items to push into the stack based vector. If the sizehint implementation returned a lower bound that was larger than the upper bound, StackVec would write out of bounds and overwrite memory on the...

7.5CVSS2.8AI score0.01025EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2021/02/19 12:0 p.m.36 views

RUSTSEC-2021-0047 SliceDeque::drain_filter can double drop an element if the predicate panics

Affected versions of the crate incremented the current index of the drain filter iterator before calling the predicate function self.pred. If the predicate function panics, it is possible for the last element in the iterator to be dropped twice...

7.5CVSS7.4AI score0.01135EPSS
SaveExploits1References3
OSV
OSV
added 2021/02/19 12:0 p.m.43 views

RUSTSEC-2021-0048 StackVec::extend can write out of bounds when size_hint is incorrect

StackVec::extend used the lower and upper bounds from an Iterator's sizehint to determine how many items to push into the stack based vector. If the sizehint implementation returned a lower bound that was larger than the upper bound, StackVec would write out of bounds and overwrite memory on the...

7.3CVSS7.2AI score0.01025EPSS
SaveExploits1References3
OSV
OSV
added 2021/02/19 12:0 p.m.24 views

RUSTSEC-2021-0028 Multiple memory safety issues in insert_row

When inserting rows from an iterator at a particular index, toodee would shift items over, duplicating their ownership. The space reserved for the new elements was based on the len returned by the ExactSizeIterator. This could result in elements in the array being freed twice if the iterator...

9.8CVSS8.5AI score0.01167EPSS
SaveExploits0References3
Rows per page
Query Builder