First published: Wed Sep 27 2023(Updated: )
### Impact In Argo CD versions prior to 2.3 (starting at least in v0.1.0, but likely in any version using Helm before 2.3), using a specifically-crafted Helm file could reference external Helm charts handled by the same repo-server to leak values, or files from the referenced Helm Chart. This was possible because Helm paths were predictable. The vulnerability worked by adding a Helm chart that referenced Helm resources from predictable paths. Because the paths of Helm charts were predictable and available on an instance of repo-server, it was possible to reference and then render the values and resources from other existing Helm charts regardless of permissions. While generally, secrets are not stored in these files, it was nevertheless possible to reference any values from these charts. ### Patches This issue was fixed in Argo CD 2.3 and subsequent versions by randomizing Helm paths. ### Workarounds User's still using Argo CD 2.3 or below are advised to update to a [supported version](https://argo-cd.readthedocs.io/en/stable/operator-manual/installation/#supported-versions). If this is not possible, disabling Helm chart rendering, or using an additional repo-server for each Helm chart would prevent possible exploitation. ### References https://github.com/argoproj/argo-cd/security/advisories/GHSA-63qx-x74g-jcr7 ### For more information If you have any questions or comments about this advisory: * Open an issue in [example link to repo](http://example.com) * Email us at [example email address](mailto:example@example.com)
Credit: security-advisories@github.com security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Linuxfoundation Argo-cd | <2.3.0 | |
go/github.com/argoproj/argo-cd/v2 | <2.3.0 | 2.3.0 |
go/github.com/argoproj/argo-cd | <=1.8.7 | |
Argoproj Argo Cd | <2.3.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
Using a specifically-crafted Helm file could leak values or files from the referenced Helm Chart.
Argo CD versions prior to 2.3 (starting at least in v0.1.0 but likely in any version using Helm before 2.3) are affected.
CVE-2023-40026 can be exploited by using a specially crafted Helm file that references external Helm charts handled by the same repo-server.
CVE-2023-40026 has a severity level of medium.
To fix CVE-2023-40026, upgrade Argo CD to version 2.3.0 or later.