CVE-2026-25087 | Apache Arrow: Potential use-after-free when reading IPC file with pre-buffering

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

Published: 2026-02-17 Last update: 2026-03-11 Assigner: [email protected] Source: [email protected]

Conclusion & alert: CVE-2026-25087 is rated Low Risk (32.5/100): CVSS High severity, with low exploitation likelihood (EPSS 0.04%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.

Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.

Exploit prediction scoring system (EPSS) score for CVE-2026-25087

EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).

# Date Old EPSS score New EPSS score Delta (New - Old)
1 2026-04-13 0.06% 0.04% -0.02%
2 2026-03-21 0.21% 0.06% -0.15%
3 2026-03-12 0.21%

Full EPSS history (4 records total)

Common vulnerability scoring system (CVSS) metrics for CVE-2026-25087

CVSS metrics for this CVE.

Base score Version Severity Vector Exploitability Impact Score source
7.0 3.1 HIGH
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H Click to expand
Attack vector (AV:N)
Could be attacked over the internet or any normal routed network—not just someone sitting at the machine.
Attack complexity (AC:H)
Even with access, the exploit needs extra luck, timing, or a fussy environment to actually work.
Privileges required (PR:N)
No account or special rights needed—anonymous or random user is enough.
User interaction (UI:N)
Nobody has to click “OK” or open a trap file; it can work without a victim helping.
Scope (S:U)
Damage stays in the same “trust bubble” as the broken component—no big spill into unrelated systems.
Confidentiality (C:L)
Some sensitive info could get out, but not a total data dump.
Integrity (I:L)
Attackers could change some data, but it’s limited—not everything goes.
Availability (A:H)
Could take the service down hard or make it unusable for people who depend on it.
2.2 4.7 134c704f-9b21-4f2e-91b3-4a467353bcc0

Weakness enumeration for CVE-2026-25087

GitHub Security Advisory for CVE-2026-25087

GHSA-rgxp-2hwp-jwgg · Severity: high · Ecosystem: pip — Apache Arrow: Potential use-after-free when reading IPC file with pre-buffering

OS Trackers for CVE-2026-25087

vendor priority summary link
debian not yet assigned CVE-2026-25087 not yet assigned priority: Debian including 1 source packages (apache-arrow), 2 status rows across 2 suites (forky, sid): resolved 2. https://security-tracker.debian.org/tracker/CVE-2026-25087
redhat medium https://access.redhat.com/security/cve/CVE-2026-25087
ubuntu medium CVE-2026-25087 medium priority: Ubuntu including 1 source packages (apache-arrow), 4 status rows across 4 suites (jammy, noble, questing, upstream): DNE 3, released 1. https://ubuntu.com/security/CVE-2026-25087

Affected software / configurations for CVE-2026-25087

Vendor Product Version Raw CPE
apache arrow >= 15.0.0, < 23.0.1 cpe:2.3:a:apache:arrow:*:*:*:*:*:*:*:*

References for CVE-2026-25087

cvelogic Threat Intelligence