Lucene search
K

5 matches found

Github Security Blog
Github Security Blog
added 2022/05/24 5:41 p.m.14 views

insert_slice_clone can double drop if Clone panics.

Affected versions of this crate used ptr::copy when inserting into the middle of a Vec. When ownership was temporarily duplicated during this copy, it calls the clone method of a user provided element. This issue can result in an element being double-freed if the clone call panics. Commit 20cb73d...

5.3CVSS5.4AI score0.00377EPSS
Exploits1References5Affected Software1
OSV
OSV
added 2021/02/09 11:15 p.m.0 views

CVE-2021-26954

An issue was discovered in the qwutils crate before 0.3.1 for Rust. When a Clone panic occurs, insertsliceclone can perform a double drop...

5.3CVSS6.1AI score
Exploits0References1
CNNVD
CNNVD
added 2021/02/09 12:0 a.m.2 views

Rust 资源管理错误漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A resource management error vulnerability exists in versions of Rust prior to 0.3.1 that stems from insertsliceclone generating two drop actions when a Clone exception occurs. No details of the vulnerability are...

5.3CVSS6AI score0.00377EPSS
Exploits1References1
RustSec
RustSec
added 2021/02/03 12:0 p.m.13 views

insert_slice_clone can double drop if Clone panics.

Affected versions of this crate used ptr::copy when inserting into the middle of a Vec. When ownership was temporarily duplicated during this copy, it calls the clone method of a user provided element. This issue can result in an element being double-freed if the clone call panics. Commit 20cb73d...

5.3CVSS3AI score0.00377EPSS
Exploits1Affected Software1
OSV
OSV
added 2021/02/03 12:0 p.m.12 views

RUSTSEC-2021-0018 insert_slice_clone can double drop if Clone panics.

Affected versions of this crate used ptr::copy when inserting into the middle of a Vec. When ownership was temporarily duplicated during this copy, it calls the clone method of a user provided element. This issue can result in an element being double-freed if the clone call panics. Commit 20cb73d...

5.3CVSS5AI score0.00377EPSS
Exploits1References3
Rows per page
Query Builder