GHSA-92mw-q256-5vwg · 深刻度: high · エコシステム: go — github.com/argoproj/argo-cd Cross-Site Request Forgery vulnerability
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. The Argo CD API prior to versions 2.10-rc2, 2.9.4, 2.8.8, and 2.7.15 are vulnerable to a cross-server request forgery (CSRF) attack when the attacker has the ability to write HTML to a page on the same parent domain as Argo CD. A CSRF attack works by tricking an authenticated Argo CD user into loading a web page which contains code to call Argo CD API endpoints on the victim’s behalf. For example, an attacker could send an Argo CD user a link to a page which looks harmless but in the background calls an Argo CD API endpoint to create an application running malicious code. Argo CD uses the “Lax” SameSite cookie policy to prevent CSRF attacks where the attacker controls an external domain. The malicious external website can attempt to call the Argo CD API, but the web browser will refuse to send the Argo CD auth token with the request. Many companies host Argo CD on an internal subdomain. If an attacker can place malicious code on, for example, https://test.internal.example.com/, they can still perform a CSRF attack. In this case, the “Lax” SameSite cookie does not prevent the browser from sending the auth cookie, because the destination is a parent domain of the Argo CD API. Browsers generally block such attacks by applying CORS policies to sensitive requests with sensitive content types. Specifically, browsers will send a “preflight request” for POSTs with content type “application/json” asking the destination API “are you allowed to accept requests from my domain?” If the destination API does not answer “yes,” the browser will block the request. Before the patched versions, Argo CD did not validate that requests contained the correct content type header. So an attacker could bypass the browser’s CORS check by setting the content type to something which is considered “not sensitive” such as “text/plain.” The browser wouldn’t send the preflight request, and Argo CD would happily accept the contents (which are actually still JSON) and perform the requested action (such as running malicious code). A patch for this vulnerability has been released in the following Argo CD versions: 2.10-rc2, 2.9.4, 2.8.8, and 2.7.15. The patch contains a breaking API change. The Argo CD API will no longer accept non-GET requests which do not specify application/json as their Content-Type. The accepted content types list is configurable, and it is possible (but discouraged) to disable the content type check completely. Users are advised to upgrade. There are no known workarounds for this vulnerability.
総合評価: CVE-2024-22424 は公開エクスプロイトあり(59.1/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.39%、30 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.06% | 0.39% | +0.32% |
| 2 | 2025-11-21 | 0.40% | 0.06% | -0.33% |
| 3 | 2025-11-18 | — | 0.40% | — |
EPSS の全履歴 (全 9 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 8.3 | 3.1 | HIGH |
|
1.6 | 6.0 | [email protected] |
| 8.3 | 3.1 | HIGH |
|
1.6 | 6.0 | [email protected] |
GHSA-92mw-q256-5vwg · 深刻度: high · エコシステム: go — github.com/argoproj/argo-cd Cross-Site Request Forgery vulnerability
| vendor | priority | summary | link |
|---|---|---|---|
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2024-22424 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| argoproj | argo_cd | >= 2.8.0, < 2.8.8 | cpe:2.3:a:argoproj:argo_cd:*:*:*:*:*:*:*:* |
| argoproj | argo_cd | >= 2.9.0, < 2.9.4 | cpe:2.3:a:argoproj:argo_cd:*:*:*:*:*:*:*:* |
| argoproj | argo_cd | 2.10.0 | cpe:2.3:a:argoproj:argo_cd:2.10.0:rc1:*:*:*:*:*:* |
| linuxfoundation | argo-cd | >= 0.1.0, < 2.7.16 | cpe:2.3:a:linuxfoundation:argo-cd:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| https://github.com/argoproj/argo-cd/issues/2496 | Exploit Issue Tracking Third Party Advisory |
| https://github.com/argoproj/argo-cd/pull/16860 | Patch |
| https://github.com/argoproj/argo-cd/security/advisories/GHSA-92mw-q256-5vwg | Vendor Advisory |