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

CVE-2026-33664: Kestra Orchestration Platform XSS Vulnerability

CVE-2026-33664 is a cross-site scripting flaw in Kestra orchestration platform that allows flow authors to inject malicious JavaScript into flow metadata. This post covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33664 Overview

CVE-2026-33664 is a stored Cross-Site Scripting (XSS) vulnerability affecting Kestra, an open-source, event-driven orchestration platform. Versions up to and including 1.3.3 render user-supplied flow YAML metadata fields—specifically description, inputs[].displayName, and inputs[].description—through the Markdown.vue component instantiated with html: true. The resulting HTML is injected into the DOM via Vue's v-html directive without any sanitization, allowing a flow author to embed arbitrary JavaScript that executes in the browser of any user who views or interacts with the flow.

This vulnerability is distinct from GHSA-r36c-83hm-pc8j / CVE-2026-29082, which covers only FilePreview.vue rendering .md files from execution outputs. The present finding affects different components, different data sources, and requires significantly less user interaction—notably zero-click exploitation for input.displayName.

Critical Impact

Authenticated attackers with flow authoring permissions can execute arbitrary JavaScript in victim browsers, potentially leading to session hijacking, credential theft, privilege escalation, and further compromise of the Kestra orchestration environment.

Affected Products

  • Kestra versions up to and including 1.3.3
  • Kestra Markdown.vue component with html: true configuration
  • All Kestra deployments where users can author or modify flows

Discovery Timeline

  • 2026-03-26 - CVE-2026-33664 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33664

Vulnerability Analysis

This stored XSS vulnerability exists in Kestra's frontend Vue.js components that handle flow YAML metadata rendering. When a flow author creates or modifies a flow, the YAML metadata fields (description, inputs[].displayName, inputs[].description) are processed by the Markdown.vue component. The component is configured with html: true, which allows raw HTML to pass through the Markdown parser without escaping.

The rendered content is then inserted into the DOM using Vue's v-html directive, which directly injects HTML without sanitization. This creates a classic stored XSS condition where malicious payloads embedded in flow metadata persist in the application and execute whenever any user views the affected flow.

The attack surface is particularly concerning because the input.displayName field is rendered in contexts that require no user interaction beyond navigating to the flow, making this a zero-click vulnerability for that specific injection point.

Root Cause

The root cause is the combination of two insecure practices:

  1. Unsafe Markdown Configuration: The Markdown.vue component is instantiated with html: true, which permits raw HTML tags to pass through the Markdown renderer unescaped.

  2. Missing Output Sanitization: The rendered output is bound to the DOM via Vue's v-html directive without any HTML sanitization library (such as DOMPurify) processing the content first.

This allows any valid HTML, including <script> tags, event handlers (e.g., onerror, onclick), and other JavaScript execution vectors to be embedded in flow metadata and executed in user browsers.

Attack Vector

The attack requires network access and low-privilege authentication (flow authoring permissions). An attacker would craft a malicious flow definition containing JavaScript payloads in the vulnerable YAML metadata fields. When victims browse to the affected flow through the Kestra UI, the malicious script executes in their browser context.

Exploitation scenarios include:

  • Session Hijacking: Stealing session tokens or authentication cookies to impersonate victims
  • Credential Harvesting: Injecting fake login forms or keyloggers to capture user credentials
  • Privilege Escalation: Using administrator sessions to escalate attacker privileges
  • Data Exfiltration: Accessing sensitive flow configurations, secrets, or execution outputs visible to the victim
  • Lateral Movement: Leveraging the orchestration platform to pivot to connected systems

Since no verified proof-of-concept code is available, technical details can be found in the GitHub Security Advisory.

Detection Methods for CVE-2026-33664

Indicators of Compromise

  • Flow YAML files containing HTML tags or JavaScript code in description, inputs[].displayName, or inputs[].description fields
  • Unusual script execution or external resource loading observed in browser developer tools when viewing flows
  • Unexpected outbound network connections from user browsers to attacker-controlled domains
  • Audit logs showing flow modifications with suspicious metadata content

Detection Strategies

  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Monitor flow modification events for metadata containing HTML tags, <script>, event handlers, or javascript: URIs
  • Deploy browser-based XSS detection tools or Web Application Firewalls (WAF) to identify malicious payload patterns
  • Review Kestra audit logs for flow creations or updates from unusual sources or containing suspicious patterns

Monitoring Recommendations

  • Enable verbose logging for flow creation and modification operations in Kestra
  • Configure alerting on CSP violation reports that may indicate XSS exploitation attempts
  • Implement regular automated scanning of flow definitions for potentially malicious content
  • Monitor for anomalous API calls or data access patterns that may indicate compromised user sessions

How to Mitigate CVE-2026-33664

Immediate Actions Required

  • Restrict flow authoring permissions to trusted users only until a patch is available
  • Review existing flows for suspicious HTML or JavaScript content in metadata fields
  • Implement strict Content Security Policy headers to mitigate XSS impact
  • Consider deploying a reverse proxy or WAF with XSS filtering capabilities in front of the Kestra UI

Patch Information

As of the publication date (2026-03-26), it is unclear if a patch is available from Kestra. Organizations should monitor the GitHub Security Advisory for updates on patched versions.

When a patch becomes available, upgrade Kestra to the fixed version immediately. The fix should involve either:

  • Configuring the Markdown renderer with html: false to strip HTML tags
  • Implementing HTML sanitization using a library like DOMPurify before DOM insertion
  • Using Vue's text interpolation instead of v-html for untrusted content

Workarounds

  • Enforce strict access controls limiting who can create or modify flows
  • Implement a review process for all flow changes that includes metadata inspection
  • Deploy Content Security Policy headers with restrictive script-src directives
  • Consider sanitizing flow metadata at the API layer before storage
bash
# Example Content Security Policy header configuration for nginx
# Add to server or location block to mitigate XSS impact
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self'; frame-ancestors 'self';" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechKestra

  • SeverityHIGH

  • CVSS Score7.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-29082: Kestra XSS Vulnerability in Markdown

  • CVE-2026-34612: Kestra SQL Injection 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