diff options
author | delphij <delphij@FreeBSD.org> | 2016-01-08 14:16:20 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2016-01-08 14:16:20 +0800 |
commit | 58157987846d620307cb53ab664a72c63b094ff5 (patch) | |
tree | 709fcc52b4aea3882865c1da6c975d4941bad5d6 | |
parent | 7c759aefa357c79741dbe594127ad61cce87418b (diff) | |
download | freebsd-ports-gnome-58157987846d620307cb53ab664a72c63b094ff5.tar.gz freebsd-ports-gnome-58157987846d620307cb53ab664a72c63b094ff5.tar.zst freebsd-ports-gnome-58157987846d620307cb53ab664a72c63b094ff5.zip |
Document ntp remote denial of service vulnerability.
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 7c820445c7ec..bbd229c1a326 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,41 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="4eae4f46-b5ce-11e5-8a2b-d050996490d0"> + <topic>ntp -- denial of service vulnerability</topic> + <affects> + <package> + <name>ntp</name> + <range><lt>4.2.8p5</lt></range> + </package> + <package> + <name>ntp-devel</name> + <range><lt>4.3.78</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Network Time Foundation reports:</p> + <blockquote cite="http://support.ntp.org/bin/view/Main/SecurityNotice#January_2016_NTP_4_2_8p5_Securit"> + <p>NTF's NTP Project has been notified of the following + 1 medium-severity vulnerability that is fixed in + ntp-4.2.8p5, released on Thursday, 7 January 2016:</p> + <p>NtpBug2956: Small-step/Big-step CVE-2015-5300</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2015-5300</cvename> + <url>https://www.cs.bu.edu/~goldbe/NTPattack.html</url> + <url>http://support.ntp.org/bin/view/Main/NtpBug2956</url> + <url>http://support.ntp.org/bin/view/Main/SecurityNotice#January_2016_NTP_4_2_8p5_Securit</url> + </references> + <dates> + <discovery>2015-10-21</discovery> + <entry>2016-01-08</entry> + </dates> + </vuln> + <vuln vid="df587aa2-b5a5-11e5-9728-002590263bf5"> <topic>dhcpcd -- multiple vulnerabilities</topic> <affects> |