CVE-2025-29923: go-redis allows potential out of order responses when `CLIENT SETINFO` times out during connection establishment
The issue only occurs when the CLIENT SETINFO
command times out during connection establishment. The following circumstances can cause such a timeout:
- The client is configured to transmit its identity. This can be disabled via the
DisableIndentity
flag. - There are network connectivity issues
- The client was configured with aggressive timeouts
The impact differs by use case:
References
Detect and mitigate CVE-2025-29923 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →