Critical Flaw in Orkes Conductor Faces Active Exploitation

Attackers are actively targeting a high-severity flaw in Orkes Conductor that allows remote code execution without login credentials.
A severe security gap in the Orkes Conductor workflow platform is currently under active attack. According to reports from The Hacker News, this vulnerability allows external actors to execute arbitrary commands on servers without needing valid user credentials. This means that if an internet-facing instance is running an affected version, it is effectively open to takeover by any attacker who knows the weakness.
The issue, identified as CVE-2026-58138, carries a maximum severity rating of 9.8 out of 10. It stems from how the platform handles workflow definitions. Specifically, the system uses a scripting environment that was not properly isolated. This lack of sandboxing allows malicious code to escape the intended workflow logic and interact directly with the underlying operating system, giving the attacker full control over the server.
Unrestricted Access Enables Full System Control
The core problem lies in the configuration of the GraalVM evaluators used to process workflows. These components were set up to allow unrestricted host access, a setting designed for convenience that backfired by creating a massive security hole. Attackers can exploit this by submitting specially crafted JavaScript or Python expressions through the workflow API. Once submitted, these scripts bypass the intended limitations and invoke system commands using Java reflection or direct subprocess calls.
This trade-off between development flexibility and security is now being exploited in the wild. Because the vulnerability requires no authentication, it is particularly dangerous for organizations that expose their Conductor instances to the public internet. The attacker does not need to guess passwords or steal sessions; they simply need to send a specific API request containing the malicious code. The result is that the attacker runs with the same privileges as the Conductor process, which often includes administrative rights.
Global Surge in Attack Activity Observed
Security firms are seeing a sharp increase in exploitation attempts. Fortinet reported blocking over 1,290 attacks in a single 24-hour period as of September 9, 2026. This represents a 132% jump in daily activity compared to previous days. In total, nearly 7,000 attempts were blocked between September 2 and September 9. The majority of this traffic originated from Germany, Hong Kong, Indonesia, the United Arab Emirates, and India, indicating a coordinated or widespread campaign.
Other security providers have also detected exploitation attempts, confirming that this is not an isolated incident. Telemetry data from Previdian shows three attempts against their honeypots since late July, while Empirical Security noted active exploitation as recently as August 21. These findings suggest that the vulnerability has been known and targeted for several weeks, putting organizations that have not yet patched themselves at significant risk of compromise.
Immediate Patching Required for Protection
The only reliable fix is to upgrade to Orkes Conductor version 3.30.2 or later, which contains the security patch. Organizations running versions 3.21.21 through 3.30.1 are vulnerable and should prioritize this update immediately. If upgrading is not possible due to operational constraints, administrators must implement strict network controls. This includes restricting external access to the workflow API endpoints and placing Conductor instances behind firewalls or other network access controls.
Additionally, teams should monitor their logs for suspicious workflow submissions and unexpected command execution. While these measures can reduce the attack surface, they are not a substitute for the patch. The risk remains high because the vulnerability is trivial to exploit. Any delay in applying the fix leaves the organization exposed to potential data theft, ransomware deployment, or complete system takeover.






