Skip to main content

Kestra CVE-2026-33664

| EUVDEUVD-2026-16430 HIGH
Cross-site Scripting (XSS) (CWE-79)
2026-03-26 GitHub_M
7.3
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
7.3 HIGH
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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

3
EUVD ID Assigned
Mar 26, 2026 - 21:31 euvd
EUVD-2026-16430
Analysis Generated
Mar 26, 2026 - 21:31 vuln.today
CVE Published
Mar 26, 2026 - 21:13 nvd
HIGH 7.3

DescriptionGitHub 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.

More in Kestra

View all
CVE-2026-49869 CRITICAL POC
10.0 Jun 26

Unauthenticated remote code execution affects Kestra OSS (the open-source event-driven orchestration platform) prior to

CVE-2026-53576 CRITICAL POC
10.0 Jun 26

Unauthenticated remote code execution in Kestra orchestration platform before 1.0.45 and 1.3.21 lets anonymous attackers

CVE-2026-29082 HIGH POC
7.3 Mar 06

Kestra versions 1.1.10 and earlier allow authenticated users to perform cross-site scripting (XSS) attacks through the e

CVE-2026-34612 CRITICAL
9.0 Apr 03

SQL injection in Kestra orchestration platform's flow search endpoint (GET /api/v1/main/flows/search) enables remote cod

CVE-2026-55069 HIGH
8.7 Jun 26

Offline administrator password recovery in Kestra OSS (versions prior to 1.3.24) stems from its BasicAuth component stor

CVE-2026-55839 HIGH POC
8.7 Aug 18

Stored cross-site scripting in Kestra's custom Markdown renderer (versions before 1.3.24) allows any authenticated user

CVE-2026-45807 HIGH
7.7 Jun 26

Arbitrary file read in Kestra orchestration platform (versions prior to 1.0.43 and 1.3.19) lets an authenticated user wi

CVE-2026-49984 HIGH
7.7 Jun 26

Authenticated path traversal in Kestra's local internal-storage backend (versions prior to 1.0.45 and 1.3.23) lets any l

CVE-2026-48129 MEDIUM
6.5 Jun 19

Path traversal in Kestra's `inputFiles` task mechanism allows remote attackers to write arbitrary files to the worker fi

CVE-2026-53577 MEDIUM
6.5 Jun 26

Unauthorized file read in Kestra's execution preview API allows any authenticated tenant user to access output files fro

Share

CVE-2026-33664 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy