The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-42812

CVE-2026-42812: Apache Polaris Auth Bypass Vulnerability

CVE-2026-42812 is an authentication bypass flaw in Apache Polaris that allows attackers to manipulate metadata file locations and gain unauthorized storage access. This article covers technical details, impact, and mitigation.

Published: May 7, 2026

CVE-2026-42812 Overview

CVE-2026-42812 affects Apache Iceberg and Apache Polaris, where the table property write.metadata.path bypasses location validation when modified through an ALTER TABLE-style settings change. A user with table modification privileges can redirect metadata writes to attacker-chosen storage locations. When the catalog runs with polaris.config.allow.unstructured.table.location=true and a sufficiently broad allowedLocations, Polaris persists the unchecked path and later vends temporary cloud-storage credentials for that area. The flaw maps to [CWE-20: Improper Input Validation] and carries a CVSS 4.0 score of 9.4.

Critical Impact

Authenticated catalog users can coerce Apache Polaris into writing table metadata to attacker-chosen storage and subsequently obtain credentials that read or modify data outside the original table's prefix.

Affected Products

  • Apache Iceberg (table metadata layer)
  • Apache Polaris (catalog service)
  • Deployments with polaris.config.allow.unstructured.table.location=true and broad allowedLocations

Discovery Timeline

  • 2026-05-04 - CVE-2026-42812 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-42812

Vulnerability Analysis

Apache Iceberg metadata files act as control files that direct readers to the data files and table version they should consume. The write.metadata.path property tells Polaris where to persist those metadata files. Polaris validates storage locations on the commit-time branch that handles row-level operations such as INSERT, SELECT, UPDATE, and DELETE. Changing only write.metadata.path through a settings update bypasses that branch entirely.

The consequence is twofold. First, Polaris itself performs a security-sensitive metadata write to the unvalidated location before any later check executes. Second, when the deployment also enables unstructured table locations, the later updateTableLike(...) validation can accept the path, persist it into table state, and unlock credential-vending APIs for the same scope.

If the attacker-chosen path resolves to a broader prefix, another table's prefix, or a bucket root, the resulting credentials extend disclosure or corruption to any data and metadata Polaris can reach within that scope. Disabling the unstructured-locations flag reduces the credential-vending variant but does not remove the underlying pre-write validation gap.

Root Cause

The defect is missing input validation [CWE-20] in the settings-change code path. Polaris skips the location allowlist enforcement that normally runs during commit when only the write.metadata.path property is modified.

Attack Vector

An authenticated principal with permission to alter table properties issues a settings change that sets write.metadata.path to a reachable storage URI included in allowedLocations. Polaris writes new metadata to that URI without revalidating it. With allow.unstructured.table.location=true, the path is persisted and subsequent loadTable and credential calls return temporary cloud credentials scoped to the attacker-controlled prefix.

The vulnerability is described in prose only; no public proof-of-concept code is published. See the Apache Mailing List Thread and the OpenWall OSS Security Discussion for vendor detail.

Detection Methods for CVE-2026-42812

Indicators of Compromise

  • Audit log entries showing ALTER TABLE-style updates that modify write.metadata.path without accompanying data operations.
  • Polaris metadata writes to storage prefixes that do not match the table's original location property.
  • Token issuance from Polaris credential APIs scoped to prefixes outside the canonical table directory.
  • Access patterns where a single principal alters write.metadata.path on multiple tables in a short window.

Detection Strategies

  • Enable verbose audit logging on the Polaris catalog and parse property-change events for write.metadata.path mutations.
  • Correlate cloud-storage access logs (S3, GCS, Azure Blob) against the table's original metadata location to flag drift.
  • Alert on loadTable responses that return credentials for prefixes outside the registered table base path.

Monitoring Recommendations

  • Forward Polaris and Iceberg REST catalog logs to a centralized SIEM with retention covering full table lifecycle.
  • Monitor allowedLocations configuration drift and review any change that broadens the allowlist.
  • Track per-principal frequency of table-property changes and baseline normal operator behavior.

How to Mitigate CVE-2026-42812

Immediate Actions Required

  • Set polaris.config.allow.unstructured.table.location=false on all Polaris catalogs to block the persisted credential-vending variant.
  • Narrow allowedLocations to the minimum set of prefixes required for legitimate table layouts.
  • Restrict the MANAGE_GRANTS_ON_SECURABLE and table-alter privileges to a small set of trusted service accounts.
  • Rotate any temporary cloud credentials issued by Polaris during the exposure window.

Patch Information

Apache has not listed specific fixed versions in the published advisory references. Track the Apache Mailing List Thread for the official patched release of Apache Polaris and apply it as soon as it is available. Until the patch ships, the configuration controls below limit the persisted impact.

Workarounds

  • Disable allow.unstructured.table.location until a fixed Polaris release is deployed.
  • Restrict catalog-level write permissions to bucket prefixes dedicated solely to Iceberg-managed tables.
  • Implement storage-side bucket policies that reject writes from Polaris service principals to unexpected prefixes.
  • Review existing tables for unexpected write.metadata.path values and reset them to canonical locations.
bash
# Configuration example: harden Polaris catalog settings
polaris.config.allow.unstructured.table.location=false

# Constrain allowedLocations in catalog properties to specific prefixes
allowedLocations=s3://prod-iceberg-warehouse/db1/,s3://prod-iceberg-warehouse/db2/

# Audit existing tables for drift
SHOW TBLPROPERTIES catalog.db.table ('write.metadata.path');

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache Polaris

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • Apache Mailing List Thread

  • OpenWall OSS Security Discussion
  • Related CVEs
  • CVE-2026-42809: Apache Polaris Privilege Escalation Flaw

  • CVE-2026-42811: Apache Polaris Information Disclosure Bug

  • CVE-2026-42810: Apache Polaris Information Disclosure
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English