Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-34214

CVE-2026-34214: Trino Information Disclosure Vulnerability

CVE-2026-34214 is an information disclosure flaw in Trino that exposes Iceberg connector REST catalog credentials to users with write privileges. This article covers technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-34214 Overview

Trino, a distributed SQL query engine for big data analytics, contains a sensitive data exposure vulnerability in its Iceberg connector REST catalog implementation. From version 439 to before version 480, REST catalog static credentials (access key) or vended credentials (temporary access key) are accessible to users that have write privilege on SQL level. This allows authenticated users with limited write permissions to escalate their access by obtaining credentials that should be protected.

Critical Impact

Authenticated users with SQL-level write privileges can access sensitive REST catalog credentials, potentially leading to unauthorized access to backend data stores and cloud resources.

Affected Products

  • Trino versions 439 to 479
  • Trino Iceberg connector with REST catalog configuration
  • Deployments using static credentials or vended credentials for Iceberg REST catalog

Discovery Timeline

  • March 31, 2026 - CVE-2026-34214 published to NVD
  • April 1, 2026 - Last updated in NVD database

Technical Details for CVE-2026-34214

Vulnerability Analysis

This vulnerability represents an information disclosure flaw classified under CWE-212 (Improper Removal of Sensitive Information Before Storage or Transfer). The Trino Iceberg connector fails to properly isolate REST catalog credentials from users who possess SQL-level write privileges. When interacting with Iceberg tables through the REST catalog interface, credential information is improperly exposed through the query execution path.

The vulnerability affects two credential types: static access keys (long-lived credentials configured for the REST catalog) and vended credentials (temporary access keys obtained through credential vending mechanisms). Both credential types, when exposed, could grant attackers access to the underlying storage systems such as Amazon S3, Azure Blob Storage, or Google Cloud Storage.

Root Cause

The root cause is improper credential isolation in the Trino Iceberg connector's REST catalog implementation. The system fails to adequately separate sensitive credential data from the query execution context that is accessible to users with write privileges. This represents a violation of the principle of least privilege, where users should only have access to the minimum information necessary to perform their authorized operations.

Attack Vector

The attack requires network access and low-privilege authentication with SQL-level write permissions on Trino. An attacker with these minimal privileges can exploit the vulnerability to extract REST catalog credentials without any user interaction. The scope is changed, meaning the vulnerability impacts resources beyond the vulnerable component itself—specifically, the backend storage systems authenticated by the exposed credentials.

An attacker could leverage this vulnerability to:

  1. Authenticate to Trino with a user account that has write privileges on any table using the Iceberg connector with REST catalog
  2. Execute specifically crafted queries or operations that trigger credential exposure
  3. Capture the exposed static or vended credentials
  4. Use those credentials to directly access backend storage, bypassing Trino's access controls entirely

Detection Methods for CVE-2026-34214

Indicators of Compromise

  • Unusual query patterns targeting Iceberg tables from users with write privileges
  • Unexpected access to backend storage systems (S3, Azure Blob, GCS) using credentials associated with Trino REST catalog
  • Credential usage from IP addresses or locations inconsistent with normal Trino cluster operations
  • Audit logs showing credential access or metadata operations outside normal application behavior

Detection Strategies

  • Monitor Trino query logs for suspicious patterns involving Iceberg connector operations
  • Implement cloud provider credential usage monitoring (AWS CloudTrail, Azure Activity Logs, GCP Audit Logs) to detect unusual credential usage patterns
  • Review user privilege assignments to identify accounts with write privileges that may be at risk
  • Deploy anomaly detection for storage access patterns that deviate from expected Trino cluster behavior

Monitoring Recommendations

  • Enable comprehensive audit logging in Trino to track all Iceberg connector operations
  • Configure alerts for credential usage outside the Trino cluster's expected network boundaries
  • Implement real-time monitoring for backend storage access using the affected credentials
  • Review access logs periodically for any signs of credential misuse or lateral movement

How to Mitigate CVE-2026-34214

Immediate Actions Required

  • Upgrade Trino to version 480 or later immediately
  • Review and rotate all REST catalog credentials (both static and vended) that may have been exposed
  • Audit user accounts with SQL-level write privileges to assess potential exposure
  • Review cloud provider logs for any unauthorized access using Trino catalog credentials

Patch Information

Trino has released version 480 which patches this vulnerability. Organizations should upgrade to this version or later as soon as possible. The fix addresses the improper credential exposure by properly isolating sensitive credential information from the query execution context accessible to users with write privileges.

For detailed patch information, refer to the Trino Release 480 release notes and the GitHub Security Advisory GHSA-x27p-5f68-m644.

Workarounds

  • Restrict SQL-level write privileges to only essential users until patching is complete
  • Consider temporarily disabling Iceberg connector REST catalog functionality if not critical to operations
  • Implement network segmentation to limit access to Trino clusters from untrusted networks
  • Use short-lived vended credentials with minimal permissions where possible to reduce exposure window
bash
# Verify current Trino version
./trino --version

# After upgrading to version 480 or later, rotate credentials
# Example: Rotate AWS credentials used for REST catalog
aws iam create-access-key --user-name trino-iceberg-catalog
aws iam delete-access-key --user-name trino-iceberg-catalog --access-key-id OLD_ACCESS_KEY_ID

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechTrino

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-212
  • Technical References
  • Trino Release 480

  • GitHub Security Advisory GHSA-x27p-5f68-m644
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent RCE Vulnerability
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