Skip to content

MinGit v2.39.3.windows.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@git-for-windows-ci git-for-windows-ci released this 25 Apr 17:11
· 19372 commits to main since this release
v2.39.3.windows.1
MinGit for Windows v2.39.3

Changes since Git for Windows v2.39.2 (February 14th 2023):

Bug Fixes

* CVE-2023-25652:

  By feeding specially crafted input to `git apply --reject`, a
  path outside the working tree can be overwritten with partially
  controlled contents (corresponding to the rejected hunk(s) from
  the given patch).

* CVE-2023-25815:

  When Git is compiled with runtime prefix support and runs without
  translated messages, it still used the gettext machinery to
  display messages, which subsequently potentially looked for
  translated messages in unexpected places. This allowed for
  malicious placement of crafted messages.

* CVE-2023-29007:

  When renaming or deleting a section from a configuration file,
  certain malicious configuration values may be misinterpreted as
  the beginning of a new configuration section, leading to arbitrary
  configuration injection.