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

CVE-2026-5199: Temporal Server Privilege Escalation Flaw

CVE-2026-5199 is a privilege escalation vulnerability in Temporal Server allowing writer role users to manipulate workflows in victim namespaces. This article covers technical details, affected versions, impact, and mitigation.

Published: April 2, 2026

CVE-2026-5199 Overview

A cross-namespace authorization bypass vulnerability exists in Temporal Server that allows a writer role user in an attacker-controlled namespace to signal, delete, and reset workflows or activities in a victim namespace on the same cluster. This vulnerability was introduced in Temporal Server v1.29.0 due to a bug that inadvertently allowed an attacker to control the namespace name value instead of using the server's own trusted name value within the batch activity code.

Critical Impact

Attackers with writer privileges can manipulate workflows across namespace boundaries, potentially disrupting critical business processes, deleting important workflow data, or resetting workflow states in victim namespaces.

Affected Products

  • Temporal Server v1.29.0 through v1.29.4
  • Temporal Server v1.30.0 through v1.30.2
  • Temporal Cloud (when attacker and victim namespaces are on the same cell)

Discovery Timeline

  • 2026-04-01 - CVE CVE-2026-5199 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-5199

Vulnerability Analysis

This authorization bypass vulnerability (CWE-639: Authorization Bypass Through User-Controlled Key) allows authenticated users with writer role privileges to perform unauthorized operations across namespace boundaries. The flaw resides in how the batch activity code handles namespace validation, where it validates the namespace ID but fails to cross-check the namespace name against the worker's bound namespace.

The vulnerability requires specific preconditions for successful exploitation: the attacker must have writer role access to at least one namespace, know or guess specific victim workflow IDs, and for signal operations, must also know the signal names. Additionally, the server configuration must allow internal components to have cross-namespace authorization, such as when the internal-frontend service is deployed or when TLS-based authorization for internal identities is configured.

The per-namespace worker's privileged credentials can be leveraged to operate on arbitrary namespaces when these conditions are met, effectively bypassing the intended namespace isolation security model.

Root Cause

The root cause is a failure to properly validate namespace authorization within the batch activity code path. When processing batch operations, the system validates the namespace ID from the request but uses an attacker-controlled namespace name value instead of the server's trusted name value. This allows the per-namespace worker's privileged credentials—which should only operate within their bound namespace—to be misused for operations on arbitrary namespaces. The vulnerability stems from an incomplete trust boundary validation introduced in version v1.29.0.

Attack Vector

The attack is network-based and requires low privileges (writer role in any namespace on the cluster). An attacker must craft malicious batch operation requests that specify a victim namespace name while leveraging their legitimate namespace's worker credentials. The attack flow involves:

  1. Attacker gains writer role access to a namespace on the target Temporal cluster
  2. Attacker identifies or guesses workflow IDs in the victim namespace
  3. Attacker constructs batch activity requests that exploit the namespace name validation flaw
  4. The batch activity validates the namespace ID but accepts the attacker-controlled namespace name
  5. The per-namespace worker executes privileged operations (signal, delete, reset) on the victim namespace

The exploitation complexity is high due to the requirement of knowing specific victim workflow IDs and the need for cross-namespace authorization to be enabled in the server configuration.

Detection Methods for CVE-2026-5199

Indicators of Compromise

  • Batch operations targeting workflows in namespaces different from the originating worker's bound namespace
  • Unexpected workflow deletions, resets, or signal operations across namespace boundaries
  • Audit logs showing writer role users accessing workflows they don't own
  • Anomalous batch activity patterns from users with limited namespace access

Detection Strategies

  • Enable comprehensive audit logging for all batch operations including namespace context
  • Monitor for cross-namespace activity patterns where the source and target namespaces differ
  • Implement alerts for batch operations that affect multiple namespaces from a single user session
  • Review internal-frontend service logs for unusual cross-namespace authorization patterns

Monitoring Recommendations

  • Configure real-time alerting on workflow deletion and reset operations
  • Establish baseline metrics for normal batch operation patterns per namespace
  • Monitor for reconnaissance activity such as repeated failed workflow access attempts
  • Implement anomaly detection for signal operations targeting unknown workflow IDs

How to Mitigate CVE-2026-5199

Immediate Actions Required

  • Upgrade Temporal Server to v1.29.5 or v1.30.3 immediately
  • Review audit logs for any suspicious cross-namespace batch operations
  • Audit writer role assignments and apply principle of least privilege
  • Consider temporarily restricting batch operations if upgrade is not immediately possible

Patch Information

Temporal has released security patches addressing this vulnerability:

  • Temporal Server v1.29.5 - Backport fix for v1.29.x branch
  • Temporal Server v1.30.3 - Fix for v1.30.x branch

Organizations running Temporal Cloud should note that the same vulnerability affected cloud deployments when attacker and victim namespaces were on the same cell; Temporal has addressed this in their cloud infrastructure.

Workarounds

  • Restrict cross-namespace authorization by limiting internal-frontend service deployment where possible
  • Implement network segmentation to isolate sensitive namespaces
  • Apply strict role-based access controls to minimize writer role assignments
  • Enable enhanced audit logging to detect potential exploitation attempts while awaiting patching
bash
# Configuration example
# Verify current Temporal Server version
temporal server version

# Upgrade to patched version (example using Docker)
docker pull temporalio/server:1.30.3

# Review namespace permissions
tctl namespace describe --namespace <namespace_name>

# Enable enhanced audit logging
# Add to temporal server configuration
# log:
#   level: info
#   audit:
#     enabled: true
#     operations: ["batch", "workflow-delete", "workflow-reset", "signal"]

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechTemporal

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:L/SA:L/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:N/AU:Y/R:U/V:X/RE:M/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Release v1.29.5

  • GitHub Release v1.30.3
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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