CVE-2026-74899
Received Received - Intake

OpenSSL sandbox escape via restricted exec() in IsolatedPluginExecutor

Vulnerability report for CVE-2026-74899, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: VulnCheck

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-17
Last Modified
2026-08-17
Generated
2026-08-17
AI Q&A
2026-08-17
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
openssl openssl_encrypt to 1.4.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-95 The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes code syntax before using the input in a dynamic evaluation call (e.g. "eval").

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a sandbox escape vulnerability in openssl_encrypt versions before 1.4.0. It occurs in IsolatedPluginExecutor where Python type objects are exposed in restricted exec() builtins. Attackers can traverse the class hierarchy using __class__.__mro__.__subclasses__() to access system functions and execute arbitrary OS commands.

Detection Guidance

Check if openssl_encrypt versions before 1.4.0 are installed using pip list or pip show openssl_encrypt. Inspect plugin_sandbox.py for IsolatedPluginExecutor usage with exec() and restricted __builtins__. Look for suspicious plugin activity or unexpected system command execution.

Impact Analysis

An attacker could exploit this to bypass sandbox restrictions and execute arbitrary OS commands. This could lead to full system compromise, including filesystem access, process spawning, and network connections if a malicious plugin is used.

Compliance Impact

This vulnerability allows arbitrary OS command execution, which could lead to unauthorized data access, modification, or exfiltration. For GDPR, this could result in violations of data integrity and confidentiality. For HIPAA, it may compromise protected health information integrity and availability.

Mitigation Strategies

Upgrade openssl_encrypt to version 1.4.0 or later immediately. Avoid using exec() for sandboxing in plugins. Implement OS-level restrictions like seccomp or containers. Review and restrict plugin permissions thoroughly.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74899. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart