cvelist/2023/28xxx/CVE-2023-28858.json

95 lines
3.7 KiB
JSON
Raw Normal View History

2023-03-26 18:00:37 +00:00
{
2023-03-27 01:00:36 +00:00
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
2023-03-26 18:00:37 +00:00
"CVE_data_meta": {
2023-03-26 19:00:38 +00:00
"ID": "CVE-2023-28858",
2023-03-27 01:00:36 +00:00
"ASSIGNER": "cve@mitre.org",
2023-03-26 19:00:38 +00:00
"STATE": "PUBLIC"
},
2023-03-26 18:00:37 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2023-03-30 22:00:34 +00:00
"value": "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."
2023-03-26 19:00:38 +00:00
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
2023-03-27 01:00:36 +00:00
"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"
}
]
}
}
]
}
}
]
}
}
]
}
},
2023-03-26 19:00:38 +00:00
"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/2624",
"refsource": "MISC",
"name": "https://github.com/redis/redis-py/issues/2624"
},
{
"url": "https://github.com/redis/redis-py/compare/v4.5.2...v4.5.3",
"refsource": "MISC",
"name": "https://github.com/redis/redis-py/compare/v4.5.2...v4.5.3"
},
{
"url": "https://github.com/redis/redis-py/compare/v4.4.2...v4.4.3",
"refsource": "MISC",
"name": "https://github.com/redis/redis-py/compare/v4.4.2...v4.4.3"
},
{
"url": "https://github.com/redis/redis-py/compare/v4.3.5...v4.3.6",
"refsource": "MISC",
"name": "https://github.com/redis/redis-py/compare/v4.3.5...v4.3.6"
},
{
"url": "https://openai.com/blog/march-20-chatgpt-outage",
"refsource": "MISC",
"name": "https://openai.com/blog/march-20-chatgpt-outage"
2023-03-26 18:00:37 +00:00
}
]
}
}