All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-69102
CRITICALpublished 2026-08-11 18:18 UTC · 1 day ago · modified 2026-08-12 17:17 UTC
9.3
CVSS / 10
// 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.
// weaknesses (CWE)
- CWE-798