summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-02-08 16:25:52 +0000
committerColin Watson <cjwatson@debian.org>2019-02-08 16:39:47 +0000
commitf3357d7941c5ccc3d772e4461b1e2d137909670b (patch)
treed9d49a45c6b73a94d5e99a87385a5256c8832582 /debian/changelog
parentbbf87fe18360e9dabdeb9af0cadff0f8087a5492 (diff)
parent125924e47db3713a85a70e0f8d6c23818d2ea054 (diff)
scp: Check remote->local directory copy filenames
CVE-2019-6111
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cc1cfd5f1..41b42221d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ openssh (1:7.9p1-6) UNRELEASED; urgency=medium
2 2
3 * CVE-2019-6109: Apply upstream patches to sanitize scp filenames via 3 * CVE-2019-6109: Apply upstream patches to sanitize scp filenames via
4 snmprintf (closes: #793412). 4 snmprintf (closes: #793412).
5 * CVE-2019-6111: Apply upstream patch to check in scp client that
6 filenames sent during remote->local directory copies satisfy the
7 wildcard specified by the user.
5 8
6 -- Colin Watson <cjwatson@debian.org> Fri, 08 Feb 2019 15:41:25 +0000 9 -- Colin Watson <cjwatson@debian.org> Fri, 08 Feb 2019 15:41:25 +0000
7 10