← Retour
CVE-2026-62960
high
CVSS 7.4
Git for Windows is the Windows port of Git. Prior to 2.55.0.windows.4, a malicious remote Git server can advertise a bundle URI that reaches transport_get_remote_bundle_uri(), fetch_bundle_uri_interna...
Résumé
Git for Windows is the Windows port of Git. Prior to 2.55.0.windows.4, a malicious remote Git server can advertise a bundle URI that reaches transport_get_remote_bundle_uri(), fetch_bundle_uri_internal(), and copy_uri_to_file() in bundle-uri.c during clone or fetch when transfer.bundleuri=true. Non-...
Résumé IA openai / gpt-4o
Une vulnérabilité référencée **CVE-2026-62960** a été découverte dans c.
Des attaquants peuvent cibler un point d'entrée spécifique comme ``main`` à distance pour détourner le produit.
Des informations confidentielles peuvent être exposées. Score CVSS : 7.4/10.
Action : appliquez le correctif officiel de l'éditeur.
En cas de doute, contactez votre service informatique ou cherchez « c CVE-2026-62960 » sur le site de l'éditeur.
CVE-2026-62960 (c) — CWE-200 / CVSS v3 7.4
Vecteur d'attaque : distant (réseau) / non authentifié
Surface d'attaque : `main` / `transport.c` / `copy.c` / `netstat`
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
Git for Windowsの特定バージョンにおける認証情報漏洩の脆弱性。
📍 Périmètre concerné
Git for Windows 2.55.0.windows.4より前のバージョン。
🔥 Gravité
NTLM認証情報が漏洩し、攻撃者に悪用される恐れがある。
🔧 Comment corriger
Git for Windowsをバージョン2.55.0.windows.4にアップデートする。
🛡️ Contournement
転送設定で bundleuri を無効にする。
🔍 Détection
Gitのバージョンを確認し、設定ファイルにおいて transfer.bundleuri が true に設定されているかチェックする。