Description
Kyuubi Engine UI proxy accepts a host and port from the request path and proxies HTTP requests to that destination. A remote requester with network access to the proxy can cause the Kyuubi server to send HTTP requests to arbitrary reachable hosts, resulting in SSRF or open-proxy behavior.


This issue affects Apache Kyuubi: from 1.8.0 before 1.12.0.

Users are recommended to upgrade to version 1.12.0, which disables the proxy by default. To restore proxied Engine UI, set kyuubi.frontend.rest.engine.ui.proxy.enabled=true and configure allowed target hosts with kyuubi.frontend.rest.engine.ui.proxy.hosts.
Published: 2026-07-29
Score: 7.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Apache Kyuubi Engine UI proxy accepts a host and port in the request path and forwards HTTP requests to that destination. An attacker who can reach the proxy endpoint can cause the Kyuubi server to send requests to any reachable host, enabling server‑side request forgery (SSRF) or open‑proxy behavior. This flaw allows an external actor to initiate outbound connections from the Kyuubi environment, potentially exposing internal resources or facilitating further attacks.

Affected Systems

Apache Kyuubi versions 1.8.0 up to and including 1.11.9 are affected. Versions from 1.12.0 onward have the proxy feature disabled by default, mitigating the vulnerability.

Risk and Exploitability

The CVSS score of 7.3 indicates a high impact, while the EPSS score of less than 1% suggests a low current exploitation probability. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires network access to a Kyuubi instance that has the Engine UI proxy enabled. An attacker can send crafted HTTP requests to the proxy endpoint to direct the server to connect to arbitrary hosts, potentially revealing internal network endpoints or enabling further compromise.

Generated by OpenCVE AI on August 3, 2026 at 13:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Kyuubi to version 1.12.0 or later, which disables the Engine UI proxy by default.
  • If an upgrade is not possible, disable the proxy feature by setting kyuubi.frontend.rest.engine.ui.proxy.enabled to false in the Kyuubi configuration.
  • If proxy functionality is required, enable it only with a restricted whitelist by setting kyuubi.frontend.rest.engine.ui.proxy.hosts to a list of trusted hosts and ensure no wildcards or untrusted values are allowed.

Generated by OpenCVE AI on August 3, 2026 at 13:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 29 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 29 Jul 2026 11:15:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache kyuubi
Vendors & Products Apache
Apache kyuubi

Wed, 29 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description Kyuubi Engine UI proxy accepts a host and port from the request path and proxies HTTP requests to that destination. A remote requester with network access to the proxy can cause the Kyuubi server to send HTTP requests to arbitrary reachable hosts, resulting in SSRF or open-proxy behavior. This issue affects Apache Kyuubi: from 1.8.0 before 1.12.0. Users are recommended to upgrade to version 1.12.0, which disables the proxy by default. To restore proxied Engine UI, set kyuubi.frontend.rest.engine.ui.proxy.enabled=true and configure allowed target hosts with kyuubi.frontend.rest.engine.ui.proxy.hosts.
Title Apache Kyuubi: Unrestricted access via Kyuubi engine-ui proxy
Weaknesses CWE-923
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-07-29T14:00:38.959Z

Reserved: 2026-01-19T03:40:46.158Z

Link: CVE-2026-23904

cve-icon Vulnrichment

Updated: 2026-07-29T09:58:41.805Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-29T10:16:40.913

Modified: 2026-08-05T18:36:12.800

Link: CVE-2026-23904

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T13:45:03Z

Weaknesses
  • CWE-923

    Improper Restriction of Communication Channel to Intended Endpoints