CVE-2026-97055
Last modified
CVE-2026-97055 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. SigNoz from v0.8.0 before v0.143.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. EPSS estimates a 0.41% chance of exploitation in the next 30 days.
Description
SigNoz from v0.8.0 before v0.143.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. A forged refresh token can be exchanged at /api/v2/sessions/rotate for a new token pair and cannot be revoked, so it remains usable for its full lifetime (30 days by default). Fixed in v0.143.0, which requires a JWT secret when the jwt provider is selected and changes the default provider to opaque.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| SigNoz | signoz | >= 0.8.0, < 0.143.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-97055?
How severe is CVE-2026-97055?
How do I fix CVE-2026-97055?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9699Mattermost Plugins versions <=11.6 10.18.11 11.3.6 11.6.5.0 …6.8
- CVE-2026-9700The Eventer plugin for WordPress is vulnerable to time-based…7.5
- CVE-2026-9701The Eventer plugin for WordPress is vulnerable to an insecur…9.8
- CVE-2026-9702The InPost PL WordPress plugin before 1.9.1 does not verify …7.5
- CVE-2026-9704A flaw was found in Keycloak. An authenticated user with low…8.8
- CVE-2026-9705A flaw was found in Keycloak's client registration service. …6.5
- CVE-2026-97056SigNoz versions from v0.98.0 up to (but not including) v0.14…6.8
- CVE-2026-97057redis-parser through 3.0.0 fails to validate the multi-bulk …7.5
- CVE-2026-97058sprintf-js through 1.1.3 passes unbounded precision specifie…5.3
- CVE-2026-97059DCMTK through 3.7.0 contains a heap over-read vulnerability …8.2
- CVE-2026-97060X-SpringBoot through 6.0 lacks object-level authorization in…7.2
- CVE-2026-97061Black Candy through 3.2.1 fails to scope playlist search que…4.3
Are you affected by CVE-2026-97055?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
