]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.17.5 v2.17.5
authorJeff King <peff@peff.net>
Sun, 19 Apr 2020 06:34:55 +0000 (02:34 -0400)
committerJonathan Nieder <jrnieder@gmail.com>
Sun, 19 Apr 2020 23:10:58 +0000 (16:10 -0700)
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Documentation/RelNotes/2.17.5.txt [new file with mode: 0644]
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.17.5.txt b/Documentation/RelNotes/2.17.5.txt
new file mode 100644 (file)
index 0000000..2abb821
--- /dev/null
@@ -0,0 +1,22 @@
+Git v2.17.5 Release Notes
+=========================
+
+This release is to address a security issue: CVE-2020-11008
+
+Fixes since v2.17.4
+-------------------
+
+ * With a crafted URL that contains a newline or empty host, or lacks
+   a scheme, the credential helper machinery can be fooled into
+   providing credential information that is not appropriate for the
+   protocol in use and host being contacted.
+
+   Unlike the vulnerability CVE-2020-5260 fixed in v2.17.4, the
+   credentials are not for a host of the attacker's choosing; instead,
+   they are for some unspecified host (based on how the configured
+   credential helper handles an absent "host" parameter).
+
+   The attack has been made impossible by refusing to work with
+   under-specified credential patterns.
+
+Credit for finding the vulnerability goes to Carlo Arenas.
index cdb21b3311e73cdbd3d83000fdc369f3b24b4748..85d9db5600072dc356e60e4ba2cea046e06cfd74 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.17.4
+DEF_VER=v2.17.5
 
 LF='
 '
index 196ab8077e14d09ce66529ee8b2c0372f5650798..07012e884f30dc6c8b76c3cf3d7d832b895879e1 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.17.4.txt
\ No newline at end of file
+Documentation/RelNotes/2.17.5.txt
\ No newline at end of file