Date: Fri, 27 Oct 2017 12:49:42 +0000 (UTC) From: Vasil Dimov <vd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452984 - head/security/vuxml Message-ID: <201710271249.v9RCngBF052746@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vd Date: Fri Oct 27 12:49:41 2017 New Revision: 452984 URL: https://svnweb.freebsd.org/changeset/ports/452984 Log: Document ftp/wget's stack and heap overflow Submitted by: Andrew Perry <pez_098@yahoo.com> Security: CVE-2017-13089 Security: CVE-2017-13090 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Oct 27 12:39:37 2017 (r452983) +++ head/security/vuxml/vuln.xml Fri Oct 27 12:49:41 2017 (r452984) @@ -58,6 +58,66 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="d77ceb8c-bb13-11e7-8357-3065ec6f3643"> + <topic>wget -- Heap overflow in HTTP protocol handling</topic> + <affects> + <package> + <name>wget</name> + <range><lt>1.19.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Antti Levomäki, Christian Jalio, Joonas Pihlaja:</p> + <blockquote cite="https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html"> + <p>Wget contains two vulnerabilities, a stack overflow and a heap + overflow, in the handling of HTTP chunked encoding. By convincing + a user to download a specific link over HTTP, an attacker may be + able to execute arbitrary code with the privileges of the user. + </p> + </blockquote> + </body> + </description> + <references> + <url>http://git.savannah.gnu.org/cgit/wget.git/commit/?id=ba6b44f6745b14dce414761a8e4b35d31b176bba</url> + <cvename>CVE-2017-13090</cvename> + </references> + <dates> + <discovery>2017-10-20</discovery> + <entry>2017-10-27</entry> + </dates> + </vuln> + + <vuln vid="09849e71-bb12-11e7-8357-3065ec6f3643"> + <topic>wget -- Stack overflow in HTTP protocol handling</topic> + <affects> + <package> + <name>wget</name> + <range><lt>1.19.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Antti Levomäki, Christian Jalio, Joonas Pihlaja:</p> + <blockquote cite="https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoittuvuus-2017-037.html"> + <p>Wget contains two vulnerabilities, a stack overflow and a heap + overflow, in the handling of HTTP chunked encoding. By convincing + a user to download a specific link over HTTP, an attacker may be + able to execute arbitrary code with the privileges of the user. + </p> + </blockquote> + </body> + </description> + <references> + <url>http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f</url> + <cvename>CVE-2017-13089</cvename> + </references> + <dates> + <discovery>2017-10-20</discovery> + <entry>2017-10-27</entry> + </dates> + </vuln> + <vuln vid="d7d1cc94-b971-11e7-af3a-f1035dd0da62"> <topic>Node.js -- remote DOS security vulnerability</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710271249.v9RCngBF052746>