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.
0.55.10.54.20.53.20.52.10.51.10.50.10.49.10.48.10.47.10.46.10.15.10.14.10.13.10.12.10.11.10.10.20.9.10.8.10.7.10.6.10.5.30.3.10.2.1Disable TRACE-level logging for AWS Rust SDK crates.
{
"nvd_published_at": "2023-04-19T18:15:07Z",
"cwe_ids": [
"CWE-532"
],
"github_reviewed_at": "2023-04-26T16:01:10Z",
"severity": "MODERATE",
"github_reviewed": true
}