VYPR

PyPI package

redis

pkg:pypi/redis

Vulnerabilities (2)

  • CVE-2023-28859Mar 26, 2023
    affected >= 4.5.0, < 4.5.4fixed 4.5.4

    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 solutio

  • CVE-2023-28858Mar 26, 2023
    affected >= 4.4.0, < 4.4.3fixed 4.4.3

    redis-py before 4.5.3 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 in an off-by-one manner. NOTE: this CVE Record was initially created in response to reports about ChatGPT