CVE-2026-73843: OpenChoreo: Unauthenticated access to data-plane operations via OpenChoreo cluster-gateway management APIs
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.
Security readout for executives and security teams
Plain-English summary
A network-reachable attacker could control OpenChoreo data-plane operations without signing in, potentially accessing Kubernetes resources and running commands inside workload pods. Multi-cluster environments using vulnerable releases face possible compromise of confidentiality, integrity, and availability.
Executive priority
Treat as an immediate remediation item for vulnerable multi-cluster deployments. The flaw requires no account and can enable workload command execution with broad business impact. Patch exposed or broadly reachable gateways first, then investigate suspicious activity because upgrading does not determine whether earlier compromise occurred.
Technical view
Before versions 1.0.2 and 1.1.2, OpenChoreo exposed cluster-gateway management APIs on an externally reachable agent listener without authentication. Attackers with network reachability could invoke proxy and execution operations, proxy the data-plane Kubernetes API, and execute commands in workload pods. CVSS 3.1 rates this 9.6.
Likely exposure
Exposure requires OpenChoreo versions below 1.0.2 or versions 1.1.0 through 1.1.1, a multi-cluster deployment, and network reachability to the affected agent listener. Public-internet exposure is not established by the supplied evidence; review internal, partner, and adjacent-network paths.
Exploitation context
No active exploitation is established: the source bundle states this CVE is not in KEV and provides no cited exploitation reports. Exploitation requires network access but no privileges or user interaction, and successful abuse could cross security boundaries into data-plane workloads.
Researcher notes
The core weakness combines missing authentication, unintended external exposure, and missing authorization enforcement, mapped to CWE-306, CWE-668, and CWE-862. Scope changes because management-plane access can affect data-plane Kubernetes resources. The supplied evidence identifies fixes but does not establish exploit availability, observed attacks, or exposure prevalence.
Mitigation direction
Upgrade affected 1.0.x deployments to OpenChoreo 1.0.2 or later.
Upgrade affected 1.1.x deployments to OpenChoreo 1.1.2 or later.
Restrict network access to cluster-gateway agent listeners until upgrades are complete.
Prioritize credential, workload, and Kubernetes access review if unexplained management activity is found.
Validation and detection
Inventory OpenChoreo versions across every management and data-plane cluster.
Identify whether cluster-gateway agent listeners are reachable from untrusted or adjacent networks.
Review logs for unexpected proxy or workload-execution operations before and after patching.
Verify approved non-production tests show management operations reject unauthenticated callers after upgrading.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-306: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
CWE-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
8Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-306 · source CWE mapping
Missing Authentication for Critical Function
Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Exposure of Resource to Wrong Sphere represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.