CVE-2026-42809

Apache Polaris can issue broad temporary ("vended") storage credentials during staged table creation before the effective table location has been validated or durably reserved. Those temporary credentials are meant to limit the scope of accessible table data and metadata, but this scope limitation becomes attacker- directed because the attacker can choose a reachable target location. In the confirmed variant, if the caller supplies a custom `location` during stage create and requests credential vending, Apache Polaris uses that location to construct delegated storage credentials immediately. The stage-create path itself neither runs the normal location validation nor the overlap checks before those credentials are issued. Closely related to that, the staged-create flow also accepts `write.data.path` / `write.metadata.path` in the request properties and feeds those location overrides into the same effective table location set used for credential vending. Those fields are secondary to the main custom-`location` exploit, but they are still attacker-influenced location inputs that should be validated before any credentials are issued.
References
Link Resource
https://lists.apache.org/thread/8tfsr8y7pgq6rdcvjx95hkcr47td671r Mailing List Vendor Advisory
http://www.openwall.com/lists/oss-security/2026/05/02/10 Mailing List Third Party Advisory
Configurations

Configuration 1 (hide)

cpe:2.3:a:apache:polaris:*:*:*:*:*:*:*:*

History

12 May 2026, 13:28

Type Values Removed Values Added
CPE cpe:2.3:a:apache:polaris:*:*:*:*:*:*:*:*
References () https://lists.apache.org/thread/8tfsr8y7pgq6rdcvjx95hkcr47td671r - () https://lists.apache.org/thread/8tfsr8y7pgq6rdcvjx95hkcr47td671r - Mailing List, Vendor Advisory
References () http://www.openwall.com/lists/oss-security/2026/05/02/10 - () http://www.openwall.com/lists/oss-security/2026/05/02/10 - Mailing List, Third Party Advisory
First Time Apache
Apache polaris

04 May 2026, 17:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-04 17:16

Updated : 2026-05-12 13:28


NVD link : CVE-2026-42809

Mitre link : CVE-2026-42809

CVE.ORG link : CVE-2026-42809


JSON object : View

Products Affected

apache

  • polaris
CWE
CWE-20

Improper Input Validation

CWE-862

Missing Authorization