← Retour
CVE-2026-45738
high
CVSS 7.3
XSS (Cross-Site Scripting) dans github.com/argoproj/argo-cd/v3 (CVE-2026-45738)
Résumé
XSS dans github.com/argoproj/argo-cd/v3 (CVE-2026-45738). Des informations confidentielles peuvent être exposées. Exploitable via ``href``. Atténuation : mise à jour vers `3.4.2` ou plus.
Résumé IA snake-internal / snake-material-v2
Une vulnérabilité référencée **CVE-2026-45738** a été découverte dans github.com/argoproj/argo-cd/v3.
Des attaquants peuvent cibler un point d'entrée spécifique comme ``href`` à distance pour détourner le produit.
Des informations confidentielles peuvent être exposées. Score CVSS : 7.3/10.
Action : mettez à jour github.com/argoproj/argo-cd/v3 vers **3.4.2** ou supérieur.
En cas de doute, contactez votre service informatique ou cherchez « github.com/argoproj/argo-cd/v3 CVE-2026-45738 » sur le site de l'éditeur.
CVE-2026-45738 (github.com/argoproj/argo-cd/v3) — CWE-79 / CVSS v3 7.3
Vecteur d'attaque : distant (réseau)
Surface d'attaque : `href` / `ApplicationURLs`
Correctif : `3.4.2` — appliquer immédiatement
Plan : 1) Audit SBOM, 2) Mise à jour staging→prod, 3) Surveillance WAF/proxy sur les endpoints affectés, 4) Recherche d'IOC dans les logs.
Réfs : voir GHSA / avis éditeur / version corrigée liés sur cette page.
❓ Quel est le problème
Une **XSS** (CWE-79) affecte github.com/argoproj/argo-cd/v3. Les attaquants atteignent le code vulnérable via ``href`` sans authentification.
📍 Périmètre concerné
github.com/argoproj/argo-cd/v3 — . Surface d'attaque : `href` / `ApplicationURLs`.
🔥 Gravité
Gravité : Élevée (CVSS 7.3/10). Des informations confidentielles peuvent être exposées
🔧 Comment corriger
Mettre à jour vers **3.4.2**.
🛡️ Contournement
En attendant le correctif : désactivez la fonctionnalité concernée, appliquez des règles WAF, ou restreignez l'accès par ACL réseau.
🔍 Détection
Recherchez dans les logs des requêtes correspondant aux IOC connus de cette CVE. Auditez les SBOM/dépendances.
Actions de réponse (7 étapes)
Étapes concrètes et exemples de commandes que les équipes SOC/SRE doivent exécuter dans l'ordre
-
1Identify exposure identify
grep -r 'github.com/argoproj/argo-cd/v3' . | grep -v node_modulesリポジトリと本番環境の依存ファイル (package-lock.json / requirements.txt / go.sum / Gemfile.lock 等) で `github.com/argoproj/argo-cd/v3` を grep し、稼働しているサービス・バージョンを把握する。
-
6Apply patch patch
Upgrade github.com/argoproj/argo-cd/v3 to 3.4.2ステージング環境で 3.4.2 に上げて回帰テスト → 本番反映。回帰テストはアプリの主要ハッピーパスと、Step 3 で見つけた異常検知の続報チェックを含めること。
-
7Post-deployment verification verify
Confirm patched version is live in productionパッチ適用後、ステージングで PoC または同等の悪用パターンを再現して脆弱性が閉じたことを確認。本番では Step 3 と同じログクエリでアラート再発が無いか継続監視。
Paquets affectés
go
github.com/argoproj/argo-cd/v3
[{"type":"SEMVER","events":[{"introduced":"3.4.0-rc1"},{"fixed":"3.4.2"}]}]
go
github.com/argoproj/argo-cd/v2
[{"type":"SEMVER","events":[{"introduced":"0"},{"last_affected":"2.14.21"}]}]
go
github.com/argoproj/argo-cd
[{"type":"SEMVER","events":[{"introduced":"0"},{"last_affected":"1.8.7"}]}]
Références
- exploit 134c704f-9b21-4f2e-91b3-4a467353bcc0
- package https://github.com/argoproj/argo-cd
- patch [email protected]
- patch [email protected]
- patch [email protected]
- web https://github.com/advisories/GHSA-h98r-wv3h-fr38
- web [email protected]
- web [email protected]
- web [email protected]