Output Injection Vulnerability in OpenSSL Encrypt by jahlives
CVE-2026-81694
9.3CRITICAL
What is CVE-2026-81694?
The openssl-encrypt package, specifically in versions up to 1.4.8, is susceptible to an output injection vulnerability due to unsanitized filenames being printed in the verify-usb command output. When filenames are read from untrusted sources, attackers can craft filenames that include control characters, enabling them to manipulate the command-line output. This could allow the attacker to display falsified messages (such as a forged 'PASSED' verdict) while concealing actual tampering events. The vulnerability has been addressed in version 1.4.9 by implementing a sanitization process for filenames using sanitize_for_display().
Affected Version(s)
openssl_encrypt 0 < 1.4.9
openssl_encrypt 1.4.9
