Description
Specifying tblproperties('avro.schema.url'=' http://...' ) or with a 'file:///' URI on a table in Impala 2.0.0 to 4.5.1 on all platforms allows an attacker to trigger a GET request to internal endpoints they may not have access to but that Impala does and the response my be exposed via parsing error messages.
Users are recommended to upgrade to version 4.5.2, which fixes this issue.
Published: 2026-09-09
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability allows an attacker to set the Avro schema URL in a table definition, causing Impala to issue an HTTP GET request to any supplied host. The response can surface in parsing error messages, potentially leaking internal endpoint information. The weakness is a classic SSRF, identified as CWE‑918, which can enable attackers to probe or access services that Impala itself can reach, thereby compromising confidentiality and possibly enabling further exploitation.

Affected Systems

Apache Impala versions 2.0.0 through 4.5.1 on all platforms are affected when a table is created or altered to include tblproperties('avro.schema.url'='http://…') or a file:/// URI. Systems running these Impala versions and hosting such tables are vulnerable.

Risk and Exploitability

The CVSS score is not provided, and the EPSS score is unavailable, but the vulnerability is listed as not in the CISA KEV catalog. Exploitation requires the ability to create or modify a table to inject the schema URL, which is typically available to users with write access to the database. Once the property is set, Impala will automatically send the GET request, and error responses could reveal sensitive data, indicating a high potential impact if exploited. The lack of EPSS data means the likelihood cannot be precisely quantified, but SSRF flaws are generally considered high risk if exposed.

Generated by OpenCVE AI on September 9, 2026 at 11:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Impala to version 4.5.2, which contains the fix for this SSRF issue.
  • Audit all existing tables for tblproperties('avro.schema.url') and either remove the property or replace it with a safe, non‑exploitable value.
  • Restrict the privilege to create or alter tables that include avro.schema.url to a narrow set of trusted administrators.

Generated by OpenCVE AI on September 9, 2026 at 11:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 12:30:00 +0000

Type Values Removed Values Added
References

Wed, 09 Sep 2026 10:45:00 +0000

Type Values Removed Values Added
Description Specifying tblproperties('avro.schema.url'=' http://...' ) or with a 'file:///' URI on a table in Impala 2.0.0 to 4.5.1 on all platforms allows an attacker to trigger a GET request to internal endpoints they may not have access to but that Impala does and the response my be exposed via parsing error messages. Users are recommended to upgrade to version 4.5.2, which fixes this issue.
Title Apache Impala: Avro Schema URL Server-Side Request Forgery
Weaknesses CWE-918
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-09-09T11:10:35.553Z

Reserved: 2026-06-11T17:21:18.283Z

Link: CVE-2026-54048

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T11:17:14.700

Modified: 2026-09-09T12:17:12.367

Link: CVE-2026-54048

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T11:30:09Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)