svn commit: r450902 - head/security/vuxml

Steve Wills swills at FreeBSD.org
Fri Sep 29 15:23:59 UTC 2017


Author: swills
Date: Fri Sep 29 15:23:57 2017
New Revision: 450902
URL: https://svnweb.freebsd.org/changeset/ports/450902

Log:
  Document phpmyfaq issues

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Sep 29 15:18:18 2017	(r450901)
+++ head/security/vuxml/vuln.xml	Fri Sep 29 15:23:57 2017	(r450902)
@@ -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="33888815-631e-4bba-b776-a9b46fe177b5">
+    <topic>phpmyfaq -- multiple issues</topic>
+    <affects>
+      <package>
+	<name>phpmyfaq</name>
+	<range><le>2.9.8</le></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>phpmyfaq developers report:</p>
+	<blockquote cite="https://www.exploit-db.com/exploits/42761/">
+	  <p>Cross-site scripting (XSS) vulnerability in inc/PMF/Faq.php in phpMyFAQ through 2.9.8 allows remote attackers to inject arbitrary web script or HTML via the Questions field in an "Add New FAQ" action.</p>
+	  <p>Cross-site scripting (XSS) vulnerability in phpMyFAQ through 2.9.8 allows remote attackers to inject arbitrary web script or HTML via the "Title of your FAQ" field in the Configuration Module.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.exploit-db.com/exploits/42761/</url>
+      <url>https://github.com/thorsten/phpMyFAQ/commit/30b0025e19bd95ba28f4eff4d259671e7bb6bb86</url>
+      <cvename>CVE-2017-14618</cvename>
+      <cvename>CVE-2017-14619</cvename>
+    </references>
+    <dates>
+      <discovery>2017-09-20</discovery>
+      <entry>2017-09-29</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a48d4478-e23f-4085-8ae4-6b3a7b6f016b">
     <topic>wordpress -- multiple issues</topic>
     <affects>


More information about the svn-ports-all mailing list