Async Command Vulnerability in Redis Client Library by Redis
CVE-2023-28858
3.7LOW
What is CVE-2023-28858?
The redis-py library prior to version 4.5.3 contains a flaw where it fails to properly close connections after an async Redis command is canceled. This oversight can lead to the unintended leakage of response data to clients from unrelated requests, potentially exposing sensitive information. This vulnerability particularly affects how pipeline operations operate across different AsyncIO connections, increasing the risk of data integrity issues. Users are encouraged to update to version 4.5.3 or later to mitigate this risk.