pyarrow@0.14.0 vulnerabilities

Python library for Apache Arrow

Direct Vulnerabilities

Known vulnerabilities in the pyarrow package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • C
Deserialization of Untrusted Data

pyarrow is a Python API for functionality provided by the Arrow C++ libraries, along with tools for Arrow integration and interoperability with pandas, NumPy, and other software in the Python ecosystem.

Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the IPC and Parquet readers. An attacker can execute arbitrary code by supplying malicious files in IPC, Feather or Parquet formats.

How to fix Deserialization of Untrusted Data?

Upgrade pyarrow to version 14.0.1 or higher.

[0.14.0,14.0.1)
  • M
Use of Uninitialized Variable

pyarrow is a Python API for functionality provided by the Arrow C++ libraries, along with tools for Arrow integration and interoperability with pandas, NumPy, and other software in the Python ecosystem.

Affected versions of this package are vulnerable to Use of Uninitialized Variable. Leaves memory Array data uninitialized when reading RLE null data from parquet. This affected the C++, Python, Ruby and R implementations. The uninitialized memory could potentially be shared if are transmitted over the wire (for instance with Flight) or persisted in the streaming IPC and file formats.

How to fix Use of Uninitialized Variable?

Upgrade pyarrow to version 0.15.1 or higher.

[0.12.0,0.15.1)
  • M
Use of Uninitialized Variable

pyarrow is a Python API for functionality provided by the Arrow C++ libraries, along with tools for Arrow integration and interoperability with pandas, NumPy, and other software in the Python ecosystem.

Affected versions of this package are vulnerable to Use of Uninitialized Variable. It was discovered that the C++ implementation (which underlies the R, Python and Ruby implementations) of Apache Arrow has an uninitialized memory bug when building arrays with null values in some cases. This can lead to uninitialized memory being unintentionally shared if Arrow Arrays are transmitted over the wire (for instance with Flight) or persisted in the streaming IPC and file formats.

How to fix Use of Uninitialized Variable?

Upgrade pyarrow to version 0.15.1 or higher.

[0.14.0,0.15.1)