Lucene search
+L

203 matches found

OSV
OSV
added 2023/06/21 8:15 p.m.11 views

CVE-2023-33289

The urlnorm crate through 0.1.4 for Rust allows Regular Expression Denial of Service ReDos via a crafted URL to lib.rs. NOTE: the Supplier disputes this, taking the position that "Slow printing of URLs is not a CVE."...

7.5CVSS5.8AI score0.01202EPSS
SaveExploits1References4
Prion
Prion
added 2023/04/19 6:15 p.m.16 views

Design/Logic Flaw

aws-sigv4 is a rust library for low level request signing in the aws cloud platform. The awssigv4::SigningParams struct had a derived Debug implementation. When debug-formatted, it would include a user's AWS access key, AWS secret key, and security token in plaintext. When TRACE-level logging is...

1.7CVSS5.4AI score0.00216EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2023/04/19 5:18 p.m.72 views

CVE-2023-30610

The CVE affects aws-sigv4 in the AWS SDK for Rust: the SigningParams Debug output can expose a user’s AWS access key, secret key, and session token when TRACE-level logging is enabled, allowing credentials to appear in logs. Affected users should upgrade to fixed releases; patches are listed acro...

5.5CVSS5.4AI score0.00216EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2023/03/07 8:13 p.m.2 views

GHSA-WM8X-PHP5-HVQ6 Maligned causes incorrect deallocation

maligned::alignfirst manually allocates with an alignment larger than T, and then uses Vec::fromrawparts on that allocation to get a Vec. GlobalAlloc::dealloc requires that the layout argument must be the same layout that was used to allocate that block of memory. When deallocating, Box and Vec m...

5.8AI score
SaveExploits0References4
OSV
OSV
added 2023/02/24 4:23 p.m.25 views

GHSA-MC8H-8Q98-G5HR Race Condition Enabling Link Following and Time-of-check Time-of-use (TOCTOU) Race Condition in remove_dir_all

The removedirall crate is a Rust library that offers additional features over the Rust standard library fs::removedirall function. It suffers the same class of failure as the code it was layering over: TOCTOU race conditions, with the ability to cause arbitrary paths to be deleted by substituting...

7.5AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2023/02/24 4:23 p.m.31 views

Race Condition Enabling Link Following and Time-of-check Time-of-use (TOCTOU) Race Condition in remove_dir_all

The removedirall crate is a Rust library that offers additional features over the Rust standard library fs::removedirall function. It suffers the same class of failure as the code it was layering over: TOCTOU race conditions, with the ability to cause arbitrary paths to be deleted by substituting...

2.8AI score
SaveExploits0References4Affected Software1
RustSec
RustSec
added 2023/02/24 12:00 p.m.22 views

Race Condition Enabling Link Following and Time-of-check Time-of-use (TOCTOU)

The removedirall crate is a Rust library that offers additional features over the Rust standard library fs::removedirall function. It was possible to trick a privileged process doing a recursive delete in an attacker controlled directory into deleting privileged files, on all operating systems. F...

0.6AI score
SaveExploits0Affected Software1
SUSE CVE
SUSE CVE
added 2023/02/15 3:46 a.m.6 views

SUSE CVE-2021-21299

hyper is an open-source HTTP library for Rust crates.io. In hyper from version 0.12.0 and before versions 0.13.10 and 0.14.3 there is a vulnerability that can enable a request smuggling attack. The HTTP server code had a flaw that incorrectly understands some requests with multiple...

8.1CVSS7.1AI score0.04771EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2022/10/10 12:00 a.m.11 views

Slack Morphism 安全漏洞

Slack Morphism is a modern asynchronous client library for Rust that supports Slack Web, Events APIocket Mode, and Block Kit. versions prior to Slack Morphism 1.3.2 have an information disclosure vulnerability that stems from insufficient protection of sensitive information in the application,...

7.5CVSS6.1AI score0.00719EPSS
SaveExploits0References3
Snyk
Snyk
added 2022/08/22 3:03 p.m.5 views

Denial of Service (DoS)

Overview opcua is an OPC UA server / client API implementation for Rust. Affected versions of this package are vulnerable to Denial of Service DoS due to a missing limitation on the number of received chunks - per single session or in total for all concurrent sessions. An attacker can exploit thi...

7.5CVSS7AI score0.01262EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2022/08/09 12:00 a.m.10 views

Apache Avro 安全漏洞

Apache Avro is a data serialization system of the United States Apache Apache Foundation. It provides data serialization and data exchange services for Apache Hadoop. A security vulnerability exists in Apache Avro Rust SDK prior to version 0.14.0, which originates from consuming more memory than...

7.5CVSS7.4AI score0.01426EPSS
SaveExploits0References2
Prion
Prion
added 2022/05/20 8:15 p.m.13 views

Design/Logic Flaw

totp-rs is a Rust library that permits the creation of 2FA authentification tokens per time-based one-time password TOTP. Prior to version 1.1.0, token comparison was not constant time, and could theorically be used to guess value of an TOTP token, and thus reuse it in the same time window. The...

3.5CVSS4.7AI score0.0083EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2022/05/20 7:30 p.m.94 views

CVE-2022-29185

CVE-2022-29185 affects the Rust library totp-rs. Prior to version 1.1.0, token comparison was not constant time, which could theoretically allow guessing a TOTP token value and reusing it within the same time window, assuming the attacker knew the password. Patch 1.1.0 introduces a constant-time ...

4.4CVSS4.4AI score0.0083EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2022/05/20 7:30 p.m.44 views

CVE-2022-29185 Observable Timing Discrepancy in totp-rs

totp-rs is a Rust library that permits the creation of 2FA authentification tokens per time-based one-time password TOTP. Prior to version 1.1.0, token comparison was not constant time, and could theorically be used to guess value of an TOTP token, and thus reuse it in the same time window. The...

4.2CVSS5AI score0.0083EPSS
SaveExploits0References3
OSV
OSV
added 2022/05/20 7:30 p.m.28 views

CVE-2022-29185 Observable Timing Discrepancy in totp-rs

totp-rs is a Rust library that permits the creation of 2FA authentification tokens per time-based one-time password TOTP. Prior to version 1.1.0, token comparison was not constant time, and could theorically be used to guess value of an TOTP token, and thus reuse it in the same time window. The...

4.2CVSS4.9AI score
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2022/04/11 12:00 a.m.13 views

The vulnerability of the Rust stack generator library “Generator-rs” lies in improper type conversion, which allows attackers to trigger a service failure.

The vulnerability of the Rust generator library, Generator-rs, is related to the lack of restrictions on the use of types that are not of the Send type. Exploiting this vulnerability allows a remote attacker to cause a service failure...

7.1CVSS6.3AI score0.01094EPSS
SaveExploits1References6Affected Software2
OSV
OSV
added 2022/01/06 10:17 p.m.12 views

GHSA-P4CR-64X4-F92F Use of Uninitialized Resource in acc_reader.

An issue was discovered in the accreader crate through 2020-12-27 for Rust. fillbuf may read from uninitialized memory locations...

9.8CVSS5.8AI score0.01191EPSS
SaveExploits0References5
OSV
OSV
added 2022/01/06 10:16 p.m.28 views

GHSA-V2CH-FC8F-QM33 Use of Uninitialized Resource in bite.

An issue was discovered in the bite crate through 2020-12-31 for Rust. read::BiteReadExpandedExt::readframedmax may read from uninitialized memory locations...

7.5CVSS7.1AI score0.01059EPSS
SaveExploits0References5
OSV
OSV
added 2022/01/06 10:14 p.m.6 views

GHSA-2RXC-8F9W-FJQ8 Window may read from uninitialized memory locations in rdiff

An issue was discovered in the rdiff crate through version 0.1.2 for Rust. Window may read from uninitialized memory locations...

7.5CVSS7.1AI score0.01059EPSS
SaveExploits0References5
CNVD
CNVD
added 2021/12/28 12:00 a.m.75 views

Unspecified vulnerability exists in Rust acc_reader crate (CNVD-2022-04013)

Rust accreader crate is a structure that provides an AccReader that wraps an arbitrary instance of std::io::Read and provides an implementation of std::io::Seek for it. Readupto can read data from an uninitialized memory location. No details of the vulnerability are currently available...

9.8CVSS3.6AI score0.01191EPSS
SaveExploits0References1
Rows per page
Query Builder