All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-74884
HIGHpublished 2026-08-17 11:16 UTC · 22 hours ago · modified 2026-08-17 16:17 UTC
8.7
CVSS / 10
// 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.
// weaknesses (CWE)
- CWE-73