AUGUST 14, 2026
Live Feed
Back to database
Case File

CVE-2026-69102

CRITICAL · CVSS 9.8 EPSS 0.44% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-14

CyberRota Analysis

AI-Generated

MaxKey is vulnerable due to a hard-coded JWT signing secret, enabling unauthenticated attackers to forge valid JWT tokens and gain unauthorized access to user accounts, including admin sessions. This critical vulnerability allows attackers to exploit the password-skipped login endpoint, compromising SSO application configurations and sensitive downstream application secrets. Organizations using MaxKey should prioritize immediate remediation to prevent potential exploitation and data breaches.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-69102
Severity
CRITICAL
CVSS
9.8
EPSS
0.44%

Original NVD Description

MaxKey contains an unauthorized access vulnerability due to a hard-coded JWT signing secret in application-maxkey.properties that allows unauthenticated attackers to forge valid JWT tokens and authenticate as any user by exploiting the password-skipped login endpoint. Attackers can craft a JWT token signed with the publicly known default secret, submit it to the /sign/login/jwt/trust endpoint, and obtain a fully authenticated admin session with access to SSO application configuration and downstream application secrets.