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

CVE-2026-29082: Kestra XSS Vulnerability in Markdown

CVE-2026-29082 is a cross-site scripting flaw in Kestra that occurs when rendering Markdown files without proper sanitization. This article covers the technical details, affected versions, security impact, and mitigation.

Published: March 13, 2026

CVE-2026-29082 Overview

CVE-2026-29082 is a stored Cross-Site Scripting (XSS) vulnerability affecting Kestra, an event-driven orchestration platform. The vulnerability exists in Kestra's execution-file preview functionality, which renders user-supplied Markdown files (.md) using markdown-it configured with html:true. The resulting HTML is then injected into the page using Vue's v-html directive without proper sanitization, allowing attackers to execute arbitrary JavaScript in the context of authenticated user sessions.

Critical Impact

Authenticated attackers can inject malicious JavaScript through crafted Markdown files, potentially stealing session tokens, performing actions on behalf of users, or compromising the orchestration platform's integrity.

Affected Products

  • Kestra versions 1.1.10 and prior
  • Kestra orchestration platform with execution-file preview enabled
  • Self-hosted and cloud deployments using vulnerable versions

Discovery Timeline

  • 2026-03-06 - CVE CVE-2026-29082 published to NVD
  • 2026-03-10 - Last updated in NVD database

Technical Details for CVE-2026-29082

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The root issue stems from a dangerous combination of insecure configuration and missing output sanitization in Kestra's frontend rendering pipeline.

The attack requires low privileges (an authenticated user account) and user interaction (a victim must view the malicious Markdown file preview). The vulnerability has a changed scope, meaning successful exploitation can impact resources beyond the vulnerable component itself—potentially allowing attackers to access other users' sessions or manipulate orchestration workflows.

The impact is primarily on confidentiality and integrity, as attackers can steal sensitive information displayed in the UI and perform unauthorized actions through the victim's authenticated session. There is no direct availability impact, though secondary effects could disrupt orchestration operations.

Root Cause

The vulnerability originates from two security misconfigurations working in tandem:

  1. Insecure markdown-it Configuration: The markdown-it library is instantiated with the html:true option, which allows raw HTML tags within Markdown content to be preserved and rendered. This configuration is explicitly warned against in the markdown-it documentation when processing untrusted content.

  2. Missing Output Sanitization: After markdown-it processes the Markdown content into HTML, the output is directly bound to the DOM using Vue.js's v-html directive. This directive does not perform any sanitization, relying on developers to ensure the content is safe before binding.

The combination means that any HTML, including <script> tags, event handlers (e.g., onerror, onload), or other XSS vectors embedded in Markdown files, will be executed in the browser context.

Attack Vector

The attack is network-based and exploits the execution-file preview feature in Kestra's web interface. An authenticated attacker with the ability to upload or create workflow files can craft a malicious Markdown file containing JavaScript payloads. When another user (potentially an administrator) previews this file through the Kestra UI, the malicious script executes in their browser session.

Typical attack scenarios include:

  • Session Hijacking: Extracting authentication tokens or cookies and exfiltrating them to attacker-controlled servers
  • Privilege Escalation: Performing administrative actions through the victim's elevated permissions
  • Workflow Manipulation: Modifying orchestration workflows to execute malicious commands or exfiltrate data
  • Phishing: Rendering fake login forms to capture credentials

The vulnerability is particularly concerning in multi-tenant environments or organizations where workflows may be shared across teams with different privilege levels.

Detection Methods for CVE-2026-29082

Indicators of Compromise

  • Markdown files containing <script> tags, <iframe> elements, or HTML event handlers such as onerror, onload, onclick
  • Unexpected outbound network requests from user browsers when viewing file previews
  • JavaScript execution errors in browser console logs during Markdown preview operations
  • Workflow files with suspicious .md content containing encoded or obfuscated HTML

Detection Strategies

  • Implement Content Security Policy (CSP) headers that restrict inline script execution and report violations
  • Monitor web application firewall (WAF) logs for XSS payload patterns in requests to file preview endpoints
  • Enable browser-side XSS auditor reporting in supported environments
  • Review audit logs for unusual file upload or workflow modification activity followed by preview requests from different users

Monitoring Recommendations

  • Configure CSP reporting to capture and alert on script-src or unsafe-inline violations
  • Deploy endpoint detection and response (EDR) solutions to monitor for anomalous browser behavior following Kestra UI interactions
  • Establish baseline network traffic patterns and alert on unexpected connections from client browsers during workflow management sessions

How to Mitigate CVE-2026-29082

Immediate Actions Required

  • Restrict access to the execution-file preview functionality to trusted administrators only
  • Implement network-level restrictions on the Kestra web interface to limit exposure
  • Review recent Markdown file uploads and workflow changes for potentially malicious content
  • Consider disabling the Markdown preview feature entirely until a patch is available

Patch Information

At the time of publication, there are no publicly available patches for this vulnerability. Users should monitor the GitHub Security Advisory GHSA-r36c-83hm-pc8j for updates on official remediation. For reference, Kestra Release v1.0.30 is available, though users should verify whether it addresses this specific vulnerability.

Workarounds

  • Deploy a reverse proxy with HTML sanitization rules to strip dangerous content from Markdown preview responses
  • Implement strict Content Security Policy headers that block inline script execution and restrict resource loading
  • Use web application firewall rules to detect and block common XSS payloads in file upload and preview requests
  • Consider deploying a custom frontend modification that sanitizes HTML output using libraries like DOMPurify before rendering
bash
# Example Content Security Policy header configuration for nginx
# Add to nginx server 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:; frame-ancestors 'none'; base-uri 'self'; form-action '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

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Kestra Release v1.0.30
  • Vendor Resources
  • GitHub Security Advisory GHSA-r36c-83hm-pc8j
  • Related CVEs
  • CVE-2026-33664: Kestra Orchestration Platform XSS Vulnerability

  • 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