diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-04-10 16:54:46 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:32:26 -0700 |
commit | 18b4b0ec545488be913b35ea9243292b578ca35f (patch) | |
tree | 5ecf5446ce5407fde55296848c46b70e0bc5bf5b /meta-networking/recipes-support/ntp | |
parent | c5d027d5e1e40ee835a936148aef2fe2afb8b33e (diff) | |
download | meta-openembedded-18b4b0ec545488be913b35ea9243292b578ca35f.tar.gz |
ntp: update to 4.2.8.p11
This release addresses five security issues in ntpd:
LOW/MEDIUM: Sec 3012 / CVE-2016-1549 / VU#961909: Sybil vulnerability: ephemeral association attack
INFO/MEDIUM: Sec 3412 / CVE-2018-7182 / VU#961909: ctl_getitem(): buffer read overrun leads to undefined behavior and information leak
LOW: Sec 3415 / CVE-2018-7170 / VU#961909: Multiple authenticated ephemeral associations
LOW: Sec 3453 / CVE-2018-7184 / VU#961909: Interleaved symmetric mode cannot recover from bad state
LOW/MEDIUM: Sec 3454 / CVE-2018-7185 / VU#961909: Unauthenticated packet can reset authenticated interleaved association
one security issue in ntpq:
MEDIUM: Sec 3414 / CVE-2018-7183 / VU#961909: ntpq:decodearr() can write beyond its buffer limit
Signed-off-by: Armin Kuster <akuster@mvista.com>
Diffstat (limited to 'meta-networking/recipes-support/ntp')
-rw-r--r-- | meta-networking/recipes-support/ntp/ntp_4.2.8p11.bb (renamed from meta-networking/recipes-support/ntp/ntp_4.2.8p10.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p10.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p11.bb index 6db165ace..c698fa049 100644 --- a/meta-networking/recipes-support/ntp/ntp_4.2.8p10.bb +++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p11.bb | |||
@@ -23,8 +23,8 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g | |||
23 | file://ntpd.list \ | 23 | file://ntpd.list \ |
24 | " | 24 | " |
25 | 25 | ||
26 | SRC_URI[md5sum] = "745384ed0dedb3f66b33fe84d66466f9" | 26 | SRC_URI[md5sum] = "00950ca2855579541896513e78295361" |
27 | SRC_URI[sha256sum] = "ddd2366e64219b9efa0f7438e06800d0db394ac5c88e13c17b70d0dcdf99b99f" | 27 | SRC_URI[sha256sum] = "f14a39f753688252d683ff907035ffff106ba8d3db21309b742e09b5c3cd278e" |
28 | 28 | ||
29 | inherit autotools update-rc.d useradd systemd pkgconfig | 29 | inherit autotools update-rc.d useradd systemd pkgconfig |
30 | 30 | ||