diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2017-09-01 17:23:32 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2017-09-01 17:23:32 +0200 |
commit | c69aff447e8a8baff18ccbf97c022e8cc2e372fa (patch) | |
tree | 7969f4c6ead9842bd17381001aec7fe0943f8cad /debian/changelog | |
parent | 23dc3eabd3de992d0d4cdc327929e3b044c5a7d9 (diff) | |
download | vyos-strongswan-c69aff447e8a8baff18ccbf97c022e8cc2e372fa.tar.gz vyos-strongswan-c69aff447e8a8baff18ccbf97c022e8cc2e372fa.zip |
fix insufficient input validation in gmp plugin, which can cause a denial of service vulnerability (CVE-2017-11185) closes: #872155
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b9398c57c..60ecfcc4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ strongswan (5.6.0-1) UNRELEASED; urgency=medium * New upstream release. + - fix insufficient input validation in gmp plugin, which can cause a + denial of service vulnerability (CVE-2017-11185) closes: #872155 * debian/rules: - remove .la files before install - don't call dh_install with --fail-missing |