-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Vulnerable Library - pyarrow-16.1.0-cp39-cp39-manylinux_2_28_x86_64.whl
Python library for Apache Arrow
Library home page: https://files.pythonhosted.org/packages/4a/0e/ca72b2e27d8d7a23e9866c819436ebeb518f934ac2b8b871fab373f9c859/pyarrow-16.1.0-cp39-cp39-manylinux_2_28_x86_64.whl
Path to dependency file: /tmp/ws-scm/core
Path to vulnerable library: /tmp/ws-ua_20260114083226_QUGKEN/python_XEYGZV/20260114083228/pyarrow-16.1.0-cp39-cp39-manylinux_2_28_x86_64.whl,/tmp/ws-ua_20260114083226_QUGKEN/python_XEYGZV/20260114083228/pyarrow-16.1.0-cp39-cp39-manylinux_2_28_x86_64.whl
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (pyarrow version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| CVE-2024-52338 | 9.8 | pyarrow-16.1.0-cp39-cp39-manylinux_2_28_x86_64.whl | Direct | 17.0.0 | ❌ |
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2024-52338
Vulnerable Library - pyarrow-16.1.0-cp39-cp39-manylinux_2_28_x86_64.whl
Python library for Apache Arrow
Library home page: https://files.pythonhosted.org/packages/4a/0e/ca72b2e27d8d7a23e9866c819436ebeb518f934ac2b8b871fab373f9c859/pyarrow-16.1.0-cp39-cp39-manylinux_2_28_x86_64.whl
Path to dependency file: /tmp/ws-scm/core
Path to vulnerable library: /tmp/ws-ua_20260114083226_QUGKEN/python_XEYGZV/20260114083228/pyarrow-16.1.0-cp39-cp39-manylinux_2_28_x86_64.whl,/tmp/ws-ua_20260114083226_QUGKEN/python_XEYGZV/20260114083228/pyarrow-16.1.0-cp39-cp39-manylinux_2_28_x86_64.whl
Dependency Hierarchy:
- ❌ pyarrow-16.1.0-cp39-cp39-manylinux_2_28_x86_64.whl (Vulnerable Library)
Found in base branch: develop
Vulnerability Details
Deserialization of untrusted data in IPC and Parquet readers in the Apache Arrow R package versions 4.0.0 through 16.1.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 the arrow R package, not other Apache Arrow
implementations or bindings unless those bindings are specifically used via the R package (for example, an R application that embeds a Python interpreter and uses PyArrow to read files from untrusted sources is still vulnerable if the arrow R package is an affected version). It is recommended that users of the arrow R package upgrade to 17.0.0 or later. Similarly, it
is recommended that downstream libraries upgrade their dependency
requirements to arrow 17.0.0 or later. If using an affected
version of the package, untrusted data can read into a Table and its internal to_data_frame() method can be used as a workaround (e.g., read_parquet(..., as_data_frame = FALSE)$to_data_frame()).
This issue affects the Apache Arrow R package: from 4.0.0 through 16.1.0.
Users are recommended to upgrade to version 17.0.0, which fixes the issue.
Mend Note: The description of this vulnerability differs from MITRE.
Publish Date: 2024-11-28
URL: CVE-2024-52338
CVSS 3 Score Details (9.8)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: https://osv.dev/vulnerability/PYSEC-2024-161
Release Date: 2024-11-28
Fix Resolution: 17.0.0
Step up your Open Source Security Game with Mend here