Skip to content

github.com/REDIS/go-redis/v9-v9.5.1: 1 vulnerabilities (highest severity is: 3.7) #125

@mend-bolt-for-github

Description

@mend-bolt-for-github
Vulnerable Library - github.com/REDIS/go-redis/v9-v9.5.1

Redis Go client

Library home page: https://proxy.golang.org/github.com/!r!e!d!i!s/go-redis/v9/@⁠v/v9.5.1.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Vulnerabilities

Vulnerability Severity CVSS Dependency Type Fixed in (github.com/REDIS/go-redis/v9-v9.5.1 version) Remediation Possible**
CVE-2025-29923 Low 3.7 github.com/REDIS/go-redis/v9-v9.5.1 Direct https://github.com/redis/go-redis.git - v9.6.3,https://github.com/redis/go-redis.git - v9.5.5,https://github.com/redis/go-redis.git - v9.7.2,github.com/redis/go-redis/v9 - v9.5.5,github.com/redis/go-redis/v9 - v9.6.3,github.com/redis/go-redis/v9 - v9.7.2

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2025-29923

Vulnerable Library - github.com/REDIS/go-redis/v9-v9.5.1

Redis Go client

Library home page: https://proxy.golang.org/github.com/!r!e!d!i!s/go-redis/v9/@⁠v/v9.5.1.zip

Path to dependency file: /go.mod

Path to vulnerable library: /go.mod

Dependency Hierarchy:

  • github.com/REDIS/go-redis/v9-v9.5.1 (Vulnerable Library)

Found in base branch: main

Vulnerability 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.
Mend Note: The description of this vulnerability differs from MITRE.

Publish Date: 2025-03-20

URL: CVE-2025-29923

CVSS 3 Score Details (3.7)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2025-03-20

Fix Resolution: https://github.com/redis/go-redis.git - v9.6.3,https://github.com/redis/go-redis.git - v9.5.5,https://github.com/redis/go-redis.git - v9.7.2,github.com/redis/go-redis/v9 - v9.5.5,github.com/redis/go-redis/v9 - v9.6.3,github.com/redis/go-redis/v9 - v9.7.2

Step up your Open Source Security Game with Mend here

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions