Skip to main content

Boteraser | Website and Server Security Solutions

🛡️ GHSA-x563-6hqv-26mr — ibis-framework (CVE-2023-47248)

🔴 CVSS 9.5 — Critical ✅ No Known Exploit CWE-502 OSV
9.5
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

Ibis PyArrow dependency allows arbitrary code execution when loading a malicious data file

Impact

Deserialization of untrusted data in IPC and Parquet readers in PyArrow versions 0.14.0 to 14.0.0 allows arbitrary code execution. An application is vulnerable if it reads Arrow IPC, Feather or Parquet data from untrusted sources (for example user-supplied input files). This vulnerability only affects PyArrow, not other Apache Arrow implementations or bindings.

Note that Ibis itself makes extremely limited use of pyarrow.parquet.read_table:

1. read_table is used in tests, where the input file is entirely controlled by the Ibis developers

2. read_table is used in the ibis/examples/__init__.py as a fallback for backends that don't support reading Parquet directly. Parquet data used in ibis.examples are also managed by the Ibis developers. This Parquet data is generated from CSV files and SQLite databases.

3. The Pandas and Dask backends both use PyArrow to read Parquet files and are therefore affected.

Ibis does not make use of APIs that directly read from either Arrow IPC files or Feather files.

Patches

Ibis imports the pyarrow_hotfix package wherever pyarrow is used, as of version 7.1.0.

Upgrading to Arrow 14.0.1 is also a possible solution, starting in Ibis 7.1.0.

Workarounds

Install [pyarrow_hotfix](https://pypi.org/project/pyarrow-hotfix/) and run import pyarrow_hotfix ahead of any and all import ibis statements.

For example:

```python

import ibis

```

becomes

```python

import pyarrow_hotfix

import ibis

```

References

https://www.cve.org/CVERecord?id=CVE-2023-47248

https://nvd.nist.gov/vuln/detail/CVE-2023-47248

Weakness class

GHSA-x563-6hqv-26mr is classified as CWE-502: Deserialization of Untrusted Data. Serialised data from an untrusted source is reconstructed into objects, which can trigger code during the process.

Affected software

GHSA-x563-6hqv-26mr is recorded against 1 package.

  • ibis-framework (fixed in 7.1.0)

Timeline and source

Published on 17 November 2023 and last revised on 30 November 2024. No public exploit is currently recorded for this entry. Record sourced from OSV.

References

github.com (Web)
github.com (Web)
github.com (Package)
github.com (Web)

Details

Severity CRITICAL
CVSS Score 9.5
CVSS Vector N/A
CWE CWE-502
Public Exploit ✅ No
Source OSV
Published 2023-11-17
Updated 2026-08-20
Modified 2024-11-30
Fix URL N/A

Affected Packages

Software From version Fixed in
ibis-framework 7.1.0

Exploit Protection

Are you running ibis-framework?

GHSA-x563-6hqv-26mr carries CVSS 9.5 Critical rating. BotEraser checks your installation against this and other known CVE records, and blocks IPs associated with exploit activity.

Check My Site For GHSA-x563-6hqv-26mr →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.