CVE-2026-74893
Received Received - Intake

Hardcoded JWT Secrets in OpenSSL Encrypt Config

Vulnerability report for CVE-2026-74893, 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 hardcoded default JWT signing secrets in config.py that pass validation checks. Attackers with access to source code can forge valid JWT tokens for any client_id to gain authenticated access to keyserver and telemetry APIs.

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-798 The product contains hard-coded credentials, such as a password or cryptographic key.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves hardcoded default JWT signing secrets in the openssl_encrypt package versions before 1.4.0. The config.py file contains two default secrets with publicly known values that meet length requirements but lack randomization. Attackers with source code access can forge valid JWT tokens to gain unauthorized access to keyserver and telemetry APIs.

Detection Guidance

Check for the presence of hardcoded JWT secrets in config.py of openssl_encrypt versions before 1.4.0. Look for default secrets like keyserver_token_secret and telemetry_token_secret with known values. Search for these strings in your codebase or configuration files.

Impact Analysis

Attackers can forge JWT tokens to impersonate legitimate users and gain authenticated access to sensitive APIs like keyserver and telemetry. This could lead to unauthorized data access, manipulation, or service disruption if the affected APIs handle critical functions or sensitive information.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection and access control. GDPR mandates strong authentication and protection of personal data, while HIPAA requires safeguards for protected health information. Unauthorized API access could lead to data breaches and non-compliance penalties.

Mitigation Strategies

1. Upgrade to a patched version if available. 2. Remove hardcoded default secrets and generate unique random secrets on first startup. 3. Implement strict validation to reject known default values. 4. Rotate all JWT secrets immediately if the system is affected.

Chat Assistant

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

EPSS Chart