pysec-2023-46
Vulnerability from pysec
Published
2023-03-26 19:15
Modified
2023-06-05 01:13
Details
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.
Impacted products
| Name | purl | redis | pkg:pypi/redis |
|---|
Aliases
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "redis",
"purl": "pkg:pypi/redis"
},
"ranges": [
{
"events": [
{
"introduced": "4.2.0"
},
{
"fixed": "4.4.4"
},
{
"introduced": "4.5.0"
},
{
"fixed": "4.5.4"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.2.0",
"4.2.1",
"4.2.2",
"4.3.0",
"4.3.1",
"4.3.2",
"4.3.3",
"4.3.4",
"4.3.5",
"4.3.6",
"4.4.0",
"4.4.0rc1",
"4.4.0rc2",
"4.4.0rc3",
"4.4.0rc4",
"4.4.1",
"4.4.2",
"4.4.3",
"4.5.0",
"4.5.1",
"4.5.2",
"4.5.3"
]
}
],
"aliases": [
"CVE-2023-28859"
],
"details": "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.",
"id": "PYSEC-2023-46",
"modified": "2023-06-05T01:13:00.432606Z",
"published": "2023-03-26T19:15:00Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/redis/redis-py/pull/2641"
},
{
"type": "REPORT",
"url": "https://github.com/redis/redis-py/issues/2665"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…