You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Description:
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.
References:
https://access.redhat.com/security/cve/CVE-2023-28859 https://github.com/pypa/advisory-database/tree/main/vulns/redis/PYSEC-2023-46.yaml https://github.com/redis/redis-py redis/redis-py@66a4d6b redis/redis-py@b3c89ac redis/redis-py#2665 redis/redis-py#1899 redis/redis-py#2641 redis/redis-py#2666 redis/redis-py#2671 https://github.com/redis/redis-py/releases/tag/v4.4.4 https://github.com/redis/redis-py/releases/tag/v4.5.4 https://nvd.nist.gov/vuln/detail/CVE-2023-28859 https://www.cve.org/CVERecord?id=CVE-2023-28859
The text was updated successfully, but these errors were encountered: