Lucene search
+L

11452 matches found

CNNVD
CNNVD
added 2021/01/26 12:00 a.m.14 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.01552EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/01/22 9:03 a.m.44 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.0139EPSS
SaveExploits1References1
CVE
CVE
added 2021/01/22 9:03 a.m.73 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.0139EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/01/22 9:02 a.m.40 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.01327EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2021/01/22 9:02 a.m.50 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.01552EPSS
SaveExploits1References1
CVE
CVE
added 2021/01/22 9:02 a.m.54 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.01552EPSS
SaveExploits1References1Affected Software1
RedHat Linux
RedHat Linux
added 2021/01/18 4:04 p.m.16 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.03859EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2021/01/18 12:00 a.m.43 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.03859EPSS
SaveExploits0References16
RedHat Linux
RedHat Linux
added 2021/01/14 1:40 p.m.14 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.03859EPSS
SaveExploits0References4
RustSec
RustSec
added 2021/01/12 12:00 p.m.25 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.01552EPSS
SaveExploits1Affected Software1
RustSec
RustSec
added 2021/01/12 12:00 p.m.26 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
SaveExploits0
OSV
OSV
added 2021/01/12 12:00 p.m.36 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.01552EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2021/01/12 12:00 a.m.48 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.00277EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2021/01/11 9:54 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. Mitigation Mitigation for this issue is either not available or the currently availabl...

4.4CVSS1.4AI score0.00277EPSS
SaveExploits0References3
RustSec
RustSec
added 2021/01/10 12:00 p.m.32 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.0139EPSS
SaveExploits1Affected Software1
RustSec
RustSec
added 2021/01/10 12:00 p.m.33 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.01327EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2021/01/10 12:00 p.m.67 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.0139EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2021/01/06 3:34 p.m.56 views

CVE-2020-28852

A flaw was found in golang.org. In x/text, a "slice bounds out of range" panic occurs in language.ParseAcceptLanguage while processing a BCP 47 tag...

7.5CVSS2.6AI score0.01721EPSS
SaveExploits1References3
CNVD
CNVD
added 2021/01/06 12:00 a.m.14 views

Unspecified Vulnerability in Mozilla Rust (CNVD-2021-30442)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in streebog crate in versions of Mozilla Rust prior to 0.8.0, which stems from the Streebog hash function causing a panic. No details of the vulnerability are provided at this tim...

7.5CVSS6.6AI score0.01327EPSS
SaveExploits1References1
Prion
Prion
added 2021/01/05 10:15 p.m.19 views

Denial of service

Dell EMC Unity, Unity XT, and UnityVSA versions prior to 5.0.4.0.5.012 contain a Denial of Service vulnerability on NAS Servers with NFS exports. A remote authenticated attacker could potentially exploit this vulnerability and cause Denial of Service Storage Processor Panic by sending specially...

4CVSS6.2AI score0.01482EPSS
SaveExploits0References1Affected Software3
Rows per page
Query Builder