Description
OpenChoreo is a complete, open-source developer platform for Kubernetes. Prior to 1.0.2 and 1.1.2, internal/cluster-gateway/server.go served caller-facing management APIs on the externally reachable agent listener without authentication, allowing network-reachable attackers to invoke /api/proxy/ and /api/exec/ operations, proxy the data-plane Kubernetes API, and execute commands in workload pods in multi-cluster deployments. This issue is fixed in versions 1.0.2 and 1.1.2.
Published: 2026-08-13
Score: 9.6 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

OpenChoreo’s cluster‑gateway exposed management APIs on an externally reachable agent listener without any authentication checks. This flaw allows an attacker who can reach the endpoint to invoke the /api/proxy/ and /api/exec/ routes, proxy requests to the Kubernetes API, and execute arbitrary commands inside pods in multi‑cluster environments. The resulting impact is full remote code execution on the target cluster with the privileges of the cluster‑gateway process, effectively compromising confidentiality, integrity, and availability of the entire Kubernetes data‑plane. The vulnerability is rated CVSS 9.6, reflecting its severe nature and the breadth of access it grants.

Affected Systems

All OpenChoreo installations prior to versions 1.0.2 and 1.1.2 are susceptible. The affected vendor is openchoreo and the product is the OpenChoreo platform.

Risk and Exploitability

The CVSS score of 9.6 indicates critical severity. EPSS data is not available and it is not listed in the CISA KEV catalog. Because the vulnerable APIs are exposed behind an externally reachable listener, a remote attacker who can reach that endpoint can exploit it without authentication or other prerequisites. The likely attack vector is network access to the agent listener, which can lead to full command execution within pods and complete control over the Kubernetes data‑plane.

Generated by OpenCVE AI on August 14, 2026 at 00:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenChoreo to version 1.0.2 or newer (including 1.1.2) to remove the unauthenticated API endpoints.
  • If an upgrade cannot be performed immediately, restrict access to the agent listener so that only trusted internal networks can reach the /api/proxy/ and /api/exec/ endpoints, for example by applying firewall rules or ingress restrictions.
  • Configure the cluster‑gateway to require authentication on all management APIs, enforcing token or basic authentication to prevent unauthenticated calls.

Generated by OpenCVE AI on August 14, 2026 at 00:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 14 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
First Time appeared Openchoreo
Openchoreo openchoreo
Vendors & Products Openchoreo
Openchoreo openchoreo

Thu, 13 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description OpenChoreo is a complete, open-source developer platform for Kubernetes. Prior to 1.0.2 and 1.1.2, internal/cluster-gateway/server.go served caller-facing management APIs on the externally reachable agent listener without authentication, allowing network-reachable attackers to invoke /api/proxy/ and /api/exec/ operations, proxy the data-plane Kubernetes API, and execute commands in workload pods in multi-cluster deployments. This issue is fixed in versions 1.0.2 and 1.1.2.
Title OpenChoreo: Unauthenticated access to data-plane operations via OpenChoreo cluster-gateway management APIs
Weaknesses CWE-306
CWE-668
CWE-862
References
Metrics cvssV3_1

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


Subscriptions

Openchoreo Openchoreo
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-14T18:06:50.045Z

Reserved: 2026-08-13T17:44:28.643Z

Link: CVE-2026-73843

cve-icon Vulnrichment

Updated: 2026-08-14T17:53:56.287Z

cve-icon NVD

Status : Received

Published: 2026-08-13T22:17:29.193

Modified: 2026-08-14T18:19:09.623

Link: CVE-2026-73843

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T12:14:18Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function

  • CWE-668

    Exposure of Resource to Wrong Sphere

  • CWE-862

    Missing Authorization