Lookup for vulnerable packages by Package URL.

Purlpkg:pypi/pyarrow@16.0.0
Typepypi
Namespace
Namepyarrow
Version16.0.0
Qualifiers
Subpath
Is_vulnerabletrue
Next_non_vulnerable_version23.0.1
Latest_non_vulnerable_version23.0.1
Affected_by_vulnerabilities
0
url VCID-htn8-cstf-a7cz
vulnerability_id VCID-htn8-cstf-a7cz
summary
Use After Free vulnerability in Apache Arrow C++.

This issue affects Apache Arrow C++ from 15.0.0 through 23.0.0. It can be triggered when reading an Arrow IPC file (but not an IPC stream) with pre-buffering enabled, if the IPC file contains data with variadic buffers (such as Binary View and String View data). Depending on the number of variadic buffers in a record batch column and on the temporal sequence of multi-threaded IO, a write to a dangling pointer could occur. The value (a `std::shared_ptr<Buffer>` object) that is written to the dangling pointer is not under direct control of the attacker.

Pre-buffering is disabled by default but can be enabled using a specific C++ API call (`RecordBatchFileReader::PreBufferMetadata`). The functionality is not exposed in language bindings (Python, Ruby, C GLib), so these bindings are not vulnerable.

The most likely consequence of this issue would be random crashes or memory corruption when reading specific kinds of IPC files. If the application allows ingesting IPC files from untrusted sources, this could plausibly be exploited for denial of service. Inducing more targeted kinds of misbehavior (such as confidential data extraction from the running process) depends on memory allocation and multi-threaded IO temporal patterns that are unlikely to be easily controlled by an attacker.

Advice for users of Arrow C++:

1. check whether you enable pre-buffering on the IPC file reader (using `RecordBatchFileReader::PreBufferMetadata`)

2. if so, either disable pre-buffering (which may have adverse performance consequences), or switch to Arrow 23.0.1 which is not vulnerable
references
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2026-25087.json
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2026-25087.json
1
reference_url https://github.com/apache/arrow/pull/48925
reference_id
reference_type
scores
0
value 7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H
1
value 7.0
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-02-17T14:47:20Z/
url https://github.com/apache/arrow/pull/48925
2
reference_url https://lists.apache.org/thread/mpm4ld1qony30tchfpjtk5b11tcyvmwh
reference_id
reference_type
scores
0
value 7
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H
1
value 7.0
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-02-17T14:47:20Z/
url https://lists.apache.org/thread/mpm4ld1qony30tchfpjtk5b11tcyvmwh
3
reference_url http://www.openwall.com/lists/oss-security/2026/02/17/4
reference_id
reference_type
scores
0
value 7.0
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H
url http://www.openwall.com/lists/oss-security/2026/02/17/4
4
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2440366
reference_id 2440366
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2440366
fixed_packages
0
url pkg:pypi/pyarrow@23.0.1
purl pkg:pypi/pyarrow@23.0.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/pyarrow@23.0.1
aliases CVE-2026-25087, PYSEC-2026-113
risk_score 3.1
exploitability 0.5
weighted_severity 6.3
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-htn8-cstf-a7cz
1
url VCID-tnyq-42nk-1fc6
vulnerability_id VCID-tnyq-42nk-1fc6
summary
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.
references
0
reference_url https://github.com/apache/arrow/commit/801de2fbcf5bcbce0c019ed4b35ff3fc863b141b
reference_id
reference_type
scores
0
value 9.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
1
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:T/P:M/B:A/M:M/D:T/2024-11-29T15:07:00Z/
url https://github.com/apache/arrow/commit/801de2fbcf5bcbce0c019ed4b35ff3fc863b141b
1
reference_url https://lists.apache.org/thread/0rcbvj1gdp15lvm23zm601tjpq0k25vt
reference_id
reference_type
scores
0
value 9.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
1
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:T/P:M/B:A/M:M/D:T/2024-11-29T15:07:00Z/
url https://lists.apache.org/thread/0rcbvj1gdp15lvm23zm601tjpq0k25vt
2
reference_url http://www.openwall.com/lists/oss-security/2024/11/28/3
reference_id
reference_type
scores
url http://www.openwall.com/lists/oss-security/2024/11/28/3
fixed_packages
0
url pkg:pypi/pyarrow@17.0.0
purl pkg:pypi/pyarrow@17.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-htn8-cstf-a7cz
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/pyarrow@17.0.0
aliases CVE-2024-52338, PYSEC-2024-161
risk_score null
exploitability 0.5
weighted_severity 0.0
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-tnyq-42nk-1fc6
Fixing_vulnerabilities
Risk_score3.1
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:pypi/pyarrow@16.0.0