CVE-2026-74899
9.8jahlives · openssl_encrypt
A sandbox escape vulnerability in the IsolatedPluginExecutor allows unauthenticated attackers to access Python type objects, facilitating arbitrary command execution through class hierarchy traversal.
Executive summary
A critical sandbox escape vulnerability in jahlives openssl_encrypt permits unauthenticated attackers to execute arbitrary OS commands by manipulating Python type objects.
Vulnerability
The IsolatedPluginExecutor improperly exposes restricted Python builtins, allowing unauthenticated attackers to traverse the class hierarchy and escape the intended execution sandbox.
Business impact
The ability to escape the sandbox and execute OS commands allows an attacker to gain full control over the application environment. With a CVSS score of 9.8, this flaw could result in complete data exfiltration, unauthorized system changes, and total loss of service availability.
Remediation
Immediate Action: Patch the application by updating jahlives openssl_encrypt to version 1.4.0 or later.
Proactive Monitoring: Monitor for unexpected execution of system-level commands or unauthorized access to sensitive file paths by the application service.
Compensating Controls: Implement strict environment isolation and principle of least privilege for the user account running the application to limit the potential blast radius of an escape.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
The severity of this flaw necessitates an immediate upgrade to the latest version. Failure to patch allows attackers to bypass security boundaries, making this a high-priority remediation task for all administrators.