← Back to browse · API

CVE-2026-42869

Severity
CRITICAL
CVSS
10.0
EPSS
0.0044
Risk score
40.15
CISA KEV
No
PoC
No
Published
2026-05-11
Modified
2026-05-12
First seen
2026-08-07
Aliases
EUVD-2026-29184
Products
socfortress:CoPilot < 0.1.57
Sources
euvd EUVD-2026-29184

Description

SOCFortress CoPilot focuses on providing a single pane of glass for all your security operations needs. Prior to 0.1.57, SOCFortress CoPilot ships a hardcoded JWT signing secret as a fallback value in backend/app/auth/utils.py:28 and ships it verbatim in .env.example. Any deployment where JWT_SECRET is not explicitly set — including the default Docker Compose setup — signs all authentication tokens with this publicly known value. An unauthenticated attacker can forge arbitrary admin-scoped JWTs and gain full control of the application and every security tool it manages without any credentials. This vulnerability is fixed in 0.1.57.

References