Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-58139 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

The DuckDB AWS extension for DuckDB contains a security policy bypass vulnerability that allows any database user with SQL execution permissions to extract plaintext AWS credentials by calling the load_aws_credentials function with the redact_secret parameter set to false, circumventing the database-wide allow_unredacted_secrets=false policy. Attackers can invoke this single function to retrieve the underlying AWS credential chain including access_key_id, secret_access_key, session_token, and region in plaintext, which are immediately valid against AWS APIs and particularly impactful in managed environments where pg_duckdb is preloaded and an AWS credential chain such as IMDSv2, IRSA, ECS task role, or EC2 instance role is reachable.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-863Incorrect Authorization[email protected]

Affected Products

ProductVersions
DuckDB AWS Extension
< 7d04119ee8d3f8836e278f0e8cbf21827ff5338b

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 7d04119ee8d3f8836e278f0e8cbf21827ff5338bmoderate effort
  • Mitigation:low effort

    Do not call the load_aws_credentials function with the redact_secret parameter set to false.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-58139
NVD Published Date:
Aug 3, 2026
NVD Last Modified:
Sep 9, 2026
Source:
[email protected]
CVE-2026-58139 Details - Not Deferred