CVE-2026-74890
Received Received - Intake

Authentication Bypass in OpenSSL CamelliaCipher via PYTEST_CURRENT_TEST

Vulnerability report for CVE-2026-74890, 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 an authentication bypass vulnerability in CamelliaCipher that disables HMAC tag generation and verification when the PYTEST_CURRENT_TEST environment variable is set. Attackers with code execution can set this environment variable to produce unauthenticated ciphertext and bypass integrity protection on encrypted data.

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-345 The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects the openssl_encrypt Python package versions below 1.4.0. It involves an authentication bypass in the Camellia cipher implementation where setting the PYTEST_CURRENT_TEST environment variable disables HMAC tag generation and verification. This allows unauthenticated ciphertext to be produced and processed, bypassing integrity protections.

Detection Guidance

Check if the openssl_encrypt package version is below 1.4.0 by running pip show openssl_encrypt or pip list. Inspect environment variables for PYTEST_CURRENT_TEST set in processes using ps aux | grep PYTEST_CURRENT_TEST or env | grep PYTEST_CURRENT_TEST.

Impact Analysis

Attackers with code execution can exploit this to generate ciphertext without HMAC tags or skip HMAC verification during decryption. This undermines data integrity, allowing tampering with encrypted data without detection. Systems relying on this package for encryption may expose sensitive data to unauthorized modification.

Compliance Impact

This vulnerability compromises data integrity protections, which are critical for compliance with GDPR and HIPAA. GDPR requires integrity and confidentiality of personal data, while HIPAA mandates safeguards for protected health information. Exploiting this flaw could lead to unauthorized data tampering, violating these regulations.

Mitigation Strategies

Upgrade openssl_encrypt to version 1.4.0 or later immediately. Remove or unset the PYTEST_CURRENT_TEST environment variable in all environments. Review and audit code for any use of CamelliaCipher in encryption operations.

Chat Assistant

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

EPSS Chart