NA

CVE-2023-28858

Published: 26/03/2023 Updated: 17/05/2023
CVSS v3 Base Score: 3.7 | Impact Score: 1.4 | Exploitability Score: 2.2
VMScore: 0

Vulnerability Summary

redis-py prior to 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, and 4.3.6, 4.4.3, and 4.5.3 were released (changing the behavior for pipeline operations); however, please see CVE-2023-28859 about addressing data leakage across AsyncIO connections in general.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

redis redis-py

Vendor Advisories

Debian Bug report logs - #1033754 python-redis: CVE-2023-28858 Package: src:python-redis; Maintainer for src:python-redis is Debian Python Team <team+python@trackerdebianorg>; Reported by: Salvatore Bonaccorso <carnil@debianorg> Date: Fri, 31 Mar 2023 18:51:02 UTC Severity: important Tags: security, upstream Foun ...
DescriptionThe MITRE CVE dictionary describes this issue as: redis-py before 453, as used in ChatGPT and other products, 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 v ...