Skip to content

Commit df5be6d

Browse files
peffjrn
authored andcommitted
Git 2.17.5
Signed-off-by: Jeff King <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]>
1 parent 1a3609e commit df5be6d

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

Documentation/RelNotes/2.17.5.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Git v2.17.5 Release Notes
2+
=========================
3+
4+
This release is to address a security issue: CVE-2020-11008
5+
6+
Fixes since v2.17.4
7+
-------------------
8+
9+
* With a crafted URL that contains a newline or empty host, or lacks
10+
a scheme, the credential helper machinery can be fooled into
11+
providing credential information that is not appropriate for the
12+
protocol in use and host being contacted.
13+
14+
Unlike the vulnerability CVE-2020-5260 fixed in v2.17.4, the
15+
credentials are not for a host of the attacker's choosing; instead,
16+
they are for some unspecified host (based on how the configured
17+
credential helper handles an absent "host" parameter).
18+
19+
The attack has been made impossible by refusing to work with
20+
under-specified credential patterns.
21+
22+
Credit for finding the vulnerability goes to Carlo Arenas.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.17.4
4+
DEF_VER=v2.17.5
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.17.4.txt
1+
Documentation/RelNotes/2.17.5.txt

0 commit comments

Comments
 (0)