Description
The Elastic Cloud on Kubernetes (ECK) operator reads a list of secret references from an annotation on secrets it manages, and it accepts the namespace recorded in each reference without validating that the reference is authorized for the resource being reconciled. A user whose Kubernetes permissions are limited to their own namespace can write that annotation, trigger a reconcile, and cause the operator to use its cluster-wide secret permissions to copy the contents of a secret from any other namespace into a secret the user can read.
Published: 2026-08-13
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from the ECK operator reading secret references from annotations and accepting the namespace specified without validating authority; a user with limited namespace permissions can write an annotation, trigger reconciliation, and have the operator copy secrets from any namespace into a user‑accessible secret, thereby exposing sensitive data beyond the intended scope.

Affected Systems

Elastic Cloud on Kubernetes (ECK) operator – any deployment that has not applied the released security update. The issue is pertinent when users have write access to apply annotations on secrets within their own namespace, even if they lack cluster‑wide read rights.

Risk and Exploitability

The CVSS score of 6.5 indicates a moderate vulnerability; the EPSS score is unavailable and the vulnerability is not listed in the CISA KEV catalog. The attack vector is a Kubernetes cluster where the attacker can create or modify secrets; they do not need cluster‑admin privileges, only the ability to write annotations on secrets in their namespace. Once an annotation is written, the operator’s cluster‑level secret permissions are leveraged by the reconcile loop to copy data from arbitrary namespaces, resulting in a confidentiality breach.

Generated by OpenCVE AI on August 13, 2026 at 21:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the ECK operator to the patched version released by Elastic to eliminate the unvalidated annotation behavior.
  • Restrict RBAC so that users can only modify annotations on secrets within their own namespace and prevent cross‑namespace references from being added.
  • Audit existing secret annotations across namespaces and remove any that specify references to other namespaces to mitigate exploitation while awaiting the fix.

Generated by OpenCVE AI on August 13, 2026 at 21:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Description The Elastic Cloud on Kubernetes (ECK) operator reads a list of secret references from an annotation on secrets it manages, and it accepts the namespace recorded in each reference without validating that the reference is authorized for the resource being reconciled. A user whose Kubernetes permissions are limited to their own namespace can write that annotation, trigger a reconcile, and cause the operator to use its cluster-wide secret permissions to copy the contents of a secret from any other namespace into a secret the user can read.
Title Unintended Proxy or Intermediary in Elastic Cloud on Kubernetes Leading to Cross-Namespace Secret Disclosure
Weaknesses CWE-441
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: elastic

Published:

Updated: 2026-08-13T20:28:02.908Z

Reserved: 2026-08-10T11:17:35.480Z

Link: CVE-2026-72640

cve-icon Vulnrichment

Updated: 2026-08-13T20:27:59.371Z

cve-icon NVD

Status : Received

Published: 2026-08-13T20:17:24.550

Modified: 2026-08-13T21:18:09.483

Link: CVE-2026-72640

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T21:15:03Z

Weaknesses
  • CWE-441

    Unintended Proxy or Intermediary ('Confused Deputy')