CVE-2022-31016
25.06.2022, 08:15
Argo CD is a declarative continuous deployment for Kubernetes. Argo CD versions v0.7.0 and later are vulnerable to an uncontrolled memory consumption bug, allowing an authorized malicious user to crash the repo-server service, resulting in a Denial of Service. The attacker must be an authenticated Argo CD user authorized to deploy Applications from a repository which contains (or can be made to contain) a large file. The fix for this vulnerability is available in versions 2.3.5, 2.2.10, 2.1.16, and later. There are no known workarounds. Users are recommended to upgrade.Enginsight
Vendor | Product | Version |
---|---|---|
argoproj | argo_cd | 0.7.0 ≤ 𝑥 < 2.1.16 |
argoproj | argo_cd | 2.2.0 ≤ 𝑥 < 2.2.10 |
argoproj | argo_cd | 2.3.0 ≤ 𝑥 < 2.3.5 |
argoproj | argo_cd | 2.4.0 ≤ 𝑥 < 2.4.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-400 - Uncontrolled Resource ConsumptionThe software does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.
- CWE-770 - Allocation of Resources Without Limits or ThrottlingThe software allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.