Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/redis/go-redis/v9 v9.5.1 -> v9.5.5 age confidence

GitHub Vulnerability Alerts

CVE-2025-29923

Impact

The issue only occurs when the CLIENT SETINFO command times out during connection establishment. The following circumstances can cause such a timeout:

  1. The client is configured to transmit its identity. This can be disabled via the DisableIndentity flag.
  2. There are network connectivity issues
  3. The client was configured with aggressive timeouts

The impact differs by use case:

  • Sticky connections: Rather than using a connection from the pool on-demand, the caller can stick with a connection. Then you receive persistent out-of-order responses for the lifetime of the connection.
  • Pipelines: All commands in the pipeline receive incorrect responses.
  • Default connection pool usage without pipelining: 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.

Patches

We prepared a fix in https://github.com/redis/go-redis/pull/3295 and plan to release patch versions soon.

Workarounds

You can prevent the vulnerability by setting the flag DisableIndentity (BTW: We also need to fix the spelling.) to true when constructing the client instance.

Credit

Akhass Wasti
Ramin Ghorashi
Anton Amlinger
Syed Rahman
Mahesh Venkateswaran
Sergey Zavoloka
Aditya Adarwal
Abdulla Anam
Abd-Alhameed
Alex Vanlint
Gaurav Choudhary
Vedanta Jha
Yll Kelani
Ryan Picard


Release Notes

redis/go-redis (github.com/redis/go-redis/v9)

v9.5.5

Compare Source

What's Changed

Full Changelog: redis/go-redis@v9.5.4...v9.5.5

v9.5.4

Compare Source

v9.5.3

Compare Source

v9.5.2: 9.5.2

Compare Source

Changes

  • fix: fix #​2681 (#​2998)
  • Remove skipping span creation by checking parent spans (#​2980)
  • Handle IPv6 in isMovedError (#​2981)
  • Fix XGroup first pos key (#​2983)
  • Adding BitfieldRo in BitMapCmdable interface (#​2962)
  • Optimize docs useless imports and typo (#​2970)
  • chore: fix some comments (#​2967)
  • Fix for issues #​2959 and #​2960 (#​2961)
  • fix: #​2956 (#​2957)
  • fix misuses of a vs an (#​2936)
  • add server address and port span attributes to redis otel trace instrumentation (#​2826)
  • chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /example/otel (#​2944)
  • Remove secrets from Redis Enterprise CI (#​2938)
  • Fix monitor on go 1.19 (#​2908)
  • chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /extra/redisprometheus (#​2942)
  • Change RE image to public RE image (#​2935)

Contributors

We'd like to thank all the contributors who worked on this release!

@​XSAM, @​akash14darshan, @​daviddzxy, @​dependabot, @​dependabot[bot], @​esara, @​hakusai22, @​hishope, @​kindknow, @​monkey92t, @​ofekshenawa, @​singular-seal and deferdeter


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update module github.com/redis/go-redis/v9 to v9.5.5 [security] fix(deps): update module github.com/redis/go-redis/v9 to v9.5.5 [security] - autoclosed May 27, 2025
@renovate renovate bot closed this May 27, 2025
@renovate renovate bot deleted the renovate/go-github.com-redis-go-redis-v9-vulnerability branch May 27, 2025 13:24
@renovate renovate bot changed the title fix(deps): update module github.com/redis/go-redis/v9 to v9.5.5 [security] - autoclosed fix(deps): update module github.com/redis/go-redis/v9 to v9.5.5 [security] May 27, 2025
@renovate renovate bot reopened this May 27, 2025
@renovate renovate bot force-pushed the renovate/go-github.com-redis-go-redis-v9-vulnerability branch from 4308ffb to c2e925d Compare May 27, 2025 19:41
@renovate renovate bot changed the title fix(deps): update module github.com/redis/go-redis/v9 to v9.5.5 [security] fix(deps): update module github.com/redis/go-redis/v9 to v9.5.5 [security] - autoclosed Jun 15, 2025
@renovate renovate bot closed this Jun 15, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/redis/go-redis/v9 to v9.5.5 [security] - autoclosed fix(deps): update module github.com/redis/go-redis/v9 to v9.5.5 [security] Jun 15, 2025
@renovate renovate bot reopened this Jun 15, 2025
@renovate renovate bot force-pushed the renovate/go-github.com-redis-go-redis-v9-vulnerability branch from 9452765 to c2e925d Compare June 15, 2025 21:39
@renovate renovate bot changed the title fix(deps): update module github.com/redis/go-redis/v9 to v9.5.5 [security] fix(deps): update module github.com/redis/go-redis/v9 to v9.5.5 [security] - autoclosed Jun 26, 2025
@renovate renovate bot closed this Jun 26, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/redis/go-redis/v9 to v9.5.5 [security] - autoclosed fix(deps): update module github.com/redis/go-redis/v9 to v9.5.5 [security] Jun 26, 2025
@renovate renovate bot reopened this Jun 26, 2025
@renovate renovate bot force-pushed the renovate/go-github.com-redis-go-redis-v9-vulnerability branch from fa1c298 to c2e925d Compare June 26, 2025 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant