Lucene search
+L

3514 matches found

CNVD
CNVD
added 2021/05/28 12:0 a.m.8 views

Rust Resource Management Error Vulnerability (CNVD-2021-38306)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A resource management error vulnerability exists in algorithmica crate for Rust version 2021-03-07 and earlier, which stems from a double free in merge sort::merge.No details of the vulnerability are available a...

7.5CVSS6.8AI score0.00961EPSS
SaveExploits0References1
OSV
OSV
added 2021/05/20 12:0 p.m.12 views

RUSTSEC-2021-0146 Crate `twoway` deprecated by the author

The commit e99b3c7 releasing version 0.2.2 explicitly deprecates twoway in favour of memchr crate...

7.1AI score
SaveExploits0References4
CVE
CVE
added 2021/05/12 5:15 p.m.71 views

CVE-2021-29511

CVE-2021-29511 affects the Rust EVM implementation (evm crate). Before the patch in commit 19ade85, certain memory-opcodes using memory::copy_large could cause memory over-allocation, enabling a denial-of-service. Remediation: upgrade evm to >=0.26.1, or to specific newer releases (0.21.1, 0.2...

6.5CVSS6.4AI score0.0128EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2021/05/12 5:15 p.m.30 views

CVE-2021-29511 Memory over-allocation in evm crate

evm is a pure Rust implementation of Ethereum Virtual Machine. Prior to the patch, when executing specific EVM opcodes related to memory operations that use evmcore::Memory::copylarge, the evm crate can over-allocate memory when it is not needed, making it possible for an attacker to perform...

6.5CVSS6.6AI score0.0128EPSS
SaveExploits0References3
CNVD
CNVD
added 2021/05/11 12:0 a.m.8 views

Unspecified Vulnerability in Rust (CNVD-2021-38316)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust rkyv crate versions prior to 0.6.0, which stems from the fact that when an archive is created via serialization, the contents of the archive may contain uninitialized valu...

7.5CVSS6.6AI score0.01079EPSS
SaveExploits0References1
RustSec
RustSec
added 2021/05/07 12:0 p.m.21 views

anymap is unmaintained.

The anymap crate does not appear to be maintained, and the most recent published version 0.12.1 includes a soundness bug. This has been fixed a few years ago, but was never released...

9.8CVSS3.3AI score0.01441EPSS
SaveExploits1
RustSec
RustSec
added 2021/05/06 12:0 p.m.13 views

`cpuid-bool` has been renamed to `cpufeatures`

Please use the cpufeatures crate going forward: There will be no further releases of cpuid-bool...

6.9AI score
SaveExploits0
OSV
OSV
added 2021/05/03 7:15 a.m.8 views

CVE-2021-31996

An issue was discovered in the algorithmica crate through 2021-03-07 for Rust. There is a double free in mergesort::merge...

7.5CVSS7.1AI score0.00961EPSS
SaveExploits0References1
Prion
Prion
added 2021/05/03 7:15 a.m.19 views

Double free

An issue was discovered in the algorithmica crate through 2021-03-07 for Rust. There is a double free in mergesort::merge...

5CVSS7.6AI score0.00961EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2021/05/03 6:1 a.m.57 views

CVE-2021-31996

CVE-2021-31996 affects the Rust crate algorithmica (up to 2021-03-07). The issue is a double free in merge_sort::merge(), where the function can duplicate and drop ownership of elements (T) without guarding against double-free when called on Vec. The Red Hat, OSV, and GitHub advisories corroborat...

7.5CVSS7.6AI score0.00961EPSS
SaveExploits0References1Affected Software1
CNNVD
CNNVD
added 2021/05/03 12:0 a.m.7 views

Rust 资源管理错误漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A resource management error vulnerability exists in algorithmica crate for Rust version 2021-03-07 and earlier, which stems from a double free in merge sort::merge.No details of the vulnerability are available a...

7.5CVSS5.5AI score0.00961EPSS
SaveExploits0References2
NVD
NVD
added 2021/04/30 3:15 a.m.23 views

CVE-2021-31919

An issue was discovered in the rkyv crate before 0.6.0 for Rust. When an archive is created via serialization, the archive content may contain uninitialized values of certain parts of a struct...

7.5CVSS0.01079EPSS
SaveExploits0References1
OSV
OSV
added 2021/04/30 3:15 a.m.20 views

CVE-2021-31919

An issue was discovered in the rkyv crate before 0.6.0 for Rust. When an archive is created via serialization, the archive content may contain uninitialized values of certain parts of a struct...

7.5CVSS7.5AI score
SaveExploits0References1
Prion
Prion
added 2021/04/30 3:15 a.m.17 views

Code injection

An issue was discovered in the rkyv crate before 0.6.0 for Rust. When an archive is created via serialization, the archive content may contain uninitialized values of certain parts of a struct...

5CVSS7.5AI score0.01079EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2021/04/30 3:0 a.m.81 views

CVE-2021-31919

The CVE-2021-31919 entry concerns the Rust rkyv crate before version 0.6.0. During serialization, an archive may contain uninitialized values for certain struct parts, potentially affecting the serialized data’s integrity and confidentiality. The core affected component is rkyv (Rust). Publicly d...

7.5CVSS7.4AI score0.01079EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/04/30 3:0 a.m.30 views

CVE-2021-31919

An issue was discovered in the rkyv crate before 0.6.0 for Rust. When an archive is created via serialization, the archive content may contain uninitialized values of certain parts of a struct...

7.7AI score0.01079EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/04/30 12:0 a.m.8 views

Rust Resource Management Error Vulnerability (CNVD-2021-38320)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A resource management error vulnerability exists in rocket crate for Rust prior to version 0.4.7, which stems from the fact that if a user-supplied function appears to be panic, the uri::Formatter can be...

7.5CVSS6.5AI score0.01025EPSS
SaveExploits1References1
OSV
OSV
added 2021/04/29 12:0 p.m.17 views

RUSTSEC-2021-0060 `aes-soft` has been merged into the `aes` crate

Please use the aes crate going forward. The new repository location is at: AES-NI is now autodetected at runtime on i686/x86-64 platforms. If AES-NI is not present, the aes crate will fallback to a constant-time portable software implementation. To force the use of a constant-time portable...

7AI score
SaveExploits0References3
OSV
OSV
added 2021/04/29 12:0 p.m.15 views

RUSTSEC-2021-0059 `aesni` has been merged into the `aes` crate

Please use the aes crate going forward. The new repository location is at: AES-NI is now autodetected at runtime on i686/x86-64 platforms. If AES-NI is not present, the aes crate will fallback to a constant-time portable software implementation. To prevent this fallback and have absence of AES-NI...

7AI score
SaveExploits0References3
OSV
OSV
added 2021/04/29 12:0 p.m.10 views

RUSTSEC-2021-0061 `aes-ctr` has been merged into the `aes` crate

Please use the aes crate going forward. The new repository location is at: The aes crate now has an optional ctr feature which autodetects SIMD features on i686/x86-64 targets and uses them if available, or otherwise falls back to the implementation in the ctr crate. If you would prefer not to ha...

7.1AI score
SaveExploits0References3
Rows per page
Query Builder