S4E just found an informational wpcode – insert headers and footers + custom code snippets – wordpress code manager detection scanner
critical·Product Based Web Vulnerabilities·Updated Aug 6, 2026

CVE-2026-53576 Scanner

CVE-2026-53576 Scanner - Remote Code Execution (RCE) vulnerability in Kestra

Est. Time~10 seconds
Scan TypeGroup Scan
Targetsdomain, subdomain, ipv4
CostFree
3.5k
Times Used
continuous scan runs
3.4k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2026-53576
10.0
CVSScritical
Exploitable remotely over the internet · no authentication required.

Kestra is an open-source, event-driven orchestration platform. Prior to 1.0.45 and 1.3.21, the authentication filter for the REST API (@Filter("/api/v1/**")) treats any request whose path ends in /configs as the public instance-config endpoint and forwards it without a credential check. kestra addresses its resources by URL path segments that the caller chooses (/api/v1/{tenant}/flows/{namespace}, /api/v1/{tenant}/executions/{namespace}/{id}, /api/v1/{tenant}/namespaces/{namespace}/kv/{key}). An anonymous caller picks the literal configs as the final segment, and the request bypasses Basic-Auth entirely. Because the bypass reaches the flow-create and execution-trigger routes, an unauthenticated caller creates a flow containing a Shell or Process task and runs it. The task executes as root inside the kestra container. The official docker-compose.yml mounts /var/run/docker.sock, so root in the container reaches the host Docker daemon. This vulnerability is fixed in 1.0.45 and 1.3.21.

Attack Vector
Network
Privileges Req.
None
User Interaction
None
Affected
kestraby kestra-io
< 1.0.45
Updated Aug 21, 2026View on NVD →
Detail

Kestra is a modern data orchestration system used by organizations to manage and execute complex workflows across different environments. It is widely utilized in enterprises for automating data processing tasks and supporting integration across various data sources. Admins and developers employ Kestra to streamline workflow automation, perform routine tasks, and reduce human error in managing data pipelines. It offers a web-based interface for users to design workflows and execute tasks seamlessly. Kestra helps improve operational efficiency and ensure data consistency by automating manual processes. Companies across different industries leverage Kestra for enhancing their data operations and ensuring scalable workflow execution.

Remote Code Execution (RCE) vulnerabilities allow an attacker to execute arbitrary code on a targeted system without authorization. In Kestra, such a vulnerability might arise due to improper handling of input data or incorrect access control at certain endpoints. Exploiting this vulnerability can allow malicious actors to gain unauthorized control over systems and execute arbitrary commands. This can lead to significant security breaches, including unauthorized data access, system manipulation, and potential further attacks within the network. The vulnerability targets core functionalities or endpoints, enabling attackers to bypass authentication mechanisms and affect system integrity. Mitigating such vulnerabilities involves strengthening input validation, implementing proper authentication checks, and ensuring secure coding practices.

The RCE vulnerability in Kestra is mainly due to an authentication bypass at the /configs endpoint in the REST API. This vulnerability lets an unauthorized attacker create and execute tasks with root-level access. The vulnerable component is the /configs endpoint, which is misclassified, allowing exploits without prior authentication. Attackers can craft requests to this open endpoint to initiate unauthorized tasks, which can execute arbitrary code as root. This can significantly compromise the container and, if extended, may expose the host environment via access to Docker sockets. The vulnerable parameter involves processing tasks, where input data isn't correctly validated or classified, leading to potential security bypass.

If exploited, this vulnerability could allow attackers to execute arbitrary commands with elevated privileges, potentially jeopardizing the entire system. This could result in unauthorized access to sensitive data, modification of system configurations, and the possibility of establishing persistent access for prolonged attacks. Furthermore, it could compromise the integrity and availability of critical workflows managed by Kestra. Access to the Docker socket could allow further attacks on the host, such as container escape or deploying additional malicious containers. The overall impact is a significant risk of data breaches and system outages, potentially affecting business operations and data integrity.

REFERENCES

Solution Advice
  • Update Kestra to version 1.0.45, 1.3.21, or later to mitigate vulnerabilities in the current version.
  • Regularly monitor security advisories for patch releases and apply updates promptly.
  • Implement strong access controls and authentication mechanisms to protect sensitive endpoints.
  • Conduct regular security audits and penetration testing to identify and fix vulnerabilities.
  • Ensure all input to endpoints handling task execution is validated and sanitized correctly.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2026-53576 Scanner - Remote Code Execution (RCE) vulnerability in Kestra S4E