Lucene search
+L

3514 matches found

Vulnrichment
Vulnrichment
added 2021/12/26 12:0 a.m.10 views

CVE-2018-25023

An issue was discovered in the smallvec crate before 0.6.13 for Rust. It can create an uninitialized value of any type, including a reference type...

7.2AI score0.01389EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2021/12/26 12:0 a.m.7 views

Rust rusqlite crate 资源管理错误漏洞

Rust rusqlite crate is an ergonomic wrapper for using SQLite from Rust. it attempts to expose a rust-postgres-like interface. versions 0.25.x prior to 0.25.4 and 0.26.x prior to 0.26.2 of Rust rusqlite crate are vulnerable to security vulnerability, which stems from a resource management error in...

7.5CVSS5.5AI score0.0118EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2021/12/26 12:0 a.m.55 views

CVE-2018-25023

An issue was discovered in the smallvec crate before 0.6.13 for Rust. It can create an uninitialized value of any type, including a reference type...

7.5CVSS7.5AI score0.01389EPSS
SaveExploits1
OSV
OSV
added 2021/12/21 12:0 p.m.15 views

RUSTSEC-2021-0130 Use after free in lru crate

Lru crate has use after free vulnerability. Lru crate has two functions for getting an iterator. Both iterators give references to key and value. Calling specific functions, like pop, will remove and free the value, and but it's still possible to access the reference of value which is already...

7.5CVSS7.5AI score0.0118EPSS
SaveExploits1References3
RustSec
RustSec
added 2021/12/21 12:0 p.m.14 views

Use after free in lru crate

Lru crate has use after free vulnerability. Lru crate has two functions for getting an iterator. Both iterators give references to key and value. Calling specific functions, like pop, will remove and free the value, and but it's still possible to access the reference of value which is already...

7.5CVSS3AI score0.0118EPSS
SaveExploits1Affected Software1
RustSec
RustSec
added 2021/12/20 12:0 p.m.50 views

Integer overflow in the bundled Brotli C library

A buffer overflow exists in the Brotli library versions prior to 1.0.8 where an attacker controlling the input length of a "one-shot" decompression request to a script can trigger a crash, which happens when copying over chunks of data larger than 2 GiB. An updated version of brotli-sys has not...

6.5CVSS3.2AI score0.03217EPSS
SaveExploits0
RustSec
RustSec
added 2021/12/05 12:0 p.m.24 views

`encoding` is unmaintained

Last release was on 2016-08-28. The issue inquiring as to the status of the crate has gone unanswered by the maintainer. Possible alternatives - encodingrs...

2.2AI score
SaveExploits0
vulnersOsv
vulnersOsv
added 2021/11/29 12:0 p.m.7 views

actix-lua (=0.2.0), age (>=0.5.0 <=0.6.1) +99 more potentially affected by CVE-2021-45712 via rust-embed (>=0.5.2 <=5.9.0)

rust-embed CARGO version =0.5.2, =0.5.0, =0.0.0, =0.1.0, =0.5.1, =0.1.0, =0.2.0, =0.1.0, =1.0.1, =0.1.0, =1.0.0, =0.1.31, =0.1.36 and more Source cves: CVE-2021-45712 Source advisory: OSV:RUSTSEC-2021-0126...

7.5CVSS7.1AI score0.01593EPSS
SaveExploits1
OSV
OSV
added 2021/11/15 5:15 a.m.18 views

CVE-2021-43620

An issue was discovered in the fruity crate through 0.2.0 for Rust. Security-relevant validation of filename extensions is plausibly affected. Methods of NSString for conversion to a string may return a partial result. Because they call CStr::fromptr on a pointer to the string buffer, the string ...

7.5CVSS6.5AI score
SaveExploits0References3
Prion
Prion
added 2021/11/15 5:15 a.m.17 views

Design/Logic Flaw

An issue was discovered in the fruity crate through 0.2.0 for Rust. Security-relevant validation of filename extensions is plausibly affected. Methods of NSString for conversion to a string may return a partial result. Because they call CStr::fromptr on a pointer to the string buffer, the string ...

5CVSS7.3AI score0.01314EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2021/11/15 4:16 a.m.30 views

CVE-2021-43620

An issue was discovered in the fruity crate through 0.2.0 for Rust. Security-relevant validation of filename extensions is plausibly affected. Methods of NSString for conversion to a string may return a partial result. Because they call CStr::fromptr on a pointer to the string buffer, the string ...

7.5AI score0.01314EPSS
SaveExploits1References3
CVE
CVE
added 2021/11/15 4:16 a.m.66 views

CVE-2021-43620

CVE-2021-43620 affects the fruity crate (up to 0.2.0) for Rust. The issue stems from security-relevant validation of filename extensions and the use of NSString-to-string conversion that may return partial results. Specifically, the code can call CStr::from_ptr on a pointer to the string buffer, ...

7.5CVSS7.2AI score0.01314EPSS
SaveExploits1References3Affected Software1
OpenVAS
OpenVAS
added 2021/11/08 12:0 a.m.24 views

Mozilla Firefox Security Advisory (MFSA2020-45) - Linux

This host is missing a security update for Mozilla Firefox. Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; y...

9.8CVSS7.8AI score0.02776EPSS
SaveExploits1References11
Github Security Blog
Github Security Blog
added 2021/10/19 3:28 p.m.51 views

Specification non-compliance in JUMPI

Impact In evm crate 0.31.0, JUMPI opcode's condition is checked after the destination validity check. However, according to Geth and OpenEthereum, the condition check should happen before the destination validity check. Patches This is a high severity security advisory if you use evm crate for...

9.8CVSS9.4AI score0.00995EPSS
SaveExploits0References4Affected Software1
Snyk
Snyk
added 2021/10/19 3:28 p.m.4 views

Always-Incorrect Control Flow Implementation

Overview evm is a SputnikVM: Rust Ethereum Virtual Machine Implementation. Affected versions of this package are vulnerable to Always-Incorrect Control Flow Implementation as the opcode's condition is checked after the destination validity check, while according to Geth and OpenEthereum, the...

9.8CVSS6.8AI score0.00995EPSS
SaveExploits0References2
OSV
OSV
added 2021/10/18 9:15 p.m.7 views

CVE-2021-41153

The evm crate is a pure Rust implementation of Ethereum Virtual Machine. In evm crate 0.31.0, JUMPI opcode's condition is checked after the destination validity check. However, according to Geth and OpenEthereum, the condition check should happen before the destination validity check. This is a...

9.8CVSS7.3AI score0.00995EPSS
SaveExploits0References2
NVD
NVD
added 2021/10/18 9:15 p.m.52 views

CVE-2021-41153

The evm crate is a pure Rust implementation of Ethereum Virtual Machine. In evm crate 0.31.0, JUMPI opcode's condition is checked after the destination validity check. However, according to Geth and OpenEthereum, the condition check should happen before the destination validity check. This is a...

9.8CVSS0.00995EPSS
SaveExploits0References2
CVE
CVE
added 2021/10/18 9:0 p.m.67 views

CVE-2021-41153

The evm crate (Rust Ethereum VM)

9.8CVSS9.4AI score0.00995EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/10/18 9:0 p.m.62 views

CVE-2021-41153 Specification non-compliance in JUMPI

The evm crate is a pure Rust implementation of Ethereum Virtual Machine. In evm crate 0.31.0, JUMPI opcode's condition is checked after the destination validity check. However, according to Geth and OpenEthereum, the condition check should happen before the destination validity check. This is a...

8.7CVSS9.8AI score0.00995EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2021/10/18 12:0 a.m.7 views

evm crate 安全漏洞

evm crate is a Rust Ethereum virtual machine implementation. A security vulnerability exists in evm crate that stems from a condition in evm crate where the JUMPI opcode is checked after a destination validity check...

9.8CVSS8.3AI score0.00995EPSS
SaveExploits0References2
Rows per page
Query Builder