gsd-2023-28858
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
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.
Aliases
Aliases



{
  "GSD": {
    "alias": "CVE-2023-28858",
    "id": "GSD-2023-28858"
  },
  "gsd": {
    "metadata": {
      "exploitCode": "unknown",
      "remediation": "unknown",
      "reportConfidence": "confirmed",
      "type": "vulnerability"
    },
    "osvSchema": {
      "aliases": [
        "CVE-2023-28858"
      ],
      "details": "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.",
      "id": "GSD-2023-28858",
      "modified": "2023-12-13T01:20:46.705174Z",
      "schema_version": "1.4.0"
    }
  },
  "namespaces": {
    "cve.org": {
      "CVE_data_meta": {
        "ASSIGNER": "cve@mitre.org",
        "ID": "CVE-2023-28858",
        "STATE": "PUBLIC"
      },
      "affects": {
        "vendor": {
          "vendor_data": [
            {
              "product": {
                "product_data": [
                  {
                    "product_name": "n/a",
                    "version": {
                      "version_data": [
                        {
                          "version_value": "not down converted",
                          "x_cve_json_5_version_data": {
                            "versions": [
                              {
                                "status": "unknown",
                                "version": "n/a"
                              }
                            ]
                          }
                        }
                      ]
                    }
                  }
                ]
              },
              "vendor_name": "n/a"
            }
          ]
        }
      },
      "data_format": "MITRE",
      "data_type": "CVE",
      "data_version": "4.0",
      "description": {
        "description_data": [
          {
            "lang": "eng",
            "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."
          }
        ]
      },
      "problemtype": {
        "problemtype_data": [
          {
            "description": [
              {
                "lang": "eng",
                "value": "n/a"
              }
            ]
          }
        ]
      },
      "references": {
        "reference_data": [
          {
            "name": "https://github.com/redis/redis-py/pull/2641",
            "refsource": "MISC",
            "url": "https://github.com/redis/redis-py/pull/2641"
          },
          {
            "name": "https://github.com/redis/redis-py/issues/2624",
            "refsource": "MISC",
            "url": "https://github.com/redis/redis-py/issues/2624"
          },
          {
            "name": "https://github.com/redis/redis-py/compare/v4.5.2...v4.5.3",
            "refsource": "MISC",
            "url": "https://github.com/redis/redis-py/compare/v4.5.2...v4.5.3"
          },
          {
            "name": "https://github.com/redis/redis-py/compare/v4.4.2...v4.4.3",
            "refsource": "MISC",
            "url": "https://github.com/redis/redis-py/compare/v4.4.2...v4.4.3"
          },
          {
            "name": "https://github.com/redis/redis-py/compare/v4.3.5...v4.3.6",
            "refsource": "MISC",
            "url": "https://github.com/redis/redis-py/compare/v4.3.5...v4.3.6"
          },
          {
            "name": "https://openai.com/blog/march-20-chatgpt-outage",
            "refsource": "MISC",
            "url": "https://openai.com/blog/march-20-chatgpt-outage"
          }
        ]
      }
    },
    "gitlab.com": {
      "advisories": [
        {
          "affected_range": "\u003e=4.2.0,\u003c4.3.6||\u003e=4.4.0,\u003c4.4.3||\u003e=4.5.0,\u003c4.5.3",
          "affected_versions": "All versions starting from 4.2.0 before 4.3.6, all versions starting from 4.4.0 before 4.4.3, all versions starting from 4.5.0 before 4.5.3",
          "cvss_v3": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
          "cwe_ids": [
            "CWE-1035",
            "CWE-193",
            "CWE-937"
          ],
          "date": "2023-05-17",
          "description": "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.",
          "fixed_versions": [
            "4.3.6",
            "4.4.3",
            "4.5.3"
          ],
          "identifier": "CVE-2023-28858",
          "identifiers": [
            "CVE-2023-28858",
            "GHSA-24wv-mv5m-xv4h"
          ],
          "not_impacted": "All versions before 4.2.0, all versions starting from 4.3.6 before 4.4.0, all versions starting from 4.4.3 before 4.5.0, all versions starting from 4.5.3",
          "package_slug": "pypi/redis",
          "pubdate": "2023-03-26",
          "solution": "Upgrade to versions 4.3.6, 4.4.3, 4.5.3 or above.",
          "title": "redis-py Race Condition vulnerability",
          "urls": [
            "https://nvd.nist.gov/vuln/detail/CVE-2023-28858",
            "https://github.com/redis/redis-py/issues/2624",
            "https://github.com/redis/redis-py/pull/2641",
            "https://github.com/redis/redis-py/compare/v4.3.5...v4.3.6",
            "https://github.com/redis/redis-py/compare/v4.4.2...v4.4.3",
            "https://github.com/redis/redis-py/compare/v4.5.2...v4.5.3",
            "https://openai.com/blog/march-20-chatgpt-outage",
            "https://github.com/advisories/GHSA-24wv-mv5m-xv4h"
          ],
          "uuid": "0f0eb3fa-9bb5-450b-9095-7542f621d541"
        }
      ]
    },
    "nvd.nist.gov": {
      "configurations": {
        "CVE_data_version": "4.0",
        "nodes": [
          {
            "children": [],
            "cpe_match": [
              {
                "cpe23Uri": "cpe:2.3:a:redis:redis-py:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndExcluding": "4.4.3",
                "versionStartIncluding": "4.4.0",
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:a:redis:redis-py:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndExcluding": "4.5.3",
                "versionStartIncluding": "4.5.0",
                "vulnerable": true
              },
              {
                "cpe23Uri": "cpe:2.3:a:redis:redis-py:*:*:*:*:*:*:*:*",
                "cpe_name": [],
                "versionEndExcluding": "4.3.6",
                "versionStartIncluding": "4.2.0",
                "vulnerable": true
              }
            ],
            "operator": "OR"
          }
        ]
      },
      "cve": {
        "CVE_data_meta": {
          "ASSIGNER": "cve@mitre.org",
          "ID": "CVE-2023-28858"
        },
        "data_format": "MITRE",
        "data_type": "CVE",
        "data_version": "4.0",
        "description": {
          "description_data": [
            {
              "lang": "en",
              "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."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "en",
                  "value": "CWE-193"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://github.com/redis/redis-py/compare/v4.3.5...v4.3.6",
              "refsource": "MISC",
              "tags": [
                "Patch"
              ],
              "url": "https://github.com/redis/redis-py/compare/v4.3.5...v4.3.6"
            },
            {
              "name": "https://github.com/redis/redis-py/pull/2641",
              "refsource": "MISC",
              "tags": [
                "Issue Tracking",
                "Patch"
              ],
              "url": "https://github.com/redis/redis-py/pull/2641"
            },
            {
              "name": "https://openai.com/blog/march-20-chatgpt-outage",
              "refsource": "MISC",
              "tags": [
                "Third Party Advisory"
              ],
              "url": "https://openai.com/blog/march-20-chatgpt-outage"
            },
            {
              "name": "https://github.com/redis/redis-py/issues/2624",
              "refsource": "MISC",
              "tags": [
                "Issue Tracking"
              ],
              "url": "https://github.com/redis/redis-py/issues/2624"
            },
            {
              "name": "https://github.com/redis/redis-py/compare/v4.4.2...v4.4.3",
              "refsource": "MISC",
              "tags": [
                "Patch"
              ],
              "url": "https://github.com/redis/redis-py/compare/v4.4.2...v4.4.3"
            },
            {
              "name": "https://github.com/redis/redis-py/compare/v4.5.2...v4.5.3",
              "refsource": "MISC",
              "tags": [
                "Patch"
              ],
              "url": "https://github.com/redis/redis-py/compare/v4.5.2...v4.5.3"
            }
          ]
        }
      },
      "impact": {
        "baseMetricV3": {
          "cvssV3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 3.7,
            "baseSeverity": "LOW",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.1"
          },
          "exploitabilityScore": 2.2,
          "impactScore": 1.4
        }
      },
      "lastModifiedDate": "2023-05-17T17:07Z",
      "publishedDate": "2023-03-26T19:15Z"
    }
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

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…