pump:v1.13.0-rc3 Vulnerability Report

Version Built By Build Date Commit Go OS Go Arch Go Version
v1.13.0-rc3 2025-10-22T16:26:30.157Z cef551360362529e850ff580bb1466d53ad229d3 linux amd64

Critical High Medium Low
All issues 0 0 0 1
Skip invalid issues 0 0 0 0

Critical Vulnerabilities

CVE ID Score Summary Resolution Scanners Published

High Vulnerabilities

CVE ID Score Summary Resolution Scanners Published

Medium Vulnerabilities

CVE ID Score Summary Resolution Scanners Published

Low Vulnerabilities

CVE ID Score Summary Resolution Scanners Published
CVE-2025-29923 0.00 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. INVALID: CVE applies to no Cvss score, not applicable scout: Low 2025-03-20T18:15:00Z