CVE-2026-39961

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:aiven:aiven_operator:*:*:*:*:*:*:*:*

History

13 May 2026, 16:06

Type Values Removed Values Added
References () https://github.com/aiven/aiven-operator/commit/032c9ba63257fdd2fddfb7f73f71830e371ff182 - () https://github.com/aiven/aiven-operator/commit/032c9ba63257fdd2fddfb7f73f71830e371ff182 - Patch
References () https://github.com/aiven/aiven-operator/releases/tag/v0.37.0 - () https://github.com/aiven/aiven-operator/releases/tag/v0.37.0 - Product, Release Notes
References () https://github.com/aiven/aiven-operator/security/advisories/GHSA-99j8-wv67-4c72 - () https://github.com/aiven/aiven-operator/security/advisories/GHSA-99j8-wv67-4c72 - Vendor Advisory
First Time Aiven
Aiven aiven Operator
CPE cpe:2.3:a:aiven:aiven_operator:*:*:*:*:*:*:*:*

09 Apr 2026, 18:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-09 18:17

Updated : 2026-05-13 16:06


NVD link : CVE-2026-39961

Mitre link : CVE-2026-39961

CVE.ORG link : CVE-2026-39961


JSON object : View

Products Affected

aiven

  • aiven_operator
CWE
CWE-269

Improper Privilege Management

CWE-441

Unintended Proxy or Intermediary ('Confused Deputy')