Bug 2182058 (CVE-2023-28859)

Summary: CVE-2023-28859 redis: Async command information disclosure
Product: [Other] Security Response Reporter: Avinash Hanwate <ahanwate>
Component: vulnerabilityAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: adudiak, apevec, bdettelb, cwelton, eglynn, epacific, jcammara, jhardy, jjoyce, jneedle, jobarker, kshier, lhh, mabashia, mburns, mgarciac, nathans, rhos-maint, simaishi, smcdonal, spower, stcannon, teagle, tfister, yguenane, zsadeh
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
A flaw was found in Redis redis-py. This flaw allows a remote, authenticated attacker to obtain sensitive information caused by an issue with leaving a connection open after canceling an async Redis command at an inopportune time. By sending a specially crafted request, an attacker can obtain sensitive information and use this information to launch further attacks against the affected system.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2183503, 2221860    
Bug Blocks: 2182047    

Description Avinash Hanwate 2023-03-27 12:37:40 UTC
redis-py through 4.5.3 leaves a connection open after canceling an async Redis command at an inopportune time (in the case of a non-pipeline operation), and can send response data to the client of an unrelated request. NOTE: this issue exists because of an incomplete fix for CVE-2023-28858.

https://github.com/redis/redis-py/pull/2641
https://github.com/redis/redis-py/issues/2665

Comment 4 Avinash Hanwate 2023-07-11 06:08:26 UTC
Created pymodbus tracking bugs for this issue:

Affects: fedora-all [bug 2221860]