Lucene search
+L

9410 matches found

UbuntuCve
UbuntuCve
added 2020/12/25 11:15 p.m.30 views

CVE-2020-35711

An issue has been discovered in the arc-swap crate before 0.4.8 and 1.x before 1.1.0 for Rust. Use of arcswap::access::Map with the Constant test helper or with a user-supplied implementation of the Access trait could sometimes lead to dangling references being returned by the map...

7.5CVSS6.9AI score0.01599EPSS
SaveExploits1References3
Prion
Prion
added 2020/12/25 11:15 p.m.21 views

Information disclosure

An issue has been discovered in the arc-swap crate before 0.4.8 and 1.x before 1.1.0 for Rust. Use of arcswap::access::Map with the Constant test helper or with a user-supplied implementation of the Access trait could sometimes lead to dangling references being returned by the map...

5CVSS7.4AI score0.01599EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2020/12/25 10:59 p.m.42 views

CVE-2020-35711

An issue has been discovered in the arc-swap crate before 0.4.8 and 1.x before 1.1.0 for Rust. Use of arcswap::access::Map with the Constant test helper or with a user-supplied implementation of the Access trait could sometimes lead to dangling references being returned by the map...

7.5CVSS7.5AI score0.01599EPSS
SaveExploits1
Cvelist
Cvelist
added 2020/12/25 10:59 p.m.37 views

CVE-2020-35711

An issue has been discovered in the arc-swap crate before 0.4.8 and 1.x before 1.1.0 for Rust. Use of arcswap::access::Map with the Constant test helper or with a user-supplied implementation of the Access trait could sometimes lead to dangling references being returned by the map...

7.5AI score0.01599EPSS
SaveExploits1References2
CVE
CVE
added 2020/12/25 10:59 p.m.91 views

CVE-2020-35711

CVE-2020-35711 : In arc-swap for Rust, using arc_swap::access::Map with the Constant test helper (or a user-supplied Access) can return dangling references. Affected versions are arc-swap prior to 0.4.8 and 1.x prior to 1.1.0. Impact is potential invalid references; remediation is to upgrade to a...

7.5CVSS7.4AI score0.01599EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2020/12/25 12:0 a.m.12 views

Rust Code Issues Vulnerabilities

Rust is a general-purpose, compiled programming language. A security vulnerability exists in Rust versions prior to 0.4.8 and versions prior to 1.1.0 of the 1.x series, which stems from the use of arc swap::access::Map and the Constant test helper or the use of a user-supplied implementation of t...

7.5CVSS7.1AI score0.01599EPSS
SaveExploits1References3
OSV
OSV
added 2020/12/21 10:15 p.m.27 views

CVE-2020-26281

async-h1 is an asynchronous HTTP/1.1 parser for Rust crates.io. There is a request smuggling vulnerability in async-h1 before version 2.3.0. This vulnerability affects any webserver that uses async-h1 behind a reverse proxy, including all such Tide applications. If the server does not read the bo...

7.5CVSS7.5AI score0.00815EPSS
SaveExploits0References2
NVD
NVD
added 2020/12/21 10:15 p.m.49 views

CVE-2020-26281

async-h1 is an asynchronous HTTP/1.1 parser for Rust crates.io. There is a request smuggling vulnerability in async-h1 before version 2.3.0. This vulnerability affects any webserver that uses async-h1 behind a reverse proxy, including all such Tide applications. If the server does not read the bo...

7.5CVSS6.8AI score0.01008EPSS
SaveExploits0References2
Prion
Prion
added 2020/12/21 10:15 p.m.16 views

Cross site request forgery (csrf)

async-h1 is an asynchronous HTTP/1.1 parser for Rust crates.io. There is a request smuggling vulnerability in async-h1 before version 2.3.0. This vulnerability affects any webserver that uses async-h1 behind a reverse proxy, including all such Tide applications. If the server does not read the bo...

5.8CVSS7.5AI score0.01008EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2020/12/21 9:50 p.m.52 views

CVE-2020-26281 request smuggling in async-h1

async-h1 is an asynchronous HTTP/1.1 parser for Rust crates.io. There is a request smuggling vulnerability in async-h1 before version 2.3.0. This vulnerability affects any webserver that uses async-h1 behind a reverse proxy, including all such Tide applications. If the server does not read the bo...

6.8CVSS7.5AI score0.01008EPSS
SaveExploits0References2
CVE
CVE
added 2020/12/21 9:50 p.m.65 views

CVE-2020-26281

CVE-2020-26281 affects the async-h1 crate (Rust) before version 2.3.0 when used behind a reverse proxy. The vulnerability arises when the server does not consume a request body beyond a buffer, allowing a smuggled request to be read from the body and potentially forge or manipulate forwarded head...

7.5CVSS7AI score0.01008EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2020/12/21 12:0 p.m.27 views

RUSTSEC-2020-0105 Update unsound DrainFilter and RString::retain

Affected versions of this crate contained code from the Rust standard library that contained soundness bugs rust-lang/rust60977 double drop & rust-lang/rust78498 create invalid utf-8 string. The flaw was corrected in v0.9.1 by making a similar fix to the one made in the Rust standard library...

7.5CVSS7.4AI score0.01413EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/12/21 12:0 p.m.25 views

Update unsound DrainFilter and RString::retain

Affected versions of this crate contained code from the Rust standard library that contained soundness bugs rust-lang/rust60977 double drop & rust-lang/rust78498 create invalid utf-8 string. The flaw was corrected in v0.9.1 by making a similar fix to the one made in the Rust standard library...

7.5CVSS2.9AI score0.01413EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/12/10 12:0 p.m.37 views

RUSTSEC-2020-0097 Soundness issue with base::Error

base::Error type contains public field named ptr. With this definition, it is possible to create a base::Error with an invalid pointer and trigger memory safety errors such as use-after-free or double-free with safe Rust. The users of xcb crate are advised not to manipulate the field...

5.5CVSS5.5AI score0.00401EPSS
SaveExploits1References3
OSV
OSV
added 2020/11/24 10:15 p.m.21 views

CVE-2020-26235

In Rust time crate from version 0.2.7 and before version 0.2.23, unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected...

5.3CVSS5.1AI score
SaveExploits0References3
NVD
NVD
added 2020/11/24 10:15 p.m.21 views

CVE-2020-26235

In Rust time crate from version 0.2.7 and before version 0.2.23, unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected...

5.3CVSS5.1AI score0.01622EPSS
SaveExploits0References3
Prion
Prion
added 2020/11/24 10:15 p.m.15 views

Design/Logic Flaw

In Rust time crate from version 0.2.7 and before version 0.2.23, unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected...

3.5CVSS5AI score0.01622EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2020/11/24 10:15 p.m.14 views

UBUNTU-CVE-2020-26235

In Rust time crate from version 0.2.7 and before version 0.2.23, unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected...

5.3CVSS5.8AI score0.01622EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2020/11/24 9:20 p.m.29 views

CVE-2020-26235 Segmentation fault in Rust time crate

In Rust time crate from version 0.2.7 and before version 0.2.23, unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected...

5.3CVSS5.1AI score0.01622EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2020/11/24 9:20 p.m.56 views

CVE-2020-26235

In Rust time crate from version 0.2.7 and before version 0.2.23, unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires the user to set any environment variable in a different thread than the affected functions. The affected...

5.3CVSS5.1AI score0.01622EPSS
SaveExploits0
Rows per page
Query Builder