CVE-2023-30610
Last modified
CVE-2023-30610 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Amazon | Aws-Sigv4 | 0.2.0 |
| Amazon | Aws-Sigv4 | 0.3.0 |
| Amazon | Aws-Sigv4 | 0.4.1 |
| Amazon | Aws-Sigv4 | 0.5.2 |
| Amazon | Aws-Sigv4 | 0.6.0 |
| Amazon | Aws-Sigv4 | 0.7.0 |
| Amazon | Aws-Sigv4 | 0.8.0 |
| Amazon | Aws-Sigv4 | 0.9.0 |
| Amazon | Aws-Sigv4 | 0.10.1 |
| Amazon | Aws-Sigv4 | 0.11.0 |
| Amazon | Aws-Sigv4 | 0.12.0 |
| Amazon | Aws-Sigv4 | 0.13.0 |
| Amazon | Aws-Sigv4 | 0.14.0 |
| Amazon | Aws-Sigv4 | 0.15.0 |
| Amazon | Aws-Sigv4 | 0.46.0 |
| Amazon | Aws-Sigv4 | 0.47.0 |
| Amazon | Aws-Sigv4 | 0.48.0 |
| Amazon | Aws-Sigv4 | 0.49.0 |
| Amazon | Aws-Sigv4 | 0.50.0 |
| Amazon | Aws-Sigv4 | 0.51.0 |
| Amazon | Aws-Sigv4 | 0.52.0 |
| Amazon | Aws-Sigv4 | 0.53.1 |
| Amazon | Aws-Sigv4 | 0.54.1 |
| Amazon | Aws-Sigv4 | 0.55.0 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-30610?
How severe is CVE-2023-30610?
How do I fix CVE-2023-30610?
Are you affected by CVE-2023-30610?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
