Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2015 02:16:23 +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: r401223 - head/security/vuxml
Message-ID:  <201511110216.tAB2GNco013065@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Wed Nov 11 02:16:23 2015
New Revision: 401223
URL: https://svnweb.freebsd.org/changeset/ports/401223

Log:
  Document p5-HTML-Scrubber XSS vulnerability
  
  PR:		204416
  Reported by:	Sevan Janiyan <venture37@geeklan.co.uk>
  Security:	CVE-2015-5667
  Security:	https://vuxml.FreeBSD.org/freebsd/2f7f4db2-8819-11e5-ab94-002590263bf5.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Nov 10 23:28:03 2015	(r401222)
+++ head/security/vuxml/vuln.xml	Wed Nov 11 02:16:23 2015	(r401223)
@@ -58,6 +58,37 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="2f7f4db2-8819-11e5-ab94-002590263bf5">
+    <topic>p5-HTML-Scrubber -- XSS vulnerability</topic>
+    <affects>
+      <package>
+	<name>p5-HTML-Scrubber</name>
+	<range><lt>0.15</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-2015-5667">;
+	  <p>Cross-site scripting (XSS) vulnerability in the HTML-Scrubber
+	    module before 0.15 for Perl, when the comment feature is enabled,
+	    allows remote attackers to inject arbitrary web script or HTML via
+	    a crafted comment.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2015-5667</cvename>
+      <url>https://metacpan.org/release/HTML-Scrubber</url>;
+      <url>http://jvndb.jvn.jp/jvndb/JVNDB-2015-000171</url>;
+      <url>http://jvn.jp/en/jp/JVN53973084/index.html</url>;
+    </references>
+    <dates>
+      <discovery>2015-10-10</discovery>
+      <entry>2015-11-11</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="6ca7eddd-d436-486a-b169-b948436bcf14">
     <topic>libvpx -- buffer overflow in vp9_init_context_buffers</topic>
     <affects>



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