Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2016 16:36:59 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416397 - head/security/vuxml
Message-ID:  <201606051636.u55Gax9G074007@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Sun Jun  5 16:36:59 2016
New Revision: 416397
URL: https://svnweb.freebsd.org/changeset/ports/416397

Log:
  Document ikiwiki XSS vulnerability
  
  PR:		209593
  Reported by:	Sevan Janiyan <venture37@geeklan.co.uk>
  Security:	CVE-2016-4561
  Security:	https://vuxml.FreeBSD.org/freebsd/0297b260-2b3b-11e6-ae88-002590263bf5.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Jun  5 16:26:03 2016	(r416396)
+++ head/security/vuxml/vuln.xml	Sun Jun  5 16:36:59 2016	(r416397)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="0297b260-2b3b-11e6-ae88-002590263bf5">
+    <topic>ikiwiki -- XSS vulnerability</topic>
+    <affects>
+      <package>
+	<name>ikiwiki</name>
+	<range><lt>3.20160509</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Mitre reports:</p>
+	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4561">;
+	  <p>Cross-site scripting (XSS) vulnerability in the cgierror function
+	    in CGI.pm in ikiwiki before 3.20160506 might allow remote attackers
+	    to inject arbitrary web script or HTML via unspecified vectors
+	    involving an error message.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-4561</cvename>
+      <freebsdpr>ports/209593</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2016-05-04</discovery>
+      <entry>2016-06-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="65bb1858-27de-11e6-b714-74d02b9a84d5">
     <topic>h2o -- use after free on premature connection close</topic>
     <affects>



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