CVE-2026-74894
Received Received - Intake

Authentication Bypass in OpenSSL Encrypt Verify API Token

Vulnerability report for CVE-2026-74894, 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 before 1.4.0 contains an authentication bypass vulnerability in the verify_api_token function that accepts any non-empty Bearer token string without validation. Attackers can upload arbitrary public keys, enumerate all keys, and revoke keys belonging to any user by providing any Bearer token in the Authorization header.

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

Currently, no data is known.

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 is an authentication bypass in openssl_encrypt versions before 1.4.0. The verify_api_token function accepts any non-empty Bearer token without validation, allowing attackers to bypass authentication by providing arbitrary tokens in the Authorization header. This enables unauthorized actions like uploading malicious public keys, enumerating all keys, and revoking keys belonging to other users.

Detection Guidance

Check if your openssl_encrypt version is before 1.4.0 by running: openssl_encrypt --version. Inspect API endpoints handling Bearer tokens for improper validation in the verify_api_token function. Monitor for unauthorized key uploads, key enumeration, or key revocations in logs.

Impact Analysis

Attackers can exploit this to bypass authentication and perform unauthorized actions such as uploading malicious public keys, enumerating all existing keys, or revoking keys belonging to any user. This could lead to data breaches, unauthorized access, or denial of service if keys are revoked.

Compliance Impact

This vulnerability could lead to unauthorized access or data breaches, violating GDPR's data protection requirements and HIPAA's security rules for protected health information. Non-compliance may result in legal penalties, fines, or reputational damage.

Mitigation Strategies

Upgrade to openssl_encrypt version 1.4.0 or later if available. If not, apply the patch from commit 1d519a1. Disable the standalone key server if not required. Implement strict Bearer token validation in verify_api_token function.

Chat Assistant

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

EPSS Chart