Centrifugo is an open-source scalable real-time messaging server. Prior to 6.8.1, Centrifugo dynamic JWKS endpoint verification could reuse a key for one allowed issuer to verify a JWT for another allowed issuer because the JWKS cache and singleflight lookup were keyed only by JWT header kid, not by the resolved JWKS endpoint, issuer, audience, or trust-domain namespace, affecting client.token.jwks_public_endpoint, client.subscription_token.jwks_public_endpoint, internal/jwks/cache.go, and internal/jwks/manager.go. This issue is fixed in version 6.8.1.
References
Configurations
No configuration.
History
17 Jul 2026, 12:17
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/centrifugal/centrifugo/security/advisories/GHSA-g6vg-wj8f-48cj - |
16 Jul 2026, 20:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-16 20:16
Updated : 2026-07-17 18:42
NVD link : CVE-2026-49998
Mitre link : CVE-2026-49998
CVE.ORG link : CVE-2026-49998
JSON object : View
Products Affected
No product.
CWE
CWE-347
Improper Verification of Cryptographic Signature
