PT-2026-20319 · Apache · Apache Arrow
Antoine Pitrou
+3
·
Published
2026-02-17
·
Updated
2026-02-22
·
CVE-2026-25087
CVSS v3.1
7.0
High
| Vector | AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H |
Name of the Vulnerable Software and Affected Versions
Apache Arrow C++ versions 15.0.0 through 23.0.0
Description
A use-after-free issue exists in Apache Arrow C++ when reading an Arrow IPC file with pre-buffering enabled, if the file contains data with variadic buffers like Binary View and String View data. This can lead to a write to a dangling pointer, potentially causing random crashes or memory corruption. If the application ingests IPC files from untrusted sources, this could be exploited for denial of service. The pre-buffering feature is disabled by default but can be enabled using the
RecordBatchFileReader::PreBufferMetadata API call. Language bindings like Python, Ruby, and C GLib are not vulnerable as the functionality is not exposed through them.Recommendations
For versions 15.0.0 through 23.0.0, check if pre-buffering is enabled on the IPC file reader using
RecordBatchFileReader::PreBufferMetadata. If it is enabled, either disable pre-buffering or upgrade to version 23.0.1.Fix
DoS
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Apache Arrow