CVE Catalog

CVE-2026-42811

Critical
Published: Translated: NVD NIST

Summary

Apache Polaris is supposed to issue short-lived GCS credentials that only work for one table's files, but a crafted namespace or table name can cause those credentials to work across the configured bucket.

Risk Assessment

The organization may be exposed to unauthorized access to data in Google Cloud Storage, potentially leading to data leaks or privacy breaches.

Recommendation

It is recommended to update Apache Polaris to the latest version and review the code to ensure proper validation of input data.

Original NVD description (English source)

In plain terms, Apache Polaris is supposed to issue short-lived GCS credentials that only work for one table's files, but a crafted namespace or table name can cause those credentials to work across the configured bucket instead. Apache Polaris builds Google Cloud Storage downscoped credentials by creating a Credential Access Boundary (CAB) with CEL conditions that are intended to restrict access to the requested table's storage path. The relevant CEL string is built from the bucket name and the table path. That table path is derived from namespace and table identifiers. In current code, that path appears to be inserted into the CEL expression without escaping. As a result, a namespace or table identifier containing a single quote and other URI-safe CEL fragments can break out of the intended quoted string and change the meaning of the CEL condition. In private testing against Polaris 1.4.0 on real Google Cloud Storage, it was confirmed that Polaris accepted a crafted identi

Vulnerability data from NVD (NIST) · CISA KEV · EPSS