Home

Description

Aiven Operator allows you to provision and manage Aiven Services from your Kubernetes cluster. From 0.31.0 to before 0.37.0, a developer with create permission on ClickhouseUser CRDs in their own namespace can exfiltrate secrets from any other namespace — production database credentials, API keys, service tokens — with a single kubectl apply. The operator reads the victim's secret using its ClusterRole and writes the password into a new secret in the attacker's namespace. The operator acts as a confused deputy: its ServiceAccount has cluster-wide secret read/write (aiven-operator-role ClusterRole), and it trusts user-supplied namespace values in spec.connInfoSecretSource.namespace without validation. No admission webhook enforces this boundary — the ServiceUser webhook returns nil, and no ClickhouseUser webhook exists. This vulnerability is fixed in 0.37.0.

PUBLISHED Reserved 2026-04-07 | Published 2026-04-09 | Updated 2026-04-10 | Assigner GitHub_M




MEDIUM: 6.8CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N

Problem types

CWE-269: Improper Privilege Management

CWE-441: Unintended Proxy or Intermediary ('Confused Deputy')

Product status

< 0.37.0
affected

References

github.com/...erator/security/advisories/GHSA-99j8-wv67-4c72

github.com/...ommit/032c9ba63257fdd2fddfb7f73f71830e371ff182

github.com/aiven/aiven-operator/releases/tag/v0.37.0

cve.org (CVE-2026-39961)

nvd.nist.gov (CVE-2026-39961)

Download JSON