svn commit: r469452 - head/security/vuxml

Vasil Dimov vd at FreeBSD.org
Wed May 9 16:15:25 UTC 2018


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 at 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>


More information about the svn-ports-all mailing list