Lucene search
+L

112 matches found

OSV
OSV
added 2022/01/06 10:04 p.m.71 views

GHSA-9HFG-PXR6-Q4VP Use of a Broken or Risky Cryptographic Algorithm in crypto2

The implementation does not enforce alignment requirements on input slices while incorrectly assuming 4-byte alignment through an unsafe call to std::slice::fromrawpartsmut, which breaks the contract and introduces undefined behavior. This affects Chacha20 encryption and decryption in crypto2...

9.8CVSS7.2AI score0.00753EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2021/10/08 12:00 a.m.9 views

PT-2021-24283 · Crypto2 · Crypto2

Name of the Vulnerable Software and Affected Versions: crypto2 crate through 2021-10-08 for Rust Description: An issue was discovered in the crypto2 crate that affects Chacha20 encryption and decryption. The implementation does not enforce alignment requirements on input slices, incorrectly...

9.8CVSS9.3AI score0.00753EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2021/08/25 8:50 p.m.27 views

ordered_float:NotNan may contain NaN after panic in assignment operators

After using an assignment operators such as NotNan::addassign, NotNan::mulassign, etc., it was possible for the resulting NotNan value to contain a NaN. This could cause undefined behavior in safe code, because the safe NotNan::cmp method contains internal unsafe code that assumes the value is...

5.5CVSS5.6AI score0.00387EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2021/08/25 8:47 p.m.66 views

GHSA-3VJM-36RR-7QRQ NULL Pointer Dereference in cbox

An issue was discovered in the cbox crate through 2020-03-19 for Rust. The CBox API allows dereferencing raw pointers without a requirement for unsafe code...

9.8CVSS5.9AI score0.01629EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:47 p.m.28 views

NULL Pointer Dereference in cbox

An issue was discovered in the cbox crate through 2020-03-19 for Rust. The CBox API allows dereferencing raw pointers without a requirement for unsafe code...

9.8CVSS8.9AI score0.01629EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:44 p.m.56 views

GHSA-M2PF-HPRP-3VQM Use after free in image

Affected versions of this crate would call Vec::setlen on an uninitialized vector with user-provided type parameter, in an interface of the HDR image format decoder. They would then also call other code that could panic before initializing all instances. This could run Drop implementations on...

9.8CVSS9.6AI score0.02478EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:44 p.m.29 views

Use after free in image

Affected versions of this crate would call Vec::setlen on an uninitialized vector with user-provided type parameter, in an interface of the HDR image format decoder. They would then also call other code that could panic before initializing all instances. This could run Drop implementations on...

9.8CVSS9.2AI score0.02478EPSS
SaveExploits0References4Affected Software1
RustSec
RustSec
added 2021/01/08 12:00 p.m.25 views

Buffer overflow in SmallVec::insert_many

A bug in the SmallVec::insertmany method caused it to allocate a buffer that was smaller than needed. It then wrote past the end of the buffer, causing a buffer overflow and memory corruption on the heap. This bug was only triggered if the iterator passed to insertmany yielded more items than the...

9.8CVSS8.7AI score0.01666EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/12/31 10:15 a.m.9 views

CVE-2020-35860

An issue was discovered in the cbox crate through 2020-03-19 for Rust. The CBox API allows dereferencing raw pointers without a requirement for unsafe code...

9.8CVSS7.3AI score0.01629EPSS
SaveExploits1References1
NVD
NVD
added 2020/12/31 10:15 a.m.27 views

CVE-2020-35860

An issue was discovered in the cbox crate through 2020-03-19 for Rust. The CBox API allows dereferencing raw pointers without a requirement for unsafe code...

9.8CVSS9.4AI score0.01629EPSS
SaveExploits1References1
Prion
Prion
added 2020/12/31 10:15 a.m.15 views

Code injection

An issue was discovered in the cbox crate through 2020-03-19 for Rust. The CBox API allows dereferencing raw pointers without a requirement for unsafe code...

7.5CVSS9.4AI score0.01629EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2020/12/31 8:30 a.m.56 views

CVE-2020-35860

CVE-2020-35860 affects the Rust crate cbox (through 2020-03-19). The root cause is described as the CBox API allowing dereferencing raw pointers without requiring unsafe code, which can lead to memory-safety issues. The vulnerability is documented across multiple sources (e.g., RustSec advisory R...

9.8CVSS9.3AI score0.01629EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2020/12/06 12:00 p.m.36 views

RUSTSEC-2020-0082 ordered_float:NotNan may contain NaN after panic in assignment operators

After using an assignment operators such as NotNan::addassign, NotNan::mulassign, etc., it was possible for the resulting NotNan value to contain a NaN. This could cause undefined behavior in safe code, because the safe NotNan::cmp method contains internal unsafe code that assumes the value is...

5.5CVSS5.4AI score0.00387EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/08/31 12:00 p.m.32 views

Misbehaving `HandleLike` implementation can lead to memory safety violation

Unsafe code in ObjectPool has time-of-check to time-of-use TOCTOU bug that can eventually lead to a memory safety violation. ObjectPool and HandlePool implicitly assumes that HandleLike trait methods are pure, i.e., they always return the same value. However, this assumption is unsound since...

8.1CVSS1.5AI score0.0087EPSS
SaveExploits0
RustSec
RustSec
added 2019/08/21 12:00 p.m.27 views

Flaw in interface may drop uninitialized instance of arbitrary types

Affected versions of this crate would call Vec::setlen on an uninitialized vector with user-provided type parameter, in an interface of the HDR image format decoder. They would then also call other code that could panic before initializing all instances. This could run Drop implementations on...

9.8CVSS3.9AI score0.02478EPSS
SaveExploits0Affected Software1
Prion
Prion
added 2018/06/11 8:29 p.m.24 views

Code injection

The previous version of Puppet Enterprise 2018.1 is vulnerable to unsafe code execution when upgrading pe-razor-server. Affected releases are Puppet Enterprise: 2018.1.x versions prior to 2018.1.1 and razor-server and pe-razor-server prior to 1.9.0.0...

7.5CVSS9.6AI score0.01795EPSS
SaveExploits0References1Affected Software3
NVD
NVD
added 2018/06/11 8:29 p.m.26 views

CVE-2018-6512

The previous version of Puppet Enterprise 2018.1 is vulnerable to unsafe code execution when upgrading pe-razor-server. Affected releases are Puppet Enterprise: 2018.1.x versions prior to 2018.1.1 and razor-server and pe-razor-server prior to 1.9.0.0...

9.8CVSS9.7AI score0.01795EPSS
SaveExploits0References1
OSV
OSV
added 2018/06/11 8:29 p.m.10 views

CVE-2018-6512

The previous version of Puppet Enterprise 2018.1 is vulnerable to unsafe code execution when upgrading pe-razor-server. Affected releases are Puppet Enterprise: 2018.1.x versions prior to 2018.1.1 and razor-server and pe-razor-server prior to 1.9.0.0...

9.8CVSS6.2AI score0.01795EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2018/06/11 8:00 p.m.36 views

CVE-2018-6512

The previous version of Puppet Enterprise 2018.1 is vulnerable to unsafe code execution when upgrading pe-razor-server. Affected releases are Puppet Enterprise: 2018.1.x versions prior to 2018.1.1 and razor-server and pe-razor-server prior to 1.9.0.0...

9.8CVSS9.8AI score0.01795EPSS
SaveExploits0
CNVD
CNVD
added 2018/05/21 12:00 a.m.10 views

Arbitrary File Download and Code Execution Vulnerability in Mycncartt v2.0.0.3

MyCnCart MCC for short is a free, open source B2C, B2B e-commerce platform system developed for the Chinese mainland market. Mycncartt v2.0.0.3 suffers from an arbitrary file download and code execution vulnerability, as the program does not make reasonable judgments and filters on the download...

8.3AI score
SaveExploits0
Rows per page
Query Builder