CVE-2025-29923

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-29923
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-29923.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-29923
Aliases
Downstream
Related
Published
2025-03-20T18:03:14Z
Modified
2025-10-18T09:48:38.924054Z
Severity
  • 3.7 (Low) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N CVSS Calculator
Summary
go-redis allows potential out of order responses when `CLIENT SETINFO` times out during connection establishment
Details

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.

References

Affected packages

Git / github.com/redis/go-redis

Affected ranges

Type
GIT
Repo
https://github.com/redis/go-redis
Events
Type
GIT
Repo
https://github.com/redis/go-redis
Events
Type
GIT
Repo
https://github.com/redis/go-redis
Events

Affected versions

extra/rediscensus/v9.*

extra/rediscensus/v9.7.0
extra/rediscensus/v9.7.1
extra/rediscensus/v9.7.2

extra/rediscmd/v9.*

extra/rediscmd/v9.7.0
extra/rediscmd/v9.7.1
extra/rediscmd/v9.7.2

extra/redisotel/v9.*

extra/redisotel/v9.7.0
extra/redisotel/v9.7.1
extra/redisotel/v9.7.2

extra/redisprometheus/v9.*

extra/redisprometheus/v9.7.0
extra/redisprometheus/v9.7.1
extra/redisprometheus/v9.7.2

v9.*

v9.5.1
v9.5.2
v9.5.3
v9.5.4
v9.7.0
v9.7.0-beta.1
v9.7.1
v9.7.2