← Back
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...
Summary
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-...
AI summary openai / gpt-4o
Git for Windowsのバージョン2.55.0.windows.4より前には、悪意のあるリモートGitサーバーが特定のURIを使って攻撃を仕掛けることができます。このURIがクローンまたはフェッチ時に使われると、Windowsが攻撃者の指定したサーバーに対してSMB接続を行い、NTLM認証情報が漏洩する可能性があります。この問題はバージョン2.55.0.windows.4で修正されました。
❓ What is the problem
Git for Windowsの特定バージョンにおける認証情報漏洩の脆弱性。
📍 Affected scope
Git for Windows 2.55.0.windows.4より前のバージョン。
🔥 Severity
NTLM認証情報が漏洩し、攻撃者に悪用される恐れがある。
🔧 How to fix
Git for Windowsをバージョン2.55.0.windows.4にアップデートする。
🛡️ Workaround
転送設定で bundleuri を無効にする。
🔍 Detection
Gitのバージョンを確認し、設定ファイルにおいて transfer.bundleuri が true に設定されているかチェックする。