redis-py before 4.4.4 and 4.5.x before 4.5.4 leaves a connection open after canceling an async Redis command at an inopportune time, and can send response data to the client of an unrelated request. (This could, for example, happen for a non-pipeline operation.) NOTE: the solutions for CVE-2023-28859 address data leakage across AsyncIO connections in general.
The product does not properly "clean up" and remove temporary or supporting resources after they have been used.
Link | Tags |
---|---|
https://github.com/redis/redis-py/pull/2641 | issue tracking patch |
https://github.com/redis/redis-py/issues/2665 | issue tracking patch vendor advisory |
https://github.com/redis/redis-py/releases/tag/v4.4.4 | release notes |
https://github.com/redis/redis-py/releases/tag/v4.5.4 | release notes |
https://github.com/redis/redis-py/pull/2666 | release notes |