CVE-2026-81703
Analyzed Analyzed - Analysis Complete

OpenSSL PQC Private Key Encryption Bypass Vulnerability

Vulnerability report for CVE-2026-81703, 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-01

Assigner: VulnCheck

Description

openssl_encrypt versions before 1.4.9 fail to validate encryption status of embedded post-quantum private keys in file metadata. Attackers can craft files with unencrypted embedded PQC keys that decrypt under any password, bypassing authentication and producing attacker-chosen plaintext with false integrity verification.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-09-01
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-287 When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects openssl_encrypt versions before 1.4.9. It allows attackers to bypass authentication by crafting files with unencrypted embedded post-quantum cryptography (PQC) private keys. These files decrypt successfully with any password, producing attacker-chosen plaintext while falsely indicating integrity verification.

Detection Guidance

Check installed versions of openssl_encrypt with: pip show openssl-encrypt or pip list | grep openssl-encrypt. Files with unencrypted embedded PQC keys may have metadata flags like pqc_key_encrypted:false or aead_binding:false. Inspect file metadata using hex editors or custom scripts to verify encryption status of embedded keys.

Impact Analysis

Attackers could gain unauthorized access to encrypted files, bypass password protection, and manipulate decrypted content. This could lead to data breaches, unauthorized modifications, or false integrity verification, making users believe files are secure when they are not.

Compliance Impact

This vulnerability could violate compliance requirements for data protection and integrity, such as GDPR's encryption standards or HIPAA's safeguards for protected health information. Failure to protect encrypted data adequately may result in regulatory penalties or legal consequences.

Mitigation Strategies

Upgrade openssl_encrypt to version 1.4.9 or later immediately. Avoid using legacy files with allow_unencrypted_pqc_key=True. Review and re-encrypt any files containing embedded PQC keys. Monitor for unauthorized decryption attempts or integrity verification failures.

Chat Assistant

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

EPSS Chart