Apache Polaris has an Improper Input Validation Issue
Critical severity
GitHub Reviewed
Published
May 4, 2026
to the GitHub Advisory Database
•
Updated May 8, 2026
Package
Affected versions
< 1.4.1
Patched versions
1.4.1
Description
Published by the National Vulnerability Database
May 4, 2026
Published to the GitHub Advisory Database
May 4, 2026
Reviewed
May 8, 2026
Last updated
May 8, 2026
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
locationduring 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.pathin the request properties andfeeds those location overrides into the same effective table location set used for credential vending. Those fields are secondary to the main custom-
locationexploit, but they are still attacker-influenced location inputs that should be validated before any credentials are issued.References