First published: Wed Jul 24 2024(Updated: )
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Argo CD has a Web-based terminal that allows users to get a shell inside a running pod, just as they would with kubectl exec. Starting in version 2.6.0, when the administrator enables this function and grants permission to the user `p, role:myrole, exec, create, */*, allow`, even if the user revokes this permission, the user can still perform operations in the container, as long as the user keeps the terminal view open for a long time. Although the token expiration and revocation of the user are fixed, however, the fix does not address the situation of revocation of only user `p, role:myrole, exec, create, */*, allow` permissions, which may still lead to the leakage of sensitive information. A patch for this vulnerability has been released in Argo CD versions 2.11.7, 2.10.16, and 2.9.21.
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
go/github.com/argoproj/argo-cd/v2 | >=2.11.0<2.11.7 | 2.11.7 |
go/github.com/argoproj/argo-cd/v2 | >=2.10.0<2.10.16 | 2.10.16 |
go/github.com/argoproj/argo-cd/v2 | >=2.6.0<2.9.21 | 2.9.21 |
Argo CD | >=2.6.0<2.9.21 | |
Argo CD | >=2.10.0<2.10.16 | |
Argo CD | >=2.11.0<2.11.7 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-41666 has been assessed with a severity rating of high.
To remediate CVE-2024-41666, upgrade to Argo CD versions 2.11.7, 2.10.16, or 2.9.21.
CVE-2024-41666 affects Argo CD versions from 2.6.0 up to 2.11.6, and also includes earlier versions within the specified ranges.
CVE-2024-41666 allows unauthorized users to access a web-based terminal inside running pods, potentially leading to privilege escalation.
Organizations using affected versions of Argo CD with the web-based terminal feature enabled are at risk from CVE-2024-41666.