GHSA-rgxp-2hwp-jwgg · 深刻度: high · エコシステム: pip — 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
総合評価: CVE-2026-25087 は中リスク(46.9/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.81%、52 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.04% | 0.81% | +0.76% |
| 2 | 2026-04-13 | 0.06% | 0.04% | -0.02% |
| 3 | 2026-03-21 | — | 0.06% | — |
EPSS の全履歴 (全 5 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.0 | 3.1 | HIGH |
|
2.2 | 4.7 | 134c704f-9b21-4f2e-91b3-4a467353bcc0 |
GHSA-rgxp-2hwp-jwgg · 深刻度: high · エコシステム: pip — Apache Arrow: Potential use-after-free when reading IPC file with pre-buffering
| 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 |
| URL | タグ |
|---|---|
| https://github.com/apache/arrow/pull/48925 | Issue Tracking Patch |
| https://lists.apache.org/thread/mpm4ld1qony30tchfpjtk5b11tcyvmwh | Mailing List Vendor Advisory |
| http://www.openwall.com/lists/oss-security/2026/02/17/4 | Mailing List Third Party Advisory |