CVE-2026-39961
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/aiven/aiven-operatorGo | >= 0.31.0, < 0.37.0 | 0.37.0 |
Affected products
3(expand)+ 1 more
- (no CPE)
- cpe:2.3:a:aiven:aiven_operator:*:*:*:*:*:*:*:*range: >=0.31.0,<0.37.0
Patches
Vulnerability mechanics
References
5- github.com/aiven/aiven-operator/commit/032c9ba63257fdd2fddfb7f73f71830e371ff182nvdPatchWEB
- github.com/advisories/GHSA-99j8-wv67-4c72ghsaADVISORY
- github.com/aiven/aiven-operator/security/advisories/GHSA-99j8-wv67-4c72nvdVendor AdvisoryWEB
- nvd.nist.gov/vuln/detail/CVE-2026-39961ghsaADVISORY
- github.com/aiven/aiven-operator/releases/tag/v0.37.0nvdProductRelease NotesWEB
News mentions
0No linked articles in our index yet.