Git におけるエンコードおよびエスケープに関する脆弱性
タイトル Git におけるエンコードおよびエスケープに関する脆弱性
概要

Git には、エンコードおよびエスケープに関する脆弱性、エスケープ、メタ、またはコントロールシーケンスの不適切な無効化に関する脆弱性が存在します。

想定される影響 情報を取得される、情報を改ざんされる、およびサービス運用妨害 (DoS) 状態にされる可能性があります。
対策

ベンダアドバイザリまたはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

公表日 2024年11月4日0:00
登録日 2025年12月25日11:18
最終更新日 2025年12月25日11:18
CVSS3.0 : 重要
スコア 8.8
ベクター CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
影響を受けるシステム
Git
Git 2.40.4 およびそれ以前
Git 2.41.0 から 2.41.3
Git 2.42.0 から 2.42.4
Git 2.43.0 から 2.43.6
Git 2.44.0 から 2.44.3
Git 2.45.0 から 2.45.3
Git 2.46.0 から 2.46.3
Git 2.47.0 から 2.47.1
Git 2.48.0 から 2.48.1
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2025年12月25日]
  掲載
2025年12月25日11:18

NVD脆弱性情報
CVE-2024-52005
概要

Git is a source code management tool. When cloning from a server (or fetching, or pushing), informational or error messages are transported from the remote Git process to the client via the so-called "sideband channel". These messages will be prefixed with "remote:" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information, or to mislead the user into executing untrusted scripts. As requested on the git-security mailing list, the patches are under discussion on the public mailing list. Users are advised to update as soon as possible. Users unable to upgrade should avoid recursive clones unless they are from trusted sources.

公表日 2025年1月16日3:15
登録日 2025年1月17日4:01
最終更新日 2025年1月16日3:15
関連情報、対策とツール
共通脆弱性一覧