CVE-2020-11008
概要

Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. This bug is similar to CVE-2020-5260(GHSA-qm7j-c969-7j4q). The fix for that bug still left the door open for an exploit where _some_ credential is leaked (but the attacker cannot control which one). Git uses external "credential helper" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that are considered illegal as of the recently published Git versions can cause Git to send a "blank" pattern to helpers, missing hostname and protocol fields. Many helpers will interpret this as matching _any_ URL, and will return some unspecified stored password, leaking the password to an attacker's server. The vulnerability can be triggered by feeding a malicious URL to `git clone`. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The root of the problem is in Git itself, which should not be feeding blank input to helpers. However, the ability to exploit the vulnerability in practice depends on which helpers are in use. Credential helpers which are known to trigger the vulnerability: - Git's "store" helper - Git's "cache" helper - the "osxkeychain" helper that ships in Git's "contrib" directory Credential helpers which are known to be safe even with vulnerable versions of Git: - Git Credential Manager for Windows Any helper not in this list should be assumed to trigger the vulnerability.

公表日 2020年4月22日4:15
登録日 2021年1月26日11:50
最終更新日 2024年11月21日13:56
CVSS3.1 : HIGH
スコア 7.5
ベクター CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
攻撃元区分(AV) ネットワーク
攻撃条件の複雑さ(AC)
攻撃に必要な特権レベル(PR) 不要
利用者の関与(UI) 不要
影響の想定範囲(S) 変更なし
機密性への影響(C)
完全性への影響(I) なし
可用性への影響(A) なし
CVSS2.0 : MEDIUM
スコア 5.0
ベクター AV:N/AC:L/Au:N/C:P/I:N/A:N
攻撃元区分(AV) ネットワーク
攻撃条件の複雑さ(AC)
攻撃前の認証要否(Au) 不要
機密性への影響(C)
完全性への影響(I) なし
可用性への影響(A) なし
全ての特権を取得 いいえ
ユーザー権限を取得 いいえ
その他の権限を取得 いいえ
ユーザー操作が必要 いいえ
影響を受けるソフトウェアの構成
構成1 以上 以下 より上 未満
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* 2.18.0 2.18.4
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* 2.19.0 2.19.5
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* 2.20.0 2.20.4
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* 2.21.0 2.21.3
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* 2.22.0 2.22.4
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* 2.23.0 2.23.3
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* 2.24.0 2.24.3
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* 2.25.0 2.25.4
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* 2.26.0 2.26.2
cpe:2.3:a:git-scm:git:*:*:*:*:*:*:*:* 2.17.5
構成2 以上 以下 より上 未満
cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*
cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*
cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*
cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*
cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*
cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
Apple Xcode における脆弱性に対するアップデート
タイトル Apple Xcode における脆弱性に対するアップデート
概要

Apple から Xcode 向けのアップデートが公開されました。 本アップデートは、Xcode が内包している git において、特別に細工された URL を指定されたときに helper プログラムに対して blank パターンを送信することで hostname およびプロトコルフィールドが欠落し、git の認証情報が任意のホストに送信されてしまう問題 (CVE-2020-11008) に対処したものです。

想定される影響 git の認証情報が漏えいする可能性があります。
対策

[アップデートする] Apple が提供する情報をもとに最新版へアップデートしてください。

公表日 2020年5月21日0:00
登録日 2020年5月25日14:35
最終更新日 2020年5月28日11:49
影響を受けるシステム
アップル
Xcode 11.5 より前のバージョン
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
変更履歴
No 変更内容 変更日
1 [2020年05月25日]
  掲載
2020年5月25日14:35
2 [2020年05月28日]
  概要:内容を更新
2020年5月28日11:48