LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31016: Argo CD vulnerable to Uncontrolled Memory Consumption

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.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-31016 lets an authenticated Argo CD user with deployment rights crash the repo-server through uncontrolled memory use. The business impact is disruption to Kubernetes deployment workflows, not data theft or code execution according to the source bundle.

Executive priority

Prioritize remediation for shared or multi-tenant Argo CD environments because a low-privileged authorized user can disrupt deployment operations. The issue is availability-focused and rated medium, so urgency depends on deployment criticality and user trust boundaries.

Technical view

Argo CD versions v0.7.0 and later, before fixed 2.1.16, 2.2.10, and 2.3.5 releases, are affected by CWE-400 uncontrolled resource consumption in repo-server. The CVSS vector is network-accessible, low complexity, low privileges, no user interaction, with high availability impact only.

Likely exposure

Exposure is most likely in Argo CD environments where users are authenticated and authorized to deploy Applications from repositories they control or can influence, especially affected versions before 2.1.16, 2.2.10, or 2.3.5.

Exploitation context

The source bundle does not identify active exploitation, and KEV status is false. Abuse requires an authenticated Argo CD user with Application deployment authorization and a repository containing, or made to contain, a large file.

Researcher notes

The available evidence supports a denial-of-service condition in repo-server caused by uncontrolled memory consumption. The source bundle provides affected version ranges and fixed versions, but no exploit telemetry, workaround, or deeper root-cause details beyond large-file handling.

Mitigation direction

  • Upgrade Argo CD to 2.3.5, 2.2.10, 2.1.16, or later.
  • Treat earlier affected releases as upgrade candidates during maintenance planning.
  • Review vendor guidance; the advisory states there are no known workarounds.
  • Until upgraded, confirm deployment permissions are limited to trusted users.

Validation and detection

  • Inventory Argo CD versions across clusters and compare them with affected ranges.
  • Identify users authorized to deploy Applications from writable or influenced repositories.
  • Check whether repo-server restarts or memory exhaustion events occurred around deployment activity.
  • Confirm upgraded instances report fixed Argo CD release versions.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-400: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Container behavior lookup

The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-31016 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2022-31016Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
argoprojargo-cd>= 0.7.0, < 2.1.16, > 2.0.0, < 2.2.10, > 2.3.0, < 2.3.5Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-400 · source CWE mapping

Uncontrolled Resource Consumption

Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.