First published: Thu Nov 09 2023(Updated: )
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). This vulnerability only affects PyArrow, not other Apache Arrow implementations or bindings. It 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. If 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.
Credit: security@apache.org security@apache.org
Affected Software | Affected Version | How to fix |
---|---|---|
pip/pyarrow | >=0.14.0<14.0.1 | 14.0.1 |
Apache Pyarrow | >=0.14.0<=14.0.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-47248 is a vulnerability in PyArrow that allows arbitrary code execution when loading a malicious data file.
PyArrow versions 0.14.0 to 0.14.0 are affected by CVE-2023-47248.
CVE-2023-47248 occurs due to deserialization of untrusted data in IPC and Parquet readers in PyArrow.
To fix CVE-2023-47248, update PyArrow to version 0.14.1 or higher.
Yes, CVE-2023-47248 allows for arbitrary code execution when loading a malicious data file.