Vulnerability Description
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, 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.
CVSS Score
LOW
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Redis | Redis-Py | >= 4.2.0, < 4.3.6 |
Related Weaknesses (CWE)
References
- https://github.com/redis/redis-py/compare/v4.3.5...v4.3.6Patch
- https://github.com/redis/redis-py/compare/v4.4.2...v4.4.3Patch
- https://github.com/redis/redis-py/compare/v4.5.2...v4.5.3Patch
- https://github.com/redis/redis-py/issues/2624Issue Tracking
- https://github.com/redis/redis-py/pull/2641Issue TrackingPatch
- https://openai.com/blog/march-20-chatgpt-outageThird Party Advisory
- https://github.com/redis/redis-py/compare/v4.3.5...v4.3.6Patch
- https://github.com/redis/redis-py/compare/v4.4.2...v4.4.3Patch
- https://github.com/redis/redis-py/compare/v4.5.2...v4.5.3Patch
- https://github.com/redis/redis-py/issues/2624Issue Tracking
- https://github.com/redis/redis-py/pull/2641Issue TrackingPatch
- https://openai.com/blog/march-20-chatgpt-outageThird Party Advisory
FAQ
What is CVE-2023-28858?
CVE-2023-28858 is a vulnerability with a CVSS score of 3.7 (LOW). 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. ...
How severe is CVE-2023-28858?
CVE-2023-28858 has been rated LOW with a CVSS base score of 3.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-28858?
Check the references section above for vendor advisories and patch information. Affected products include: Redis Redis-Py.