CVE-2026-81719 PUBLISHED

openssl_encrypt before 1.4.9 Remote Code Execution via Plugin

Assigner: VulnCheck
Reserved: 27.08.2026 Published: 27.08.2026 Updated: 27.08.2026

openssl_encrypt before 1.4.9 executes untrusted third-party plugins with insufficient controls: the plugin signature policy defaulted to WARN, so an unsigned/unverifiable non-built-in plugin was compiled and executed in the host process at import time, before the runtime sandbox is installed. The only default gate was an incomplete, bypassable AST denylist. If a user is induced to load an attacker's plugin, this results in arbitrary code execution with the privileges of the user running openssl_encrypt. Fixed in 1.4.9 by defaulting the signature policy to ENFORCE for non-built-in plugins.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor jahlives
Product openssl_encrypt
Versions Default: unaffected
  • affected from 0 to 1.4.9 (excl.)
  • Version 1.4.9 is unaffected

References

Problem Types

  • Improper Control of Generation of Code ('Code Injection') CWE