---
id: CVE-2026-58139
title: >-
  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 r…
summary: >-
  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 r…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-863
published: '2026-08-03'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T20:40:01.933'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-58139'
references:
  - url: >-
      https://github.com/duckdb/duckdb-aws/commit/7d04119ee8d3f8836e278f0e8cbf21827ff5338b
    label: disclosure@vulncheck.com
  - url: 'https://github.com/duckdb/duckdb-aws/pull/156'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/duckdb-aws-extension-security-policy-bypass-via-load-aws-credentials-procedure
    label: disclosure@vulncheck.com
tags:
  - nvd
epss: 0.00509
epssPercentile: 0.40937
ingestedAt: '2026-09-09T21:22:45.522Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
