"-Synchronized-Data."

This commit is contained in:
CVE Team 2023-03-26 19:00:38 +00:00
parent cd26967ef6
commit 6294fe5ebc
No known key found for this signature in database
GPG Key ID: E3252B3D49582C98
2 changed files with 130 additions and 12 deletions

View File

@ -1,17 +1,86 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2023-28858",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ID": "CVE-2023-28858",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "redis-py before 4.5.3, as used in ChatGPT and other products, leaves a connection open after canceling an async Redis command at an inopportune time (in the case of a pipeline operation), and can send response data to the client of an unrelated request in an off-by-one manner. The fixed versions for this CVE Record are 4.3.6, 4.4.3, and 4.5.3; however, CVE-2023-28859 is a separate vulnerability."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"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"
}
]
}

View File

@ -1,17 +1,66 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2023-28859",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ID": "CVE-2023-28859",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"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"
}
]
}