CVE-2026-81688
Analyzed Analyzed - Analysis Complete

OpenSSL Encrypt Plaintext Hash Disclosure in File Metadata

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

Publication date: 2026-08-27

Last updated on: 2026-09-02

Assigner: VulnCheck

Description

openssl_encrypt versions before 1.4.9 store an unkeyed SHA-256 hash of the plaintext in the cleartext file header metadata. Attackers can read this hash without the password to confirm guessed plaintexts offline or fingerprint identical plaintexts across separately-encrypted files.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-09-02
Generated
2026-09-17
AI Q&A
2026-08-27
EPSS Evaluated
2026-09-15
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
jahlives openssl_encrypt to 1.4.9 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-311 The product does not encrypt sensitive or critical information before storage or transmission.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-81688 affects openssl_encrypt versions before 1.4.9. It stores an unkeyed SHA-256 hash of the plaintext in the encrypted file header. Attackers can read this hash without the password to confirm guessed plaintexts offline or identify identical plaintexts across different encrypted files.

Detection Guidance

To detect this vulnerability, inspect encrypted files created with openssl_encrypt versions before 1.4.9 for a SHA-256 hash in the header metadata. Use tools like hexdump or file inspection commands to check for unexpected hash storage in file headers.

Impact Analysis

Attackers could exploit this to verify guessed plaintexts without the password, potentially exposing sensitive data. It also allows fingerprinting identical plaintexts across multiple encrypted files, increasing the risk of data leaks or unauthorized access.

Compliance Impact

This vulnerability may violate data protection requirements under GDPR and HIPAA by failing to adequately protect sensitive data. Storing unkeyed hashes of plaintext undermines encryption best practices, potentially leading to non-compliance with confidentiality and integrity controls.

Mitigation Strategies

Upgrade openssl_encrypt to version 1.4.9 or later to remove the unkeyed hash storage. Ensure all encrypted files are re-encrypted with the updated version to prevent hash-based plaintext confirmation attacks.

Chat Assistant

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

EPSS Chart