CVE-2026-64640

MEDIUM LAB

Apache Polaris: register endpoint reads attacker-controlled storage location before allowed-locations validation

Title source: cna
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-64640. PoCs published by oscerd.

AI-analyzed exploit summary This repository contains a functional proof-of-concept exploit for CVE-2026-64640, an information leak vulnerability in Apache Polaris. The exploit demonstrates how a low-privilege principal can trick Polaris into reading and leaking metadata from out-of-scope S3 buckets by abusing the `registerTable` Iceberg REST endpoint, which performs server-side reads before validating location permissions.

Description

Apache Polaris did not consistently validate storage locations supplied during table and view registration. An authenticated principal with permission to register a table or view could, depending on the affected release and registration path, cause Polaris to use the catalog's storage credentials to read a caller-selected Iceberg metadata file before verifying that the file was within the catalog's allowed storage locations. If the catalog's underlying credentials could read an object outside that boundary, this could disclose limited information from the object. Polaris could also accept registration metadata located within an allowed location that contained references to storage locations outside the allowed boundary. This second condition did not itself cause Polaris to read the referenced external locations during registration. The demonstrated impact is limited to confidentiality. No unauthorized data modification or availability impact has been demonstrated. The server-side read requires a deployment using S3 credential vending and an object outside the allowed locations that the catalog's underlying storage credentials can read. Exploitation requires an authenticated principal with table- or view-registration privileges.

Exploits (1)

github WORKING POC
by oscerd · shellpoc
https://github.com/oscerd/CVE-2026-64640

This repository contains a functional proof-of-concept exploit for CVE-2026-64640, an information leak vulnerability in Apache Polaris. The exploit demonstrates how a low-privilege principal can trick Polaris into reading and leaking metadata from out-of-scope S3 buckets by abusing the `registerTable` Iceberg REST endpoint, which performs server-side reads before validating location permissions.

Classification
Working Poc 100%
Attack Type
Info Leak
Complexity
Moderate
Reliability
Reliable
Target: Apache Polaris versions <= 1.6.0
Auth required
Prerequisites: Attacker must have CATALOG_MANAGE_CONTENT permissions on a Polaris catalog · Target Polaris instance must be configured with S3 storage backend · Attacker must know or guess out-of-scope bucket/object paths
mistral-large-3 · analyzed Aug 07, 2026 Full analysis →

References (2)

Core 2

Scores

CVSS v3 6.5
EPSS 0.0036
EPSS Percentile 28.6%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Lab Environment

COMMUNITY
Community Lab
docker pull rustfs/rustfs:1.0.0-alpha.81
docker pull amazon/aws-cli:2.34.41
docker pull alpine/curl:8.17.0

Details

CWE
CWE-863
Status published
Products (2)
apache/polaris < 1.6.0
Apache Software Foundation/Apache Polaris < 1.6.0
Published Aug 06, 2026
Tracked Since Aug 06, 2026