From 0d0b018705e2ed46f7c773fbcc4250190f75c475 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:19:36 +0000 Subject: [PATCH] Publish GHSA-5wvp-7f3h-6wmm --- .../GHSA-5wvp-7f3h-6wmm.json | 39 ++++++++++++++++--- 1 file changed, 33 insertions(+), 6 deletions(-) rename advisories/{unreviewed => github-reviewed}/2023/11/GHSA-5wvp-7f3h-6wmm/GHSA-5wvp-7f3h-6wmm.json (54%) diff --git a/advisories/unreviewed/2023/11/GHSA-5wvp-7f3h-6wmm/GHSA-5wvp-7f3h-6wmm.json b/advisories/github-reviewed/2023/11/GHSA-5wvp-7f3h-6wmm/GHSA-5wvp-7f3h-6wmm.json similarity index 54% rename from advisories/unreviewed/2023/11/GHSA-5wvp-7f3h-6wmm/GHSA-5wvp-7f3h-6wmm.json rename to advisories/github-reviewed/2023/11/GHSA-5wvp-7f3h-6wmm/GHSA-5wvp-7f3h-6wmm.json index 6bc487b725d..e5e63fb20ef 100644 --- a/advisories/unreviewed/2023/11/GHSA-5wvp-7f3h-6wmm/GHSA-5wvp-7f3h-6wmm.json +++ b/advisories/github-reviewed/2023/11/GHSA-5wvp-7f3h-6wmm/GHSA-5wvp-7f3h-6wmm.json @@ -1,35 +1,62 @@ { "schema_version": "1.4.0", "id": "GHSA-5wvp-7f3h-6wmm", - "modified": "2023-11-09T09:30:26Z", + "modified": "2023-11-09T22:18:21Z", "published": "2023-11-09T09:30:26Z", "aliases": [ "CVE-2023-47248" ], - "details": "Deserialization of untrusted data in IPC and Parquet readers in PyArrow versions 0.14.0 to 14.0.0 allows arbitrary code execution. An application is vulnerable if it reads Arrow IPC, Feather or Parquet data from untrusted sources (for example user-supplied input files).\n\nThis vulnerability only affects PyArrow, not other Apache Arrow implementations or bindings.\n\nIt is recommended that users of PyArrow upgrade to 14.0.1. Similarly, it is recommended that downstream libraries upgrade their dependency requirements to PyArrow 14.0.1 or later. PyPI packages are already available, and we hope that conda-forge packages will be available soon.\n\nIf it is not possible to upgrade, we provide a separate package `pyarrow-hotfix` that disables the vulnerability on older PyArrow versions. See https://pypi.org/project/pyarrow-hotfix/ for instructions.\n\n", + "summary": "PyArrow: Arbitrary code execution when loading a malicious data file", + "details": "Deserialization of untrusted data in IPC and Parquet readers in PyArrow versions 0.14.0 to 14.0.0 allows arbitrary code execution. An application is vulnerable if it reads Arrow IPC, Feather or Parquet data from untrusted sources (for example user-supplied input files).\n\nThis vulnerability only affects PyArrow, not other Apache Arrow implementations or bindings.\n\nIt is recommended that users of PyArrow upgrade to 14.0.1. Similarly, it is recommended that downstream libraries upgrade their dependency requirements to PyArrow 14.0.1 or later. PyPI packages are already available, and we hope that conda-forge packages will be available soon.\n\nIf it is not possible to upgrade, maintainers provide a separate package `pyarrow-hotfix` that disables the vulnerability on older PyArrow versions. See https://pypi.org/project/pyarrow-hotfix/ for instructions.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "pyarrow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.4.0" + }, + { + "fixed": "14.0.1" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-47248" }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/arrow" + }, { "type": "WEB", "url": "https://lists.apache.org/thread/yhy7tdfjf9hrl9vfrtzo8p2cyjq87v7n" + }, + { + "type": "WEB", + "url": "https://pypi.org/project/pyarrow-hotfix/" } ], "database_specific": { "cwe_ids": [ "CWE-502" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2023-11-09T22:18:21Z", "nvd_published_at": "2023-11-09T09:15:08Z" } } \ No newline at end of file