Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redis-py Race Condition due to incomplete fix #722

Open
abhishek-compro opened this issue Apr 2, 2023 · 0 comments
Open

redis-py Race Condition due to incomplete fix #722

abhishek-compro opened this issue Apr 2, 2023 · 0 comments

Comments

@abhishek-compro
Copy link

redis-py through 4.5.3 and 4.4.3 leaves a connection open after canceling an async Redis command at an inopportune time (in the case of a non-pipeline operation), and can send response data to the client of an unrelated request. NOTE: this issue exists because of an incomplete fix for GHSA-24wv-mv5m-xv4h.

Fixed version: redis=^4.4.4

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

No branches or pull requests

1 participant