svn commit: r452984 - head/security/vuxml
Vasil Dimov
vd at FreeBSD.org
Fri Oct 27 12:49:43 UTC 2017
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 at 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>
More information about the svn-ports-head
mailing list