CVE-2026-74899

Summary

openssl_encrypt versions before 1.4.0 contain a sandbox escape vulnerability in IsolatedPluginExecutor that exposes Python type objects in restricted exec() builtins. Attackers can traverse the Python class hierarchy via class.mro.subclasses() to access system functions and execute arbitrary OS commands.

Affected Software

VendorProductVersion RangeStatus
jahlivesopenssl_encrypt0 < 1.4.0affected
jahlivesopenssl_encrypt1.4.0unaffected

Weaknesses

  • CWE-95: Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')

References