PatchSiren cyber security CVE debrief
CVE-2026-53576 kestra-io CVE debrief
CVE-2026-53576 is a critical vulnerability in Kestra, an open-source, event-driven orchestration platform. The vulnerability exists in the authentication filter for the REST API, which incorrectly treats requests ending in /configs as the public instance-config endpoint, bypassing Basic-Auth checks. This allows unauthenticated attackers to create flows and trigger executions, potentially leading to code execution as root on the host system. The vulnerability is fixed in Kestra versions 1.0.45 and 1.3.21. Users should update to these versions or apply compensating controls to mitigate the risk.
- Vendor
- kestra-io
- Product
- kestra
- CVSS
- CRITICAL 10
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-26
- Original CVE updated
- 2026-06-29
- Advisory published
- 2026-06-26
- Advisory updated
- 2026-06-29
Who should care
Users of Kestra, especially those who have exposed the platform to untrusted networks or have not properly secured their instances, should be concerned about this vulnerability. The vulnerability's critical severity and potential for code execution as root on the host system make it a high-priority issue to address.
Technical summary
The authentication filter for Kestra's REST API incorrectly handles requests ending in /configs, treating them as the public instance-config endpoint. This bypasses Basic-Auth checks, allowing unauthenticated attackers to create flows and trigger executions. The vulnerability exists because Kestra addresses resources by URL path segments chosen by the caller. An attacker can create a flow with a Shell or Process task, which executes as root inside the Kestra container. Given that the official docker-compose.yml mounts /var/run/docker.sock, an attacker can potentially execute code on the host system.
Defensive priority
This vulnerability has a CVSS score of 10 and is classified as CRITICAL. It is essential to update Kestra to versions 1.0.45 or 1.3.21 immediately or apply compensating controls to mitigate the risk.
Recommended defensive actions
- Update Kestra to version 1.0.45 or 1.3.21.
- Restrict access to the Kestra API to trusted networks only.
- Implement additional authentication and authorization mechanisms for the Kestra API.
- Monitor Kestra API logs for suspicious activity.
- Perform regular security audits and vulnerability assessments.
Evidence notes
The vulnerability is confirmed by the Kestra security advisory (GHSA-2q47-568g-9h4f) and the CVE record. The NVD provides additional details about the vulnerability, including its CVSS score and vector.
Official resources
-
CVE-2026-53576 CVE record
CVE.org
-
CVE-2026-53576 NVD detail
NVD
-
Source item URL
nvd_modified
- Source reference
This article is AI-assisted and based on the supplied source corpus.