Lucene search
+L

3845 matches found

RustSec
RustSec
added 2021/07/04 12:00 p.m.32 views

Potential unaligned read

On windows, atty dereferences a potentially unaligned pointer. In practice however, the pointer won't be unaligned unless a custom global allocator is used. In particular, the System allocator on windows uses HeapAlloc, which guarantees a large enough alignment. atty is Unmaintained A Pull Reques...

6.8AI score
SaveExploits0
OSV
OSV
added 2021/07/04 12:00 p.m.16 views

RUSTSEC-2021-0145 Potential unaligned read

On windows, atty dereferences a potentially unaligned pointer. In practice however, the pointer won't be unaligned unless a custom global allocator is used. In particular, the System allocator on windows uses HeapAlloc, which guarantees a large enough alignment. atty is Unmaintained A Pull Reques...

7.1AI score
SaveExploits0References5
Mageia
Mageia
added 2021/06/08 2:33 p.m.45 views

Updated librsvg packages fix a security vulnerability

This update patches the vendored smallvec Rust crate in librsvg to fix a security vulnerability: The Iterator implementation mishandles destructors, leading to a double free CVE-2021-25900...

9.8CVSS2.8AI score0.01666EPSS
SaveExploits1References2
OSV
OSV
added 2021/06/01 12:00 p.m.40 views

RUSTSEC-2021-0095 `mopa` is technically unsound

The mopa crate redefines the deprecated TraitObject struct from core::raw like so: rust reprC deriveCopy, Clone dochidden pub struct TraitObject pub data: mut , pub vtable: mut , This is done to then transmute a reference to a trait object &dyn Trait for any trait Trait into this struct and...

9.8CVSS9.7AI score0.01646EPSS
SaveExploits0References3
RustSec
RustSec
added 2021/06/01 12:00 p.m.29 views

`mopa` is technically unsound

The mopa crate redefines the deprecated TraitObject struct from core::raw like so: rust reprC deriveCopy, Clone dochidden pub struct TraitObject pub data: mut , pub vtable: mut , This is done to then transmute a reference to a trait object &dyn Trait for any trait Trait into this struct and...

9.8CVSS0.4AI score0.01646EPSS
SaveExploits0
CNVD
CNVD
added 2021/05/28 12:00 a.m.13 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:00 p.m.17 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.83 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.35 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:00 a.m.12 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:00 p.m.24 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
vulnersOsv
vulnersOsv
added 2021/05/07 12:00 p.m.2 views

abc-ecs (>=0.1.0, <=0.2.1), abc_game_engine (>=0.1.0, <=0.1.2) +308 more potentially affected by CVE-2021-38187 via anymap (>=0.10.3, <=1.0.0-beta.2)

anymap CARGO version =0.10.3, =0.1.0, =0.1.0, =1.0.0-alpha.1, =0.1.6, =0.1.0-alpha.2, =0.8.0, =0.1.0, =5.0.0, =5.2.2, =0.0.1-alpha+3, =0.1.1, =0.1.1, =0.1.0, =0.1.1, =0.1.2 and more Source cves: CVE-2021-38187 Source advisory: OSV:RUSTSEC-2021-0065...

9.8CVSS5.3AI score0.01441EPSS
SaveExploits1
RustSec
RustSec
added 2021/05/06 12:00 p.m.18 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.13 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.23 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:01 a.m.69 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:00 a.m.12 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
OSV
OSV
added 2021/04/30 3:15 a.m.24 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
NVD
NVD
added 2021/04/30 3:15 a.m.28 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
Prion
Prion
added 2021/04/30 3:15 a.m.23 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
Rows per page
Query Builder