Vulnerability Description
Centrifugo is an open-source scalable real-time messaging server. Prior to 6.9.0, Centrifugo copies the client-controlled protocol.ConnectRequest.headers map through OnClientConnecting in internal/client/handler.go, ConnectEvent.Headers, and SetEmulatedHeadersToContext. The requestHeaders path in internal/proxy/http.go, the requestMetadata path in internal/proxy/grpc.go, and the Consume path in internal/unigrpc/grpc.go can forward an allowlisted value as a trusted backend header or metadata value. A remote client can spoof a header such as x-trusted-user for connect, refresh, subscribe, publish, RPC, and related proxy calls when the backend relies on that header for authentication or authorization. The unidirectional gRPC transport has no transport-level HTTP header that can override the emulated value. This issue is fixed in version 6.9.0.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/centrifugal/centrifugo/commit/84d38cea1dd2efa24375a148817a974
- https://github.com/centrifugal/centrifugo/pull/1182
- https://github.com/centrifugal/centrifugo/releases/tag/v6.9.0
- https://github.com/centrifugal/centrifugo/security/advisories/GHSA-9468-v6mj-fpp
FAQ
What is CVE-2026-71485?
CVE-2026-71485 is a vulnerability with a CVSS score of 9.1 (CRITICAL). Centrifugo is an open-source scalable real-time messaging server. Prior to 6.9.0, Centrifugo copies the client-controlled protocol.ConnectRequest.headers map through OnClientConnecting in internal/cli...
How severe is CVE-2026-71485?
CVE-2026-71485 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-71485?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.