CVE-2025-29923
Last modified
CVE-2025-29923 is a low-severity vulnerability rated 3.7/10 on the CVSS scale. go-redis is the official Redis client library for the Go programming language. Prior to 9.5.5, 9.6.3, and 9.7.3, go-redis potentially responds out of order when `CLIENT SETINFO` times out during connection establishment. EPSS estimates a 0.69% chance of exploitation in the next 30 days.
Description
go-redis is the official Redis client library for the Go programming language. Prior to 9.5.5, 9.6.3, and 9.7.3, go-redis potentially responds out of order when `CLIENT SETINFO` times out during connection establishment. This can happen when the client is configured to transmit its identity, there are network connectivity issues, or the client was configured with aggressive timeouts. The problem occurs for multiple use cases. For sticky connections, you receive persistent out-of-order responses for the lifetime of the connection. All commands in the pipeline receive incorrect responses. When used with the default ConnPool once a connection is returned after use with ConnPool#Put the read buffer will be checked and the connection will be marked as bad due to the unread data. This means that at most one out-of-order response before the connection is discarded. This issue is fixed in 9.5.5, 9.6.3, and 9.7.3. You can prevent the vulnerability by setting the flag DisableIndentity to true when constructing the client instance.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-29923?
How severe is CVE-2025-29923?
How do I fix CVE-2025-29923?
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 2025
- CVE-2025-29915Suricata is a network Intrusion Detection System, Intrusion …7.5
- CVE-2025-29916Suricata is a network Intrusion Detection System, Intrusion …5.5
- CVE-2025-29917Suricata is a network Intrusion Detection System, Intrusion …5.5
- CVE-2025-29918Suricata is a network Intrusion Detection System, Intrusion …5.5
- CVE-2025-2992A vulnerability classified as critical was found in Tenda FH…6.9
- CVE-2025-29922kcp is a Kubernetes-like control plane for form-factors and …9.6
- CVE-2025-29924XWiki Platform is a generic wiki platform. Prior to 15.10.14…7.5
- CVE-2025-29925XWiki Platform is a generic wiki platform. Prior to 15.10.14…5.3
- CVE-2025-29926XWiki Platform is a generic wiki platform. Prior to 15.10.15…9.8
- CVE-2025-29927Next.js is a React framework for building full-stack web app…9.1
- CVE-2025-29928authentik is an open-source identity provider. Prior to vers…8
- CVE-2025-29929Tuleap is an Open Source Suite to improve management of soft…4.3
Are you affected by CVE-2025-29923?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
