CVE-2026-81698
Received Received - Intake

OpenSSL encrypt shell injection via untrusted metadata fields

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

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: VulnCheck

Description

openssl_encrypt versions before 1.4.9 contain a shell injection vulnerability in the info command's reconstructed CLI block that interpolates untrusted metadata fields without quoting. Attackers can craft metadata values like pepper_name containing shell commands that execute when users copy the printed CLI block into a shell.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-27
Generated
2026-08-27
AI Q&A
2026-08-27
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-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a shell injection flaw in openssl_encrypt versions before 1.4.9. The info command reconstructs a CLI block by inserting untrusted metadata fields like pepper_name directly into shell commands without proper quoting. Attackers can inject malicious shell commands into these fields, which execute when users copy and paste the reconstructed command into a shell.

Detection Guidance

Check if the openssl_encrypt package version is 1.4.8 or earlier. Run: openssl_encrypt --version. If the version is vulnerable, inspect metadata fields like pepper_name, hsm_plugin, and algorithm for suspicious values containing shell commands or special characters.

Impact Analysis

If you use a vulnerable version of openssl_encrypt, an attacker could craft malicious metadata values that execute arbitrary code on your system when you copy and paste the info command output into a shell. This could lead to unauthorized system access, data theft, or further compromise of your environment.

Mitigation Strategies

Upgrade openssl_encrypt to version 1.4.9 or later immediately. Avoid copying and pasting CLI blocks generated by the info command until the upgrade is complete. Review and sanitize metadata fields for any injected commands.

Chat Assistant

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

EPSS Chart