Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🦀
🦀 crates.io
Not in CISA KEV
MEDIUM severity

CVE-2023-30610 aws-sigv4

MEDIUM

CVE-2023-30610 is a medium-severity (CVSS 5.5) CWE-532 vulnerability in aws-sigv4. A fix is available for aws-sigv4 — see the affected versions and patch details below.

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

Also known asGHSA-mjv9-vp6w-3rc9RUSTSEC-2023-0125
Published
Apr 19, 2023
Updated
Aug 12, 2026
Affected
23 pkgs
Patched
23 / 23
Exploits
None indexed
Exploitation data as of Sep 22, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

Exploitation Status

No confirmed exploitation observed yet

  • CISA’s own triage has not observed active exploitation or public proof-of-concept code for this CVE as of its last assessment.

Exploitation and automatability from CISA’s SSVC triage for CVE-2023-30610.

EPSS Exploitation Probability

via FIRST.org ↗
0.2%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs12th percentile — riskier than 12% of all scored CVEsHighest risk

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

How urgent is this, really

CVE-2023-30610 plotted by exploitation likelihood (EPSS) against impact (CVSS). The shaded corner — EPSS 50%+ and CVSS 7.0+ — is where this CVE doesn't sit, though severity or exploitability alone can still warrant action.

Where this sits among everything scored

Of 377,636 CVEs with a current EPSS score, this one falls in the < 10% band (highlighted). Real counts from FIRST.org, not a sample — log-scaled since the landscape is heavily right-skewed.

Real-World Exposure

23 pkgs affected
🦀aws-sigv4🦀aws-sigv4🦀aws-sigv4🦀aws-sigv4🦀aws-sigv4🦀aws-sigv4🦀aws-sigv4🦀aws-sigv4+15 more

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects crates.io packages — download data is not available via public APIs for these ecosystems.

Description

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.

Impact

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.

Patches

  • Versions >= 0.55.1
  • 0.54.2
  • 0.53.2
  • 0.52.1
  • 0.51.1
  • 0.50.1
  • 0.49.1
  • 0.48.1
  • 0.47.1
  • 0.46.1
  • 0.15.1
  • 0.14.1
  • 0.13.1
  • 0.12.1
  • 0.11.1
  • 0.10.2
  • 0.9.1
  • 0.8.1
  • 0.7.1
  • 0.6.1
  • 0.5.3
  • 0.3.1
  • 0.2.1

Workarounds

Disable TRACE-level logging for AWS Rust SDK crates.

Affected Packages

23 total 23 fixed
EcosystemPackageVulnerable rangeFix
🦀crates.ioaws-sigv40.55.0&&< 0.55.10.55.1cargo update -p aws-sigv4 --precise 0.55.1
🦀crates.ioaws-sigv40.54.1&&< 0.54.20.54.2cargo update -p aws-sigv4 --precise 0.54.2
🦀crates.ioaws-sigv40.53.1&&< 0.53.20.53.2cargo update -p aws-sigv4 --precise 0.53.2
🦀crates.ioaws-sigv40.52.0&&< 0.52.10.52.1cargo update -p aws-sigv4 --precise 0.52.1
🦀crates.ioaws-sigv40.51.0&&< 0.51.10.51.1cargo update -p aws-sigv4 --precise 0.51.1
🦀crates.ioaws-sigv40.49.0&&< 0.49.10.49.1cargo update -p aws-sigv4 --precise 0.49.1

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for aws-sigv4, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update aws-sigv4 to 0.55.1 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms CVE-2023-30610 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like CVE-2023-30610 can be triaged on real exposure rather than presence alone.

Tailored to CVE-2023-30610. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

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. ### Impact 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. ### Patches - Versions >= `0.55.1` - `0.54.2` - `0.53.2` - `0.52.1` - `0.51.1` - `0.50.1` - `0.49.1` - `
O3 Security · Impact-Aware SCA

Is CVE-2023-30610 in your dependencies?

O3 Security finds CVE-2023-30610 across crates.io dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

CVE-2023-30610: aws-sigv4 (Medium 5.5) | O3 Security