Critical Orkes Conductor Vulnerability Exploited in Cyber Attacks
Critical-severity vulnerability in the Orkes Conductor platform has been actively targeted by threat actors, enabling unauthorized access without authentication requirements.
Vulnerability Overview
The flaw, designated CVE-2026-58138 with a CVSS score of 9.8, allows remote code execution through malicious workflow definitions submitted to the workflow API endpoint. This vulnerability arises from the way Conductor processes inline tasks, including LAMBDA, DO_WHILE, and SWITCH tasks, which evaluate user-supplied JavaScript or Python expressions.
Technical Details
The platform utilizes a GraalVM context configured with HostAccess.ALL, effectively disabling sandboxing and allowing attacker-controlled code to execute system commands within the Java runtime environment. Since Conductor typically operates with elevated privileges, this flaw poses significant risks to affected systems.
Exploitation and Mitigation
The vulnerability was addressed in version 3.30.2 released in June, but proof-of-concept code emerged in early August, leading to active exploitation. Empirical Security confirmed in-the-wild attacks beginning August 21, while Fortinet reported over 1,300 attempted exploits between September 8 and 9. Recent alerts from Fortinet highlight ongoing exploitation efforts.
Mitigation measures include updating to version 3.30.2 or later, restricting external access to workflow API endpoints, deploying firewalls to prevent direct internet exposure, and monitoring for anomalous workflow submissions or unauthorized command execution. Organizations are advised to audit systems running vulnerable versions for potential breaches.
Security Implications
The flaw underscores the importance of securing orchestration frameworks against unauthenticated access vectors. Technical details reveal that the vulnerability stems from the evaluation of user-provided scripts within workflows, which bypasses security boundaries due to the HostAccess.ALL configuration. Attackers can leverage this to execute arbitrary code, potentially compromising entire infrastructure stacks.
Risk Factors
The lack of default authentication mechanisms in the open-source server exacerbates the risk, allowing immediate exploitation upon discovery. Security teams must prioritize patching and implement strict access controls to prevent unauthorized interactions with critical workflow components. Continuous monitoring for suspicious activity remains essential to detect and respond to potential intrusions.
Industry Impact
The incident highlights the broader challenges of securing microservices and AI agent orchestration platforms against sophisticated attack techniques.
