CVE-2026-97055 - SigNoz before 0.143.0 Authentication Bypass via Empty JWT Secret
Brief
CVE ID : CVE-2026-97055
Published : Sept. 24, 2026, 2:16 a. m.
- 42 minutes ago
Description : SigNoz from v0.
- 0 before v0.
- 0 defaults the JWT tokenizer signing secret (tokenizer::jwt::secret, set via SIGNOZ_TOKENIZER_JWT_SECRET or the deprecated SIGNOZ_JWT_SECRET) to an empty string, and Config. Validate() does not reject the empty value, so a deployment that does not configure a secret starts up and both signs and verifies session tokens with an empty HMAC key.
Because the JWT tokenizer was the default provider, any such deployment is affected. An unauthenticated attacker who knows the ID of an existing user can forge a valid session token for that user — including an administrator — by signing the id, orgId and email claims with an empty key; the organization ID (and whether an email is registered) can be obtained without authentication from /api/v2/sessions/context.
