Lucene search
K

10009 matches found

RustSec
RustSec
added 2021/01/26 12:0 p.m.20 views

insert_many can drop elements twice on panic

Affected versions of insertmany used ptr::copy to move over items in a vector to make space before inserting, duplicating their ownership. It then iterated over a provided Iterator to insert the new items. If the iterator's .next method panics then the vector would drop the same elements twice...

7.5CVSS4.2AI score0.00389EPSS
Exploits1
OSV
OSV
added 2021/01/26 12:0 p.m.13 views

RUSTSEC-2021-0042 insert_many can drop elements twice on panic

Affected versions of insertmany used ptr::copy to move over items in a vector to make space before inserting, duplicating their ownership. It then iterated over a provided Iterator to insert the new items. If the iterator's .next method panics then the vector would drop the same elements twice...

7.5CVSS7.3AI score0.00389EPSS
Exploits1References3
CNNVD
CNNVD
added 2021/01/26 12:0 a.m.1 views

containers crate before for Rust 资源管理错误漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust prior to 0.9.11, which stems from double line deletion by a util::mutate,mutate2 when panic occurs. No details of the vulnerability are provided at this time...

9.8CVSS7.3AI score0.00433EPSS
Exploits1References2
CNNVD
CNNVD
added 2021/01/26 12:0 a.m.3 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust glsl-layout crate before 0.4.0, which stems from double deletion of maparray when panic occurs. No details of the vulnerability are provided at this time...

7.5CVSS7.1AI score0.00334EPSS
Exploits1References2
Cvelist
Cvelist
added 2021/01/22 9:3 a.m.19 views

CVE-2021-25902

An issue was discovered in the glsl-layout crate before 0.4.0 for Rust. When a panic occurs, maparray can perform a double drop...

7.7AI score0.00334EPSS
Exploits1References1
CVE
CVE
added 2021/01/22 9:3 a.m.53 views

CVE-2021-25902

The CVE-2021-25902 issue affects the Rust crate glsl-layout prior to 0.4.0, where panicking inside the user-provided function f of map_array can cause a double drop of a single object. The root cause is inadequate handling of panic, allowing the object to be dropped twice. The vulnerability was m...

7.5CVSS7.5AI score0.00334EPSS
Exploits1References1Affected Software1
Cvelist
Cvelist
added 2021/01/22 9:2 a.m.11 views

CVE-2021-25906

An issue was discovered in the basicdspmatrix crate before 0.9.2 for Rust. When a TransformContent panic occurs, a double drop can be performed...

7.7AI score0.00334EPSS
Exploits1References1
CVE
CVE
added 2021/01/22 9:2 a.m.44 views

CVE-2021-25907

CVE-2021-25907 affects the Rust containers crate prior to 0.9.11. When a panic occurs in a user-provided function, a double drop may be performed on util::{mutate, mutate2}, risking memory corruption due to temporary ownership duplication (ptr::read). The issue has been addressed in version 0.9.1...

9.8CVSS9.3AI score0.00433EPSS
Exploits1References1Affected Software1
Cvelist
Cvelist
added 2021/01/22 9:2 a.m.16 views

CVE-2021-25907

An issue was discovered in the containers crate before 0.9.11 for Rust. When a panic occurs, a util::mutate,mutate2 double drop can be performed...

9.7AI score0.00433EPSS
Exploits1References1
RedHat Linux
RedHat Linux
added 2021/01/18 4:4 p.m.4 views

golang: math/big: panic during recursive division of very large numbers

A flaw was found in the math/big package of Go's standard library that causes a denial of service. Applications written in Go that use math/big via cryptographic packages, including crypto/rsa and crypto/x509, are vulnerable and can potentially cause panic via a crafted certificate chain. The...

7.5CVSS7.1AI score0.00711EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2021/01/18 12:0 a.m.39 views

RHEL 7 / 8 : OpenShift Container Platform 4.6.12 (RHSA-2021:0038)

The remote Redhat Enterprise Linux 7 / 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2021:0038 advisory. Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or...

7.5CVSS6.8AI score0.01606EPSS
Exploits0References16
RedHat Linux
RedHat Linux
added 2021/01/14 1:40 p.m.7 views

golang: math/big: panic during recursive division of very large numbers

A flaw was found in the math/big package of Go's standard library that causes a denial of service. Applications written in Go that use math/big via cryptographic packages, including crypto/rsa and crypto/x509, are vulnerable and can potentially cause panic via a crafted certificate chain. The...

7.5CVSS7.1AI score0.00711EPSS
Exploits0References4
RustSec
RustSec
added 2021/01/12 12:0 p.m.18 views

panic safety: double drop or uninitialized drop of T upon panic

Affected versions of this crate did not guard against potential panics that may happen from user-provided functions T::default and T::drop. Panic within T::default leads to dropping uninitialized T, when it is invoked from common::Slice::::new. Panic within T::drop leads to double drop of T, when...

2.5AI score
Exploits0
OSV
OSV
added 2021/01/12 12:0 p.m.30 views

RUSTSEC-2021-0010 panic safety: double drop may happen within `util::{mutate, mutate2}`

Upon panic in a user-provided function f, fn mutate & fn mutate2 drops twice a same object. Affected versions of this crate did not guard against double drop while temporarily duplicating an object's ownership with ptr::read. Dropping a same object can result in memory corruption. The flaw was...

9.8CVSS9.4AI score0.00433EPSS
Exploits1References3
RustSec
RustSec
added 2021/01/12 12:0 p.m.16 views

panic safety: double drop may happen within `util::{mutate, mutate2}`

Upon panic in a user-provided function f, fn mutate & fn mutate2 drops twice a same object. Affected versions of this crate did not guard against double drop while temporarily duplicating an object's ownership with ptr::read. Dropping a same object can result in memory corruption. The flaw was...

9.8CVSS1.1AI score0.00433EPSS
Exploits1Affected Software1
UbuntuCve
UbuntuCve
added 2021/01/12 12:0 a.m.39 views

CVE-2021-20177

A flaw was found in the Linux kernel's implementation of string matching within a packet. A privileged user with root or CAPNETADMIN when inserting iptables rules could insert a rule which can panic the system. Kernel before kernel 5.5-rc1 is affected...

4.4CVSS6.7AI score0.00034EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2021/01/11 9:54 a.m.27 views

CVE-2021-20177

A flaw was found in the Linux kernel's implementation of string matching within a packet. A privileged user with root or CAPNETADMIN when inserting iptables rules could insert a rule which can panic the system. Mitigation Mitigation for this issue is either not available or the currently availabl...

4.4CVSS1.4AI score0.00034EPSS
Exploits0References3
RustSec
RustSec
added 2021/01/10 12:0 p.m.25 views

Double drop upon panic in 'fn map_array()'

Affected versions of this crate did not guard against panic within the user-provided function f 2nd parameter of fn maparray, and thus panic within f causes double drop of a single object. The flaw was corrected in the 0.4.0 release by wrapping the object vulnerable to a double drop within...

7.5CVSS2.5AI score0.00334EPSS
Exploits1Affected Software1
RustSec
RustSec
added 2021/01/10 12:0 p.m.26 views

panic safety issue in `impl TransformContent<S, D> for [S; (2|3|4)]`

Affected versions of this crate did not guard against double drop while temporarily duplicating objects' ownership using ptr::read. Upon panic in a user-provided function conversion, objects that are copied by ptr::read are dropped twice, leading to memory corruption. The flaw was corrected in...

7.5CVSS2.1AI score0.00334EPSS
Exploits1Affected Software1
OSV
OSV
added 2021/01/10 12:0 p.m.15 views

RUSTSEC-2021-0005 Double drop upon panic in 'fn map_array()'

Affected versions of this crate did not guard against panic within the user-provided function f 2nd parameter of fn maparray, and thus panic within f causes double drop of a single object. The flaw was corrected in the 0.4.0 release by wrapping the object vulnerable to a double drop within...

7.5CVSS7.4AI score0.00334EPSS
Exploits1References3
Rows per page
Query Builder