mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
90 lines
3.3 KiB
JSON
90 lines
3.3 KiB
JSON
{
|
|
"data_version": "4.0",
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2023-28859",
|
|
"ASSIGNER": "cve@mitre.org",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "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."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "n/a"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "n/a",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "n/a",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_value": "not down converted",
|
|
"x_cve_json_5_version_data": {
|
|
"versions": [
|
|
{
|
|
"version": "n/a",
|
|
"status": "unknown"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://github.com/redis/redis-py/pull/2641",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/redis/redis-py/pull/2641"
|
|
},
|
|
{
|
|
"url": "https://github.com/redis/redis-py/issues/2665",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/redis/redis-py/issues/2665"
|
|
},
|
|
{
|
|
"url": "https://github.com/redis/redis-py/releases/tag/v4.4.4",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/redis/redis-py/releases/tag/v4.4.4"
|
|
},
|
|
{
|
|
"url": "https://github.com/redis/redis-py/releases/tag/v4.5.4",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/redis/redis-py/releases/tag/v4.5.4"
|
|
},
|
|
{
|
|
"url": "https://github.com/redis/redis-py/pull/2666",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/redis/redis-py/pull/2666"
|
|
}
|
|
]
|
|
}
|
|
} |