Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2020-04-19 09:34:55 +0300
committerJonathan Nieder <jrnieder@gmail.com>2020-04-20 02:10:58 +0300
commitdf5be6dc3fd18c294ec93a9af0321334e3f92c9c (patch)
tree2db77b363da50260dc261cea0ec57df7121d6efe
parent1a3609e402a062ef7b11f197fe96c28cabca132c (diff)
Git 2.17.5v2.17.5
Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
-rw-r--r--Documentation/RelNotes/2.17.5.txt22
-rwxr-xr-xGIT-VERSION-GEN2
l---------RelNotes2
3 files changed, 24 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.17.5.txt b/Documentation/RelNotes/2.17.5.txt
new file mode 100644
index 0000000000..2abb821a73
--- /dev/null
+++ b/Documentation/RelNotes/2.17.5.txt
@@ -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.
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index cdb21b3311..85d9db5600 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.17.4
+DEF_VER=v2.17.5
LF='
'
diff --git a/RelNotes b/RelNotes
index 196ab8077e..07012e884f 120000
--- 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