5.5

CVE-2023-30610

aws-sigv4 is a rust library for low level request signing in the aws cloud platform. The `aws_sigv4::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 enabled for an SDK, `SigningParams` is printed, thereby revealing those credentials to anyone with access to logs. All users of the AWS SDK for Rust who enabled TRACE-level logging, either globally (e.g. `RUST_LOG=trace`), or for the `aws-sigv4` crate specifically are affected. This issue has been addressed in a set of new releases. Users are advised to upgrade. Users unable to upgrade should disable TRACE-level logging for AWS Rust SDK crates.

Data is provided by the National Vulnerability Database (NVD)
AmazonAws-sigv4 Version0.2.0 SwPlatformrust
AmazonAws-sigv4 Version0.3.0 SwPlatformrust
AmazonAws-sigv4 Version0.4.1 SwPlatformrust
AmazonAws-sigv4 Version0.5.2 SwPlatformrust
AmazonAws-sigv4 Version0.6.0 SwPlatformrust
AmazonAws-sigv4 Version0.7.0 SwPlatformrust
AmazonAws-sigv4 Version0.8.0 SwPlatformrust
AmazonAws-sigv4 Version0.9.0 SwPlatformrust
AmazonAws-sigv4 Version0.10.1 SwPlatformrust
AmazonAws-sigv4 Version0.11.0 SwPlatformrust
AmazonAws-sigv4 Version0.12.0 SwPlatformrust
AmazonAws-sigv4 Version0.13.0 SwPlatformrust
AmazonAws-sigv4 Version0.14.0 SwPlatformrust
AmazonAws-sigv4 Version0.15.0 SwPlatformrust
AmazonAws-sigv4 Version0.46.0 SwPlatformrust
AmazonAws-sigv4 Version0.47.0 SwPlatformrust
AmazonAws-sigv4 Version0.48.0 SwPlatformrust
AmazonAws-sigv4 Version0.49.0 SwPlatformrust
AmazonAws-sigv4 Version0.50.0 SwPlatformrust
AmazonAws-sigv4 Version0.51.0 SwPlatformrust
AmazonAws-sigv4 Version0.52.0 SwPlatformrust
AmazonAws-sigv4 Version0.53.1 SwPlatformrust
AmazonAws-sigv4 Version0.54.1 SwPlatformrust
AmazonAws-sigv4 Version0.55.0 SwPlatformrust
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.07% 0.228
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
nvd@nist.gov 5.5 1.8 3.6
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
134c704f-9b21-4f2e-91b3-4a467353bcc0 5.5 1.8 3.6
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
security-advisories@github.com 5.5 1.8 3.6
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CWE-532 Insertion of Sensitive Information into Log File

The product writes sensitive information to a log file.