CVE-2024-45041
published 2024-09-09CVE-2024-45041: External Secrets Operator is a Kubernetes operator that integrates external secret management systems. The external-secrets has a deployment called…
PriorityP350high8.8CVSS 3.1
AVNACLPRLUINSUCHIHAH
EPSS
0.59%
44.2th percentile
External Secrets Operator is a Kubernetes operator that integrates external secret management systems. The external-secrets has a deployment called default-external-secrets-cert-controller, which is bound with a same-name ClusterRole. This ClusterRole has "get/list" verbs of secrets resources. It also has path/update verb of validatingwebhookconfigurations resources. This can be used to abuse the SA token of the deployment to retrieve or get ALL secrets in the whole cluster, capture and log all data from requests attempting to update Secrets, or make a webhook deny all Pod create and update requests. This vulnerability is fixed in 0.10.2.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| external-secrets | external-secrets | < 0.10.2 | 0.10.2 |
| external-secrets | external_secrets_operator | < 0.10.2 | 0.10.2 |
| github.com | external-secrets_external-secrets | >= 0 < 0.10.2 | 0.10.2 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
External Secrets Operator vulnerable to privilege escalation in github.com/external-secrets/external-secrets
osv·2024-09-13
CVE-2024-45041 External Secrets Operator vulnerable to privilege escalation in github.com/external-secrets/external-secrets
External Secrets Operator vulnerable to privilege escalation in github.com/external-secrets/external-secrets
External Secrets Operator vulnerable to privilege escalation in github.com/external-secrets/external-secrets
GHSA
External Secrets Operator vulnerable to privilege escalation
ghsa·2024-09-09
CVE-2024-45041 [HIGH] CWE-269 External Secrets Operator vulnerable to privilege escalation
External Secrets Operator vulnerable to privilege escalation
### Details
The external-secrets has a deployment called default-external-secrets-cert-controller, which is bound with a same-name ClusterRole. This ClusterRole has "get/list" verbs of secrets resources(https://github.com/external-secrets/external-secrets/blob/main/deploy/charts/external-secrets/templates/cert-controller-rbac.yaml#L49). It also has path/update verb of validatingwebhookconfigurations resources(https://github.com/external-secrets/external-secrets/blob/main/deploy/charts/external-secrets/templates/cert-controller-rbac.yaml#L27). As a result, if a malicious user can access the worker node which has this deployment. he/she can:
1. For the "get/list secrets" permission, he/she can abuse the SA token of this deployment
OSV
External Secrets Operator vulnerable to privilege escalation
osv·2024-09-09
CVE-2024-45041 [HIGH] External Secrets Operator vulnerable to privilege escalation
External Secrets Operator vulnerable to privilege escalation
### Details
The external-secrets has a deployment called default-external-secrets-cert-controller, which is bound with a same-name ClusterRole. This ClusterRole has "get/list" verbs of secrets resources(https://github.com/external-secrets/external-secrets/blob/main/deploy/charts/external-secrets/templates/cert-controller-rbac.yaml#L49). It also has path/update verb of validatingwebhookconfigurations resources(https://github.com/external-secrets/external-secrets/blob/main/deploy/charts/external-secrets/templates/cert-controller-rbac.yaml#L27). As a result, if a malicious user can access the worker node which has this deployment. he/she can:
1. For the "get/list secrets" permission, he/she can abuse the SA token of this deployment
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2024-09-09
Published