スポンサーリンク

Git for Windows v2.45.1リリース

新機能

Git v2.45.1への追従。

Gitで発見された以下の脆弱性に対する対応です。

  • CVE-2024-32002: Recursive clones on case-insensitive filesystems that support symbolic links are susceptible to case confusion that can be exploited to execute just-cloned code during the clone operation.(シンボリックリンクをサポートする、大文字と小文字を区別しないファイルシステム上の再帰的クローンは、大文字と小文字の混同の可能性があります。シンボリックリンクをサポートする大文字小文字を区別しないファイルシステム上の再帰的クローンは、大文字小文字の混同の影響を受けやすくクローン操作中にクローンされたばかりのコードを実行)
  • CVE-2024-32004: Repositories can be configured to execute arbitrary code during local clones. To address this, the ownership checks introduced in v2.30.3 are now extended to cover cloning local repositories.(リポジトリは、ローカル・クローン中に任意のコードを実行するように設定できます。これに対処するためv2.30.3で導入された所有権チェックが、ローカルリポジトリのクローンにも適用されるようになりました。)
  • CVE-2024-32020: Local clones may end up hardlinking files into the target repository’s object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user.(ソースリポジトリとターゲットリポジトリが同じディスク上にある場合、ローカルクローンはターゲットリポジトリのオブジェクトデータベースにファイルをハードリンクしてしまう可能性があります。ソースリポジトリが別のユーザーによって所有されている場合、ハードリンクされたファイルは、信頼できないユーザーによっていつでも書き換えられる可能性があります。)
  • CVE-2024-32021: When cloning a local source repository that contains symlinks via the filesystem, Git may create hardlinks to arbitrary user-readable files on the same filesystem as the target repository in the objects/ directory.(ファイルシステム経由のシンボリックリンクを含むローカルのソースリポジトリをクローンする場合、Git はターゲットリポジトリと同じファイルシステム上の任意のユーザー読み取り可能なファイルへのハードリンクを objects/ ディレクトリに作成することがあります。)
  • CVE-2024-32465: It is supposed to be safe to clone untrusted repositories, even those unpacked from zip archives or tarballs originating from untrusted sources, but Git can be tricked to run arbitrary code as part of the clone.(信頼できないリポジトリは、信頼できないソースから入手したzipアーカイブやtarボールから解凍されたものであってもクローンしても安全なはずですが、Gitはクローンの一部として任意のコードを実行するようにだますことができます。)

その他の修正点

  • Defense-in-depth: サブモジュール: サブモジュールのパスがディレクトリだけを含むようにします。
  • Defense-in-depth: clone: シンボリックリンクとディレクトリが衝突した場合、後者を維持します。
  • Defense-in-depth:クローン:クローン中にフックが実行されないようにします。
  • Defense-in-depth: fsck: gitdir 内を指すシンボリックリンクについて警告します。
  • HTTPテストに関する様々な修正。
  • HTTP ヘッダーの再編集コードが、以前のバージョンとは異なるトレースを表示する新しいバージョンの cURL ライブラリ用に調整されました。
  • libcURL 8.7.0のリグレッションを回避するための修正が追加されました。
  • GitHub CIで使用されているmacos-12をmacos-13に置き換えました。
  • ci(linux-asan/linux-ubsan): 時間を節約しました。
  • LSanを使ったテストでは、時々、無害なメッセージが出力され、テストが不必要に混乱することがあります。
  • Node.js の非推奨バージョンの使用に対する警告を回避するために GitHub Actions ジョブを更新しました。

コメント

タイトルとURLをコピーしました