OSV 1.4.0 · github-reviewed · 修改于 2026-05-09 01:56
发布时间
2026-05-05 02:30
GitHub 审查时间
2026-05-09 01:56
NVD 发布时间
2026-05-05 01:16
源文件
advisories/github-reviewed/2026/05/GHSA-8ggj-j522-h5qf/GHSA-8ggj-j522-h5qf.json
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.