CVE Tools

CVE-2026-49869

Kestra: Unauthenticated Remote Code Execution via Authentication Bypass in `AuthenticationFilter`

Published: Jun 26, 2026Updated: Sep 3, 2026 Sources: CVE List NVDCWE-78

Description

Kestra is an open-source, event-driven orchestration platform. Prior to 1.0.45 and 1.3.21, AuthenticationFilter in Kestra OSS uses request.getPath().endsWith("/configs") to whitelist the public configuration endpoint from Basic Auth. Because the check is a suffix match rather than an exact path match, any API path whose last segment is configs bypasses authentication entirely. An unauthenticated remote attacker can exploit this to create and execute arbitrary workflows without credentials. Because Kestra ships with script execution plugins (plugin-script-shell, plugin-script-python, etc.) enabled by default, this directly results in unauthenticated Remote Code Execution as root inside the Kestra worker container. This vulnerability is fixed in 1.0.45 and 1.3.21.

In plain language

AI Act now

CVE-2026-49869 is a critical Kestra security flaw where attackers can skip login by using a URL that ends with “/configs”, letting them create and run scripts as the highest-privilege user—so any small business running the vulnerable Kestra versions should act immediately.

Executive summary

Kestra AuthenticationFilter performs an unsafe URL whitelist check using a suffix match (e.g., paths ending in “/configs”) that bypasses authentication, enabling unauthenticated Remote Code Execution to create and execute workflows as root on reachable instances; this is listed in CISA KEV (added 2026-09-02) with a mitigation deadline of 2026-09-05.

If affected, business impact
Full system takeover via scriptsMalicious workflows executedSensitive data exposureService outage and disruption

What to do now

  1. Check whether your Kestra is reachable from the internet and whether it runs a Kestra version prior to 1.0.45 (or prior to 1.3.21).
  2. Confirm whether an attacker could reach the AuthenticationFilter endpoint behavior by verifying your deployed Kestra version and environment exposure (default configs endpoint whitelist is affected when requests target paths ending in “/configs”).
  3. Upgrade Kestra to a fixed version: install kestra 1.0.45 or later (or upgrade to 1.3.21 or later).
  4. If you cannot patch immediately, block network access to your Kestra instance from the public internet and ensure only trusted IPs can reach it, then continue with the upgrade.
Patch / advisory Usually a quick update

CVSS Vector Breakdown

AV:NAC:LPR:NUI:NS:CC:HI:HA:H
Exploitability
AV:NAttack Vector
Network
AC:LAttack Complexity
Low
PR:NPrivileges Required
None
UI:NUser Interaction
None
Scope
S:CScope
Changed
Impact
C:HConfidentiality
High
I:HIntegrity
High
A:HAvailability
High

Weaknesses

Affected Products

Exploitability

CISA Known Exploited Vulnerability
Added to KEV:Sep 2, 2026
Remediation due:Sep 5, 2026

Required action: Apply mitigations in accordance with vendor instructions, ensuring compliance with CISA’s BOD 26-04 Prioritizing Security Updates Based on Risk (see URL in Notes) guidance and CISA’s “Forensics Triage Requirements” (see URL in Notes). Follow applicable BOD 26-04 guidance for cloud services or discontinue use of the product if mitigations are unavailable. Stakeholders are responsible for evaluating each asset's internet exposure and ensuring adherence to BOD 26-04 patching guidelines.

Official Patch Available

Attack Graph

Products CVE Techniques Tactics

Click technique nodes for MITRE ATT&CK details · drag to pan · Ctrl/ + scroll to zoom, or go fullscreen.

MITRE ATT&CK

4 techniques
Command and Control
Execution
Initial Access
View detailed technique mapping

References

2

Unlock Complete Vulnerability Intelligence

Get the full picture for CVE-2026-49869 and every CVE in our database. Create a free account — no credit card required.

Create Free Account
Plain-language analysis
Impact assessment and exploitation scenario in plain English
Attack graph visualization
Interactive attack path and kill chain mapping
Exploit details & PoC links
ExploitDB, Metasploit, GitHub PoCs with direct links
Nuclei scanner templates
Ready-to-use vulnerability scanner templates
Full remediation guide
Patch instructions, workarounds, and compliance impact
Interactive AI chat
Ask questions about this vulnerability in natural language
Related vulnerabilities
Semantically similar CVEs and attack patterns
REST API & MCP access
Integrate vulnerability data into your workflows