GHSA-rh53-xvx2-j327

Suggest an improvement
Source
https://github.com/advisories/GHSA-rh53-xvx2-j327
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-rh53-xvx2-j327/GHSA-rh53-xvx2-j327.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-rh53-xvx2-j327
Aliases
Published
2026-09-04T21:41:38Z
Modified
2026-09-04T22:00:05Z
Severity
  • 9.0 (Critical) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H CVSS Calculator
Summary
OpenChoreo: cluster-gateway internal proxy performs no caller authentication and is not read-only — data-plane Secret disclosure and arbitrary Kubernetes mutation
Details

Summary

The OpenChoreo control-plane cluster-gateway exposes internal management APIs (/api/proxy/, /api/exec/, /api/wirelogs/) that tunnel requests through to connected data planes' Kubernetes APIs, but the internal listener authenticates no caller. Its request validator permits mutating HTTP methods and reads of Secrets in tenant namespaces (only kube-system Secrets are blocked), so although the client library documents these requests as "read-only," the server enforces no such restriction. Any party able to reach the internal listener can — with no client certificate or token — read Secrets in any tenant namespace, create/modify/delete workloads, and exec into pods across every connected data plane.

Impact

An attacker with network access to the cluster-gateway internal listener obtains tunneled access to every connected data plane's Kubernetes API with no caller-level access control. Across all connected data planes, this allows:

  • Secret disclosure — reading any Secret outside kube-system in any tenant namespace (database credentials, cloud/KMS keys, TLS private keys), independent of any workload ServiceAccount permissions.
  • Workload tampering or destruction — creating, modifying, or deleting Deployments, Services, and other resources.
  • Pod command execution inside workload pods via /api/exec/.

This is also the missing second authorization layer behind GHSA-52gf-6rpq-fgmx (the openchoreo-api exec/wirelogs cross-project authorization bypass): because the gateway provides no compensating authorization, that bypass — and any other authz gap or SSRF that reaches the internal API — reaches the data-plane Kubernetes API unchecked.

Direct exploitability depends on the network isolation of the internal listener, which is not fixed in source. Where the internal port is reachable by untrusted workloads with no restrictive NetworkPolicy — and with impact landing in a separate data-plane cluster — this is Critical; it is scored conservatively as High otherwise.

Patches

Fixed in 1.0.3, 1.1.3, and 1.2.0. Upgrade path: 1.1.x → 1.1.2, 1.0.x and earlier → 1.0.2, 1.2.0-rc1 line → 1.2.0.

Database specific
{
    "cwe_ids":  [
        "CWE-269",
        "CWE-306",
        "CWE-862"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-09-04T21:41:38Z",
    "nvd_published_at":  "2026-08-13T22:17:29Z",
    "severity":  "CRITICAL"
}
References

Affected packages

Go / github.com/openchoreo/openchoreo

Package

Name
github.com/openchoreo/openchoreo
View open source insights on deps.dev
Purl
pkg:golang/github.com/openchoreo/openchoreo

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
1.0.3

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-rh53-xvx2-j327/GHSA-rh53-xvx2-j327.json"

Go / github.com/openchoreo/openchoreo

Package

Name
github.com/openchoreo/openchoreo
View open source insights on deps.dev
Purl
pkg:golang/github.com/openchoreo/openchoreo

Affected ranges

Type
SEMVER
Events
Introduced
1.1.0
Fixed
1.1.3

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-rh53-xvx2-j327/GHSA-rh53-xvx2-j327.json"

Go / github.com/openchoreo/openchoreo

Package

Name
github.com/openchoreo/openchoreo
View open source insights on deps.dev
Purl
pkg:golang/github.com/openchoreo/openchoreo

Affected ranges

Type
SEMVER
Events
Introduced
1.2.0-rc.1
Fixed
1.2.0

Database specific

last_known_affected_version_range
"< 1.2.0-rc.2"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-rh53-xvx2-j327/GHSA-rh53-xvx2-j327.json"