Improper Access Control Affecting external-secrets-operator package, versions <0.20.1-r0


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.31% (23rd percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-MINIMOSLATEST-EXTERNALSECRETSOPERATOR-13551043
  • published15 Oct 2025
  • disclosed10 Oct 2025

Introduced: 10 Oct 2025

CVE-2025-62159  (opens in a new tab)
CWE-284  (opens in a new tab)

How to fix?

Upgrade Minimos:latest external-secrets-operator to version 0.20.1-r0 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream external-secrets-operator package and not the external-secrets-operator package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

External Secrets Operator reads information from a third-party service and automatically injects the values as Kubernetes Secrets. A vulnerability was discovered in the BeyondTrust provider implementation for External Secrets Operator versions 0.10.1 through 0.19.2. The provider previously retrieved Kubernetes secrets directly, without validating the namespace context or the type of secret store. This allowed unauthorized cross-namespace secret access, violating security boundaries and potentially exposing sensitive credentials. In version 0.20.0, the provider code was updated to use the resolvers.SecretKeyRef utility, which enforces namespace validation and only allows cross-namespace access for ClusterSecretStore types. This ensures secrets are only retrieved from the correct namespace, mitigating the risk of unauthorized access. All users should upgrade to the latest version containing this fix. As a workaround, use a policy engine such as Kyverno or OPA to prevent using BeyondTrust provider and/or validate the (Cluster)SecretStore and ensure the namespace may only be set when using a ClusterSecretStore.