CVE-2026-74884
Received Received - Intake

Path Traversal in OpenSSL Encrypt Plugin

Vulnerability report for CVE-2026-74884, 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 path traversal vulnerability in the _is_safe_path method where the plugin_id parameter is not sanitized before constructing the plugin config directory path. Attackers can declare a malicious plugin_id containing path traversal sequences like '../' to access arbitrary directories outside the intended plugin directory.

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

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-73 The product allows user input to control or influence paths or file names that are used in filesystem operations.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a path traversal issue in the openssl_encrypt package versions before 1.4.0. The _is_safe_path method uses an unsanitized plugin_id parameter to construct a plugin config directory path. Attackers can exploit this by including path traversal sequences like '../' in the plugin_id to access directories outside the intended plugin directory.

Detection Guidance

Check for vulnerable openssl_encrypt versions before 1.4.0 by inspecting installed packages and plugin configurations. Look for plugin_id parameters containing path traversal sequences like '../' in logs or plugin directories. Review plugin_sandbox.py for unsanitized plugin_id usage.

Impact Analysis

An attacker could exploit this to read or write files in arbitrary directories on the system where the plugin is installed. This may lead to unauthorized access to sensitive data, modification of critical files, or execution of malicious code depending on the plugin's permissions.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection principles and HIPAA's security requirements for protected health information. Non-compliance may result in legal penalties, fines, or reputational damage.

Mitigation Strategies

Upgrade openssl_encrypt to version 1.4.0 or later. Sanitize plugin_id inputs to reject path separators, '..', null bytes, and non-alphanumeric characters. Remove redundant validation checks in plugin_sandbox.py. Monitor for unauthorized directory access attempts.

Chat Assistant

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

EPSS Chart