svn commit: r433333 - head/security/vuxml
Mark Felder
feld at FreeBSD.org
Sat Feb 4 18:08:49 UTC 2017
Author: feld
Date: Sat Feb 4 18:08:47 2017
New Revision: 433333
URL: https://svnweb.freebsd.org/changeset/ports/433333
Log:
Document mantis vulnerability
PR: 216662
Security: CVE-2016-6837
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sat Feb 4 18:07:37 2017 (r433332)
+++ head/security/vuxml/vuln.xml Sat Feb 4 18:08:47 2017 (r433333)
@@ -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="2b63e964-eb04-11e6-9ac1-a4badb2f4699">
+ <topic>mantis -- XSS vulnerability</topic>
+ <affects>
+ <package>
+ <name>mantis</name>
+ <range><lt>1.2.19</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>wdollman reports:</p>
+ <blockquote cite="https://mantisbt.org/bugs/view.php?id=21611">
+ <p>The value of the view_type parameter on the
+ view_all_bug_page.php page is not encoded before being displayed on the
+ page.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://mantisbt.org/bugs/view.php?id=21611</url>
+ <cvename>CVE-2016-6837</cvename>
+ <freebsdpr>ports/216662</freebsdpr>
+ </references>
+ <dates>
+ <discovery>2016-08-15</discovery>
+ <entry>2017-02-04</entry>
+ </dates>
+ </vuln>
+
<vuln vid="b4ecf774-eb01-11e6-9ac1-a4badb2f4699">
<topic>guile2 -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-head
mailing list