Severity by source
AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
3DescriptionGitHub Advisory
Kestra is an open-source, event-driven orchestration platform Versions up to and including 1.3.3 render user-supplied flow YAML metadata fields - description, inputs[].displayName, inputs[].description - through the Markdown.vue component instantiated with html: true. The resulting HTML is injected into the DOM via Vue's v-html without any sanitization. This allows a flow author to embed arbitrary JavaScript that executes in the browser of any user who views or interacts with the flow. This 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 (zero-click for input.displayName). As of time of publication, it is unclear if a patch is available.
AnalysisAI
Cross-site scripting in Kestra orchestration platform versions up to 1.3.3 enables authenticated flow authors to inject arbitrary JavaScript through unsanitized Markdown rendering in flow metadata fields (description, input displayName/description). The malicious scripts execute automatically when other users view the flow in the web UI, requiring zero interaction for input.displayName fields. This vulnerability (CVSS 7.3) differs from CVE-2026-29082 and affects different components with lower interaction requirements. No public exploit identified at time of analysis, and patch availability remains unconfirmed per the advisory.
Technical ContextAI
Kestra is an event-driven workflow orchestration platform (cpe:2.3:a:kestra-io:kestra). The vulnerability stems from CWE-79 (Improper Neutralization of Input During Web Page Generation) in the Markdown.vue component. Flow YAML metadata fields are rendered with the html:true configuration option and injected into the Document Object Model via Vue.js v-html directive without sanitization. This architectural decision allows HTML pass-through in user-controlled content, creating stored XSS attack vectors. The affected fields include flow descriptions and input metadata properties that are displayed in the Kestra web interface during normal workflow viewing and interaction workflows.
RemediationAI
As of time of publication, patch availability for this vulnerability is unclear according to the source advisory at https://github.com/kestra-io/kestra/security/advisories/GHSA-v2mc-8q95-g7hp. Organizations should monitor the Kestra security advisories and GitHub repository for updates. Until a confirmed patch is released and deployed, implement defense-in-depth controls: restrict flow authorship permissions to trusted administrators only, implement Content Security Policy headers to mitigate script execution, enable audit logging for flow modifications, and consider input validation at the application gateway layer. Review existing flows for suspicious content in description and input metadata fields. Subscribe to the GitHub advisory for patch notifications.
Unauthenticated remote code execution affects Kestra OSS (the open-source event-driven orchestration platform) prior to
Unauthenticated remote code execution in Kestra orchestration platform before 1.0.45 and 1.3.21 lets anonymous attackers
Kestra versions 1.1.10 and earlier allow authenticated users to perform cross-site scripting (XSS) attacks through the e
SQL injection in Kestra orchestration platform's flow search endpoint (GET /api/v1/main/flows/search) enables remote cod
Offline administrator password recovery in Kestra OSS (versions prior to 1.3.24) stems from its BasicAuth component stor
Stored cross-site scripting in Kestra's custom Markdown renderer (versions before 1.3.24) allows any authenticated user
Arbitrary file read in Kestra orchestration platform (versions prior to 1.0.43 and 1.3.19) lets an authenticated user wi
Authenticated path traversal in Kestra's local internal-storage backend (versions prior to 1.0.45 and 1.3.23) lets any l
Path traversal in Kestra's `inputFiles` task mechanism allows remote attackers to write arbitrary files to the worker fi
Unauthorized file read in Kestra's execution preview API allows any authenticated tenant user to access output files fro
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-16430