Description
A flaw was found in the gorch service template, which is part of the trustyai-service-operator. Even when authentication is enabled, the gorch service exposes unproxied orchestrator and detector metrics ports. This allows any pod on the cluster network to directly access these ports, bypassing the kube-rbac-proxy and its authentication mechanisms. This could lead to unauthorized access to the orchestrator and detector metrics.
Published: 2026-07-08
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The trustyai-service-operator’s gorch service template exposes its orchestrator and detector metrics ports without any authentication, even when the overall service has authentication enabled. This Missing Authentication flaw (CWE‑306) allows any pod on the OpenShift AI cluster network to reach the unproxied metrics endpoints, bypassing the kube‑rbac‑proxy that normally guards those resources. The result is that an attacker can read detailed metrics that may reveal internal system state, operational parameters, or other sensitive information that could facilitate additional attacks.

Affected Systems

Red Hat OpenShift AI installations that include the trustyai-service-operator are affected. The CVE does not specify a particular release, so the issue likely exists across all current releases until a fix is applied.

Risk and Exploitability

The CVSS score of 6.3 indicates moderate severity, while the EPSS score of < 1 % implies that exploitation is unlikely but not impossible. The vulnerability is not listed in the CISA KEV catalog. An attacker can exploit the flaw by establishing an internal connection from any pod within the cluster to the exposed metrics ports, thereby bypassing the intended authentication controls. The weakness is a classic Missing Authentication issue (CWE‑306).

Generated by OpenCVE AI on July 31, 2026 at 13:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Red Hat OpenShift AI to a version that includes the fix for the gorch service template.
  • After the upgrade, verify that metrics ports are protected by kube‑rbac‑proxy and that authentication is enforced.
  • As an interim measure, restrict pod network access to the gorch service ports using OpenShift NetworkPolicies or firewall rules until the patch is applied.

Generated by OpenCVE AI on July 31, 2026 at 13:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Wed, 08 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 08 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
Description A flaw was found in the gorch service template, which is part of the trustyai-service-operator. Even when authentication is enabled, the gorch service exposes unproxied orchestrator and detector metrics ports. This allows any pod on the cluster network to directly access these ports, bypassing the kube-rbac-proxy and its authentication mechanisms. This could lead to unauthorized access to the orchestrator and detector metrics.
Title Trustyai-service-operator: trustyai service operator: gorch port bypass when auth is enabled
First Time appeared Redhat
Redhat openshift Ai
Weaknesses CWE-306
CPEs cpe:/a:redhat:openshift_ai
Vendors & Products Redhat
Redhat openshift Ai
References
Metrics cvssV3_1

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


Subscriptions

Redhat Openshift Ai
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-07-08T15:56:34.556Z

Reserved: 2026-07-08T14:31:24.772Z

Link: CVE-2026-15063

cve-icon Vulnrichment

Updated: 2026-07-08T15:56:31.003Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-08T16:16:27.723

Modified: 2026-07-09T16:39:17.737

Link: CVE-2026-15063

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-08T00:00:00Z

Links: CVE-2026-15063 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T14:00:07Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function