Apache ArrowGHSA-cjw4-2w9r-r8mv
Missing Initialization of Resource in Apache Arrow
High7.5CVE-2019-12410 · Published May 24, 2022 · updated Oct 21, 2024
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| pyarrow PyPI | >= 0.12.0, < 0.15.1 | 0.15.1 |
Details and references
While investigating UBSAN errors in https://github.com/apache/arrow/pull/5365 it was discovered Apache Arrow versions 0.12.0 to 0.14.1, left memory Array data uninitialized when reading RLE null data from parquet. This affected the C++, Python, Ruby and R implementations. The uninitialized memory could potentially be shared if are transmitted over the wire (for instance with Flight) or persisted in the streaming IPC and file formats.
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-909
- Also known as
- CVE-2019-12410, PYSEC-2019-196
- nvd.nist.gov/vuln/detail/CVE-2019-12410
- github.com/advisories/GHSA-cjw4-2w9r-r8mv
- github.com/apache/arrow
- github.com/pypa/advisory-database/tree/main/vulns/pyarrow/PYSEC-2019-196.yaml
- github.com/rubysec/ruby-advisory-db/blob/master/gems/red-arrow/CVE-2019-12410.yml
- lists.apache.org/thread.html/49f067b1c5fb7493d952580f0d2d032819ba351f7a78743c21126269@%3Cdev.arrow.apache.org%3E
- lists.apache.org/thread.html/efd8bbf57427d3c303b5316d208a335f8d0c0dbe0dc4c87cfa995073@%3Cannounce.apache.org%3E
- www.openwall.com/lists/oss-security/2019/11/08/1
More Apache Arrow advisories
All Apache Arrow| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| May 242022 | Missing Initialization of Resource in Apache Arrow CVE-2019-12408High7.5fixed in 0.15.1 | High7.5 | 0.15.1 |
| Nov 92023 | PyArrow: Arbitrary code execution when loading a malicious data file CVE-2023-47248Critical9.8fixed in 14.0.1 | Critical9.8 | 14.0.1 |
| Nov 282024 | 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 CVE-2024-52338Critical9.8fixed in 17.0.0 | Critical9.8 | 17.0.0 |
| Feb 17 | Apache Arrow: Potential use-after-free when reading IPC file with pre-buffering CVE-2026-25087High7.0fixed in 23.0.1 | High7.0 | 23.0.1 |