VYPR
Moderate severityNVD Advisory· Published Apr 19, 2023· Updated Feb 5, 2025

AWS SDK for Rust will log AWS credentials when TRACE-level logging is enabled for request sending

CVE-2023-30610

Description

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
aws-sigv4crates.io
>= 0.55.0, < 0.55.10.55.1
aws-sigv4crates.io
>= 0.54.1, < 0.54.20.54.2
aws-sigv4crates.io
>= 0.53.1, < 0.53.20.53.2
aws-sigv4crates.io
>= 0.52.0, < 0.52.10.52.1
aws-sigv4crates.io
>= 0.51.0, < 0.51.10.51.1
aws-sigv4crates.io
>= 0.49.0, < 0.49.10.49.1
aws-sigv4crates.io
>= 0.48.0, < 0.48.10.48.1
aws-sigv4crates.io
>= 0.47.0, < 0.47.10.47.1
aws-sigv4crates.io
>= 0.46.0, < 0.46.10.46.1
aws-sigv4crates.io
>= 0.15.0, < 0.15.10.15.1
aws-sigv4crates.io
>= 0.14.0, < 0.14.10.14.1
aws-sigv4crates.io
>= 0.13.0, < 0.13.10.13.1
aws-sigv4crates.io
>= 0.12.0, < 0.12.10.12.1
aws-sigv4crates.io
>= 0.11.0, < 0.11.10.11.1
aws-sigv4crates.io
>= 0.10.1, < 0.10.20.10.2
aws-sigv4crates.io
>= 0.9.0, < 0.9.10.9.1
aws-sigv4crates.io
>= 0.8.0, < 0.8.10.8.1
aws-sigv4crates.io
>= 0.7.0, < 0.7.10.7.1
aws-sigv4crates.io
>= 0.6.0, < 0.6.10.6.1
aws-sigv4crates.io
>= 0.5.2, < 0.5.30.5.3
aws-sigv4crates.io
>= 0.4.1, < 0.4.20.4.2
aws-sigv4crates.io
>= 0.3.0, < 0.3.10.3.1
aws-sigv4crates.io
>= 0.2.0, < 0.2.10.2.1

Affected products

2
  • ghsa-coords
    Range: >= 0.55.0, < 0.55.1
  • awslabs/aws-sdk-rustv5
    Range: >= 0.2.0, < 0.2.1

Patches

Vulnerability mechanics

References

4

News mentions

0

No linked articles in our index yet.