svn commit: r465434 - head/security/vuxml

Jochen Neumeister joneum at FreeBSD.org
Sat Mar 24 08:46:26 UTC 2018


Author: joneum
Date: Sat Mar 24 08:46:25 2018
New Revision: 465434
URL: https://svnweb.freebsd.org/changeset/ports/465434

Log:
  Document vulnerability in www/mybb

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Mar 24 08:33:22 2018	(r465433)
+++ head/security/vuxml/vuln.xml	Sat Mar 24 08:46:25 2018	(r465434)
@@ -58,6 +58,40 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="d50a50a2-2f3e-11e8-86f8-00e04c1ea73d">
+    <topic>mybb -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>mybb</name>
+	<range><lt>1.8.15</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>mybb Team reports:</p>
+	<blockquote cite="https://blog.mybb.com/2018/03/15/mybb-1-8-15-released-security-maintenance-release/">
+	  <p>Medium risk: Tasks Local File Inclusion</p>
+	  <p>Medium risk: Forum Password Check Bypass</p>
+	  <p>Low risk: Admin Permissions Group Title XSS</p>
+	  <p>Low risk: Attachment types file extension XSS</p>
+	  <p>Low risk: Moderator Tools XSS</p>
+	  <p>Low risk: Security Questions XSS</p>
+	  <p>Low risk: Settings Management XSS</p>
+	  <p>Low risk: Templates Set Name XSS</p>
+	  <p>Low risk: Usergroup Promotions XSS</p>
+	  <p>Low risk: Warning Types XSS</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://blog.mybb.com/2018/03/15/mybb-1-8-15-released-security-maintenance-release/</url>
+    </references>
+    <dates>
+      <discovery>2018-03-15</discovery>
+      <entry>2018-03-24</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="6d52bda1-2e54-11e8-a68f-485b3931c969">
     <topic>SQLite -- Corrupt DB can cause a NULL pointer dereference</topic>
     <affects>


More information about the svn-ports-head mailing list