CVE-2026-74876
Received Received - Intake

OpenSSL Encryption Flaw in PublicKeyBundle.from_dict

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

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: VulnCheck

Description

openssl_encrypt versions before 1.4.0 contain a vulnerability in PublicKeyBundle.from_dict() that creates key bundles from untrusted data without verifying signatures. Attackers can call from_dict() followed by to_identity() without signature verification to encrypt data using attacker-controlled public keys, leaking secrets.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-17
Last Modified
2026-08-17
Generated
2026-08-17
AI Q&A
2026-08-17
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
openssl openssl_encrypt to 1.4.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-347 The product does not verify, or incorrectly verifies, the cryptographic signature for data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects openssl_encrypt versions before 1.4.0. The PublicKeyBundle.from_dict() function processes untrusted data without verifying cryptographic signatures. Attackers can exploit this by calling from_dict() followed by to_identity() to encrypt data using attacker-controlled public keys, which may lead to secret leakage.

Detection Guidance

Check the version of openssl_encrypt installed on your system. If it is below 1.4.0, the system is vulnerable. Use commands like 'pip show openssl_encrypt' or 'openssl_encrypt --version' to verify the installed version.

Impact Analysis

Attackers could intercept and decrypt sensitive data if they control the public keys used for encryption. This could expose confidential information such as credentials, personal data, or other secrets transmitted or stored using the vulnerable library.

Compliance Impact

This vulnerability could lead to unauthorized access to personal or health data, violating GDPR and HIPAA requirements for data protection and encryption. Organizations using affected versions may face compliance violations, legal penalties, and reputational damage due to data breaches.

Mitigation Strategies

Immediately upgrade openssl_encrypt to version 1.4.0 or later. If upgrading is not possible, review and modify code to ensure signature verification is performed before using PublicKeyBundle.from_dict() and to_identity().

Chat Assistant

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

EPSS Chart