Skip to main content
Press slash or control plus K to focus the search. Use the arrow keys to navigate results and press enter to open a threat.
Reconnecting to live updates…

CVE-2026-25087: CWE-416 Use After Free in Apache Software Foundation Apache Arrow

0
High
VulnerabilityCVE-2026-25087cvecve-2026-25087cwe-416
Published: Tue Feb 17 2026 (02/17/2026, 13:18:25 UTC)
Source: CVE Database V5
Vendor/Project: Apache Software Foundation
Product: Apache Arrow

Description

CVE-2026-25087 is a Use After Free vulnerability in Apache Arrow C++ versions 15. 0. 0 through 23. 0. 0 that occurs when reading Arrow IPC files with pre-buffering enabled. This flaw can cause random crashes or memory corruption due to writes to dangling pointers during multi-threaded IO involving variadic buffers. The vulnerability is not exploitable via language bindings like Python or Ruby, as pre-buffering is disabled there by default. Exploitation requires ingestion of crafted IPC files from untrusted sources and enabling pre-buffering explicitly. While denial of service via application crashes is plausible, more severe attacks such as data leakage are unlikely due to uncontrollable memory and threading conditions. Users should verify if pre-buffering is enabled and either disable it or upgrade to Apache Arrow 23.

AI-Powered Analysis

AILast updated: 02/17/2026, 13:59:50 UTC

Technical Analysis

CVE-2026-25087 is a Use After Free vulnerability identified in the Apache Arrow C++ library affecting versions 15.0.0 through 23.0.0. The vulnerability arises when reading Arrow IPC files (not IPC streams) with the pre-buffering feature enabled via the `RecordBatchFileReader::PreBufferMetadata` API. This feature is disabled by default and not exposed in language bindings such as Python, Ruby, or C GLib, limiting the attack surface to native C++ applications that explicitly enable pre-buffering. The issue occurs due to improper handling of variadic buffers (e.g., Binary View and String View data) within record batch columns during multi-threaded IO operations. Specifically, a write operation may target a dangling pointer referencing a `std::shared_ptr<Buffer>` object, leading to memory corruption or application crashes. The value written is not attacker-controlled, reducing the likelihood of arbitrary code execution or data exfiltration. However, if an application processes IPC files from untrusted sources with pre-buffering enabled, an attacker could craft malicious IPC files to trigger denial of service through crashes or memory corruption. The vulnerability depends on complex timing and memory allocation patterns, making exploitation for more severe impacts difficult. The recommended remediation is to either disable pre-buffering or upgrade to Apache Arrow version 23.0.1, where the vulnerability has been fixed.

Potential Impact

For European organizations utilizing Apache Arrow C++ in data processing pipelines, especially those handling IPC files with pre-buffering enabled, this vulnerability poses a risk of denial of service through application crashes or memory corruption. Industries relying on high-performance analytics, financial services, telecommunications, and research institutions that process large datasets with Arrow IPC files could experience service disruptions. Although the risk of data leakage or remote code execution is low, the instability caused by this vulnerability could impact availability and reliability of critical data processing systems. Organizations ingesting IPC files from untrusted or external sources are particularly vulnerable. Given that the vulnerability requires explicit enabling of pre-buffering and use of the C++ API, the attack surface is somewhat limited but still relevant for native C++ applications in production environments.

Mitigation Recommendations

European organizations should audit their use of Apache Arrow C++ to determine if pre-buffering is enabled via `RecordBatchFileReader::PreBufferMetadata`. If enabled, they should consider disabling pre-buffering to eliminate the vulnerability, understanding that this may impact performance. Alternatively, upgrading to Apache Arrow version 23.0.1 or later, where the vulnerability is patched, is strongly recommended. Additionally, organizations should implement strict validation and sanitization of IPC files ingested from untrusted sources to reduce the risk of malicious input. Employing runtime memory protection tools such as AddressSanitizer during development and testing can help detect use-after-free issues early. Monitoring application logs for crashes or memory errors related to IPC file processing can aid in early detection of exploitation attempts. Finally, restricting access to IPC file ingestion interfaces and applying network segmentation can limit exposure.

Need more detailed analysis?Upgrade to Pro Console

Technical Details

Data Version
5.2
Assigner Short Name
apache
Date Reserved
2026-01-29T09:18:06.955Z
Cvss Version
null
State
PUBLISHED

Threat ID: 699470fb80d747be20b50365

Added to database: 2/17/2026, 1:45:31 PM

Last enriched: 2/17/2026, 1:59:50 PM

Last updated: 2/17/2026, 2:47:11 PM

Views: 3

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need more coverage?

Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats