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-26010

CVE-2026-26010: OpenMetadata Auth Bypass Vulnerability

CVE-2026-26010 is an authentication bypass flaw in OpenMetadata that exposes JWTs via API calls, allowing read-only users to escalate privileges to Ingestion Bot Role. This article covers technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2026-26010 Overview

CVE-2026-26010 is a privilege escalation vulnerability in OpenMetadata, a unified metadata platform used for data discovery, governance, and collaboration. Prior to version 1.11.8, the /api/v1/ingestionPipelines endpoint improperly exposes JSON Web Tokens (JWTs) used by the ingestion-bot service when responding to UI-initiated API calls. This vulnerability allows any authenticated user, including those with read-only permissions, to obtain highly privileged credentials associated with the Ingestion Bot Role.

Critical Impact

Any read-only user can escalate privileges to the Ingestion Bot Role, enabling unauthorized destructive changes to OpenMetadata instances and potential data exfiltration including sample data and service metadata from connected services like AWS Glue, Redshift, and PostgreSQL.

Affected Products

  • OpenMetadata versions prior to 1.11.8
  • Environments with AWS Glue, Redshift, or PostgreSQL ingestion pipelines configured
  • OpenMetadata deployments with multi-user access

Discovery Timeline

  • 2026-02-11 - CVE-2026-26010 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2026-26010

Vulnerability Analysis

This vulnerability stems from improper privilege management (CWE-269) in the OpenMetadata API layer. When the user interface makes requests to the /api/v1/ingestionPipelines endpoint, the server response includes sensitive JWT tokens that are used internally by the ingestion-bot service to authenticate against connected data sources such as AWS Glue, Amazon Redshift, and PostgreSQL databases.

The fundamental issue is that the API response does not properly filter or redact sensitive credential information before returning data to the client. This means that any authenticated user—regardless of their assigned role or permissions within OpenMetadata—can observe these tokens by simply inspecting API responses in their browser's developer tools or by making direct API calls.

The leaked JWTs typically grant the Ingestion Bot Role, which possesses elevated privileges necessary for automated data ingestion operations. An attacker who captures these tokens can impersonate the ingestion-bot, bypassing normal role-based access controls and gaining unauthorized access to perform administrative actions.

Root Cause

The root cause of CVE-2026-26010 is improper privilege management in the API response serialization logic. The ingestion pipeline endpoint returns complete configuration objects that include JWT credentials without implementing proper field-level access controls or credential redaction. This design flaw violates the principle of least privilege by exposing sensitive authentication tokens to users who should not have access to them.

Attack Vector

The attack can be executed over the network by any authenticated user with basic read access to the OpenMetadata platform. The attacker simply needs to:

  1. Authenticate to OpenMetadata with any valid user account (including read-only accounts)
  2. Navigate to or make API requests against the /api/v1/ingestionPipelines endpoint
  3. Capture the JWT tokens from the API response
  4. Use the captured tokens to authenticate as the ingestion-bot service
  5. Perform privileged operations such as modifying metadata, accessing sensitive data samples, or making destructive changes to the OpenMetadata instance

The vulnerability is particularly concerning in environments with multiple user tiers, where data stewards or analysts with limited permissions could escalate to administrative access.

Detection Methods for CVE-2026-26010

Indicators of Compromise

  • Unusual API activity from the /api/v1/ingestionPipelines endpoint by non-administrative users
  • JWT tokens being used from unexpected IP addresses or user agents
  • Ingestion-bot account activity that does not correlate with scheduled pipeline executions
  • Unauthorized modifications to metadata, data sources, or service configurations
  • Access to sample data or service metadata by users who should not have such permissions

Detection Strategies

  • Monitor and log all requests to the /api/v1/ingestionPipelines endpoint with user attribution
  • Implement anomaly detection for ingestion-bot authentication patterns
  • Alert on any administrative actions performed using ingestion-bot credentials outside of expected automation windows
  • Review access logs for read-only users accessing ingestion pipeline configuration endpoints

Monitoring Recommendations

  • Enable detailed audit logging for all API endpoints in OpenMetadata
  • Configure alerts for privilege escalation patterns or unexpected role assumption
  • Monitor for data exfiltration indicators such as bulk sample data access
  • Implement network-level monitoring for JWT token reuse from different source IPs

How to Mitigate CVE-2026-26010

Immediate Actions Required

  • Upgrade OpenMetadata to version 1.11.8 or later immediately
  • Rotate all JWT tokens and credentials used by ingestion-bot services
  • Audit access logs to identify potential exploitation attempts
  • Review any changes made by the ingestion-bot account for unauthorized modifications
  • Temporarily restrict access to the /api/v1/ingestionPipelines endpoint if immediate patching is not possible

Patch Information

OpenMetadata has released version 1.11.8 which addresses this vulnerability. The fix ensures that sensitive JWT credentials are properly redacted from API responses, preventing unauthorized access to ingestion-bot tokens.

Organizations should upgrade to 1.11.8 by following the official upgrade documentation. The release is available on the OpenMetadata Release 1.11.8 page. Additional details about the vulnerability can be found in the GitHub Security Advisory GHSA-pqqf-7hxm-rj5r.

Workarounds

  • Implement network-level access controls to restrict /api/v1/ingestionPipelines endpoint access to administrative users only
  • Deploy a reverse proxy or API gateway to filter sensitive fields from API responses
  • Reduce the number of users with authenticated access to OpenMetadata until patching is complete
  • Monitor ingestion-bot activity closely and implement additional authentication factors where possible
  • Consider temporarily disabling ingestion pipelines for highly sensitive data sources until the upgrade is applied
bash
# Verify OpenMetadata version after upgrade
curl -s http://your-openmetadata-instance/api/v1/system/version | grep -o '"version":"[^"]*"'
# Expected output should show version 1.11.8 or higher

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenmetadata

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-269
  • Technical References
  • OpenMetadata Release 1.11.8

  • GitHub Security Advisory GHSA-pqqf-7hxm-rj5r
  • Related CVEs
  • CVE-2026-22244: OpenMetadata SSTI 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