Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. object_store
  4. ›
  5. CVE-2024-41178

CVE-2024-41178: Apache Arrow Rust Object Store: AWS WebIdentityToken exposure in log files

July 23, 2024 (updated July 24, 2024)

Exposure of temporary credentials in logs in Apache Arrow Rust Object Store (object_store crate), version 0.10.1 and earlier on all platforms using AWS WebIdentityTokens.

On certain error conditions, the logs may contain the OIDC token passed to AssumeRoleWithWebIdentity https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html . This allows someone with access to the logs to impersonate that identity, including performing their own calls to AssumeRoleWithWebIdentity, until the OIDC token expires. Typically OIDC tokens are valid for up to an hour, although this will vary depending on the issuer.

Users are recommended to use a different AWS authentication mechanism, disable logging or upgrade to version 0.10.2, which fixes this issue.

Details:

When using AWS WebIdentityTokens with the object_store crate, in the event of a failure and automatic retry, the underlying reqwest error, including the full URL with the credentials, potentially in the parameters, is written to the logs.

Thanks to Paul Hatcherian for reporting this vulnerability

References

  • github.com/advisories/GHSA-c2hf-vcmr-qjrf
  • github.com/apache/arrow-rs
  • github.com/apache/arrow-rs/commit/4978e32654235f569062f2cad6c7361e410f1254
  • github.com/apache/arrow-rs/pull/6074
  • lists.apache.org/thread/3t0povdppnt2czv6crlsqhvyko93kcrg
  • nvd.nist.gov/vuln/detail/CVE-2024-41178
  • rustsec.org/advisories/RUSTSEC-2024-0358.html

Code Behaviors & Features

Detect and mitigate CVE-2024-41178 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 0.5.0 before 0.10.2

Fixed versions

  • 0.10.2

Solution

Upgrade to version 0.10.2 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-532: Insertion of Sensitive Information into Log File

Source file

cargo/object_store/CVE-2024-41178.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 00:15:52 +0000.