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
CVSS v4: 7.1 [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]
CVE-ID: CVE-2025-55191
CWE-ID: CWE-362
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

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.


Affected software

Argo CD

How to mitigate CVE-2025-55191

Install security update from vendor's website.

Argo CD - addressed in versions 2.14.20, 3.0.19, 3.1.8

External References

Related Security Bulletins