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 vulnerability #3603

Closed
catalinm-am opened this issue Apr 21, 2023 · 1 comment
Closed

redis-py Race Condition vulnerability #3603

catalinm-am opened this issue Apr 21, 2023 · 1 comment

Comments

@catalinm-am
Copy link

redis-py before 4.5.3, leaves a connection open after canceling an async Redis command at an inopportune time (in the case of a pipeline operation), and can send response data to the client of an unrelated request in an off-by-one manner.

The fixed versions for this CVE Record are 4.3.6, 4.4.3, and 4.5.3, but redis/redis-py#2665. GHSA-8fww-64cx-x8p5 has been assigned the issues caused by the incomplete fixes.

Possible Solution

Update version of redis from 4.2.2 to 4.3.6, 4.4.3, or 4.5.3.

@felixwang9817
Copy link
Collaborator

closing this as we have upgraded to 4.4.4 in #3604

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants