diff options
author | feld <feld@FreeBSD.org> | 2017-05-26 20:24:33 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2017-05-26 20:24:33 +0800 |
commit | 4d1ce34c4a76c18337ffbada0ea161184d2949ed (patch) | |
tree | 5958ed671ae7a94849a25c37f641d6c561f2d56c | |
parent | 05bbbd69b6064fbd6391016947aca50fbe900783 (diff) | |
download | freebsd-ports-gnome-4d1ce34c4a76c18337ffbada0ea161184d2949ed.tar.gz freebsd-ports-gnome-4d1ce34c4a76c18337ffbada0ea161184d2949ed.tar.zst freebsd-ports-gnome-4d1ce34c4a76c18337ffbada0ea161184d2949ed.zip |
Document FreeBSD-SA-17:03.ntp
-rw-r--r-- | security/vuxml/vuln.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 4eabb391fc80..11597ba497fa 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,51 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="3c0237f5-420e-11e7-82c5-14dae9d210b8"> + <topic>FreeBSD -- Multiple vulnerabilities of ntp</topic> + <affects> + <package> + <name>FreeBSD</name> + <range><ge>11.0</ge><lt>11.0_9</lt></range> + <range><ge>10.3</ge><lt>10.3_18</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <h1>Problem Description:</h1> + <p>A vulnerability was discovered in the NTP server's parsing + of configuration directives. [CVE-2017-6464]</p> + <p>A vulnerability was found in NTP, in the parsing of + packets from the DPTS Clock. [CVE-2017-6462]</p> + <p>A vulnerability was discovered in the NTP server's parsing + of configuration directives. [CVE-2017-6463]</p> + <p>A vulnerability was found in NTP, affecting the origin + timestamp check function. [CVE-2016-9042]</p> + <h1>Impact:</h1> + <p>A remote, authenticated attacker could cause ntpd to + crash by sending a crafted message. [CVE-2017-6463, + CVE-2017-6464]</p> + <p>A malicious device could send crafted messages, causing + ntpd to crash. [CVE-2017-6462]</p> + <p>An attacker able to spoof messages from all of the + configured peers could send crafted packets to ntpd, causing + later replies from those peers to be discarded, resulting + in denial of service. [CVE-2016-9042]</p> + </body> + </description> + <references> + <cvename>CVE-2016-9042</cvename> + <cvename>CVE-2017-6462</cvename> + <cvename>CVE-2017-6463</cvename> + <cvename>CVE-2017-6464</cvename> + <freebsdsa>SA-17:03.ntp</freebsdsa> + </references> + <dates> + <discovery>2017-04-12</discovery> + <entry>2017-05-26</entry> + </dates> + </vuln> + <vuln vid="ec6aeb8e-41e4-11e7-aa00-5404a68ad561"> <topic>vlc -- remote code execution via crafted subtitles</topic> <affects> |