Race condition in Argo CD - CVE-2025-55191

 

Race condition in Argo CD - CVE-2025-55191

Published: May 2, 2026


Vulnerability identifier: #VU129009
CSH Severity: Low
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2025-55191
CWE-ID: CWE-362
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
Argo CD
Software vendor:
Argo

Description

The vulnerability allows a remote user to cause a denial of service.

The vulnerability exists due to a race condition in repository credentials handlers in util/db/repository_secrets.go when processing concurrent repository credential operations on the same repository URL. A remote user can send concurrent create, update, or delete operations for repository credentials to cause a denial of service.

The issue can panic the Argo CD server through concurrent map read and write access, and repeated triggering can keep the server unavailable.


Remediation

Install security update from vendor's website.

External links