GHSA-77v3-r3jw-j2v2

Suggest an improvement
Source
https://github.com/advisories/GHSA-77v3-r3jw-j2v2
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/01/GHSA-77v3-r3jw-j2v2/GHSA-77v3-r3jw-j2v2.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-77v3-r3jw-j2v2
Aliases
Downstream
Published
2026-01-20T16:37:18Z
Modified
2026-01-22T15:52:16.358672Z
Severity
  • 9.3 (Critical) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H CVSS Calculator
Summary
External Secrets Operator insecurely retrieves secrets through the getSecretKey templating function
Details

Summary

The getSecretKey template function, while introduced for senhasegura Devops Secrets Management (DSM) provider, has the ability to fetch secrets cross-namespaces with the roleBinding of the external-secrets controller, bypassing our security mechanisms.

This function was completely removed, as everything done with that templating function can be done in a different way while respecting our safeguards (for example, using sourceRef like explained here: https://github.com/external-secrets/external-secrets/issues/5690#issuecomment-3630977865)

Impact

  • Cross-namespace secret access: Attackers or misconfigured resources could retrieve secrets from namespaces other than the one intended.
  • privilege escalation: Unauthorized access to secrets could lead to privilege escalation, data exfiltration, or compromise of service accounts and credentials.

Resolution

We removed the incriminated templating function from our codebase. All users should upgrade to the latest version containing this fix.

Workarounds

Use a policy engine such as Kubernetes, Kyverno, Kubewarden, or OPA to prevent the usage of getSecretKey in any ExternalSecret resource.

Details

See also: - https://github.com/external-secrets/external-secrets/issues/5690 - https://github.com/external-secrets/external-secrets/pull/3895

Database specific
{
    "cwe_ids": [
        "CWE-863"
    ],
    "severity": "CRITICAL",
    "nvd_published_at": "2026-01-21T22:15:49Z",
    "github_reviewed": true,
    "github_reviewed_at": "2026-01-20T16:37:18Z"
}
References

Affected packages

Go / github.com/external-secrets/external-secrets

Package

Name
github.com/external-secrets/external-secrets
View open source insights on deps.dev
Purl
pkg:golang/github.com/external-secrets/external-secrets

Affected ranges

Type
SEMVER
Events
Introduced
0.20.2
Fixed
1.2.0

Database specific

source

"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/01/GHSA-77v3-r3jw-j2v2/GHSA-77v3-r3jw-j2v2.json"