Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-42876 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

External Secrets Operator reads information from a third-party service and automatically injects the values as Kubernetes Secrets. Prior to 2.4.1, a user who only has permission to create ExternalSecret resources can cause the operator to create a Secret that Kubernetes will automatically populate with a long-lived token for the specified service account. This effectively allows the user to impersonate any service account in the namespace without needing direct create permissions on TokenRequest or Secrets of that type. This vulnerability is fixed in 2.4.1.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-285Improper Authorization[email protected]

Affected Products

ProductVersions
External Secrets Operator
> 0.1.0 (semver)

CPE

  • cpe:2.3:a:external-secrets:external_secrets_operator:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 2.4.1moderate effort
  • Mitigation:low effort

    Add admission control logic to prevent the use of Templates targeting undesired Types.

  • Mitigation:low effort

    Remove Service Account Token generation via kube-controller-manager flags.

  • Mitigation:low effort

    Restrict User RBAC on production clusters and sensitive namespaces.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-42876
NVD Published Date:
May 11, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-42876 Details - Not Deferred