-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Advisory CVE-2025-29923 references a vulnerability in the following Go modules:
Module |
---|
github.com/redis/go-redis |
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 u...
References:
- ADVISORY: https://nvd.nist.gov/vuln/detail/CVE-2025-29923
- FIX: redis/go-redis@d236865
- FIX: fix: handle network error on SETINFO redis/go-redis#3295
- WEB: GHSA-92cp-5422-2mw7
No existing reports found with this module or alias.
See doc/quickstart.md for instructions on how to triage this report.
id: GO-ID-PENDING
modules:
- module: github.com/redis/go-redis
vulnerable_at: 6.15.9+incompatible
summary: CVE-2025-29923 in github.com/redis/go-redis
cves:
- CVE-2025-29923
references:
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2025-29923
- fix: https://github.com/redis/go-redis/commit/d236865b0cfa1b752ea4b7da666b1fdcd0acebb6
- fix: https://github.com/redis/go-redis/pull/3295
- web: https://github.com/redis/go-redis/security/advisories/GHSA-92cp-5422-2mw7
source:
id: CVE-2025-29923
created: 2025-03-20T20:01:34.809106658Z
review_status: UNREVIEWED