Date: Wed, 8 Jun 2016 20:32:00 +0000 (UTC) From: "Bruce A. Mah" <bmah@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416563 - head/security/vuxml Message-ID: <201606082032.u58KW0cD001978@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bmah Date: Wed Jun 8 20:32:00 2016 New Revision: 416563 URL: https://svnweb.freebsd.org/changeset/ports/416563 Log: Add entry for recent iperf3 vulnerability. Security: d6bbf2d8-2cfc-11e6-800b-080027468580 Sponsored by: ESnet Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jun 8 19:12:08 2016 (r416562) +++ head/security/vuxml/vuln.xml Wed Jun 8 20:32:00 2016 (r416563) @@ -58,6 +58,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="d6bbf2d8-2cfc-11e6-800b-080027468580"> + <topic>iperf3 -- buffer overflow</topic> + <affects> + <package> + <name>iperf3</name> + <range><ge>3.1</ge><lt>3.1.3</lt></range> + <range><ge>3.0</ge><lt>3.0.12</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>ESnet reports:</p> + <blockquote cite="https://raw.githubusercontent.com/esnet/security/master/cve-2016-4303/esnet-secadv-2016-0001.txt.asc"> + <p>A malicious process can connect to an iperf3 server and, + by sending a malformed message on the control channel, + corrupt the server process's heap area. This can lead to a + crash (and a denial of service), or theoretically a remote + code execution as the user running the iperf3 server. A + malicious iperf3 server could potentially mount a similar + attack on an iperf3 client. + </p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2016-4303</cvename> + <url>https://raw.githubusercontent.com/esnet/security/master/cve-2016-4303/esnet-secadv-2016-0001.txt.asc</url> + </references> + <dates> + <discovery>2016-06-08</discovery> + <entry>2016-06-08</entry> + </dates> + </vuln> + <vuln vid="9c196cfd-2ccc-11e6-94b0-0011d823eebd"> <topic>gnutls -- file overwrite by setuid programs</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606082032.u58KW0cD001978>