Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MEDIUM - redis: Async command information disclosure #27

Closed
github-actions bot opened this issue May 1, 2024 · 0 comments
Closed

MEDIUM - redis: Async command information disclosure #27

github-actions bot opened this issue May 1, 2024 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented May 1, 2024

Description:

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 solutions for CVE-2023-28859 address data leakage across AsyncIO connections in general.

References:

https://access.redhat.com/security/cve/CVE-2023-28859 https://github.com/pypa/advisory-database/tree/main/vulns/redis/PYSEC-2023-46.yaml https://github.com/redis/redis-py redis/redis-py@66a4d6b redis/redis-py@b3c89ac redis/redis-py#2665 redis/redis-py#1899 redis/redis-py#2641 redis/redis-py#2666 redis/redis-py#2671 https://github.com/redis/redis-py/releases/tag/v4.4.4 https://github.com/redis/redis-py/releases/tag/v4.5.4 https://nvd.nist.gov/vuln/detail/CVE-2023-28859 https://www.cve.org/CVERecord?id=CVE-2023-28859

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant