Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2018 16:15:24 +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: r469452 - head/security/vuxml
Message-ID:  <201805091615.w49GFOuC038153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vd
Date: Wed May  9 16:15:24 2018
New Revision: 469452
URL: https://svnweb.freebsd.org/changeset/ports/469452

Log:
  Document ftp/wget's cookie injection vulnerability
  
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
  MFH:		2018Q2
  Security:	CVE-2018-0494

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed May  9 16:00:37 2018	(r469451)
+++ head/security/vuxml/vuln.xml	Wed May  9 16:15:24 2018	(r469452)
@@ -58,6 +58,33 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="7b5a8e3b-52cc-11e8-8c7a-9c5c8e75236a">
+    <topic>wget -- cookie injection vulnerability</topic>
+    <affects>
+      <package>
+	<name>wget</name>
+	<range><lt>1.19.5</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Harry Sintonen of F-Secure Corporation reports:</p>
+	<blockquote cite="https://sintonen.fi/advisories/gnu-wget-cookie-injection.txt">;
+	  <p>GNU Wget is susceptible to a malicious web server injecting arbitrary cookies to the cookie jar file.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://sintonen.fi/advisories/gnu-wget-cookie-injection.txt</url>;
+      <cvename>CVE-2018-0494</cvename>
+      <freebsdpr>ports/228071</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2018-04-26</discovery>
+      <entry>2018-05-08</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="9558d49c-534c-11e8-8177-d43d7ef03aa6">
     <topic>Flash Player -- arbitrary code execution</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805091615.w49GFOuC038153>