svn commit: r479848 - head/security/vuxml

Larry Rosenman ler at FreeBSD.org
Sat Sep 15 23:40:16 UTC 2018


Author: ler
Date: Sat Sep 15 23:40:15 2018
New Revision: 479848
URL: https://svnweb.freebsd.org/changeset/ports/479848

Log:
  security/vuxml: add Joomla3 Vulnerabilities

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Sep 15 22:57:53 2018	(r479847)
+++ head/security/vuxml/vuln.xml	Sat Sep 15 23:40:15 2018	(r479848)
@@ -58,6 +58,45 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="bf2b9c56-b93e-11e8-b2a8-a4badb296695">
+    <topic>joomla3 -- vulnerabilitiesw</topic>
+    <affects>
+      <package>
+	<name>joomla3</name>
+	<range><lt>3.8.12</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>JSST reports: Multiple low-priority Vulnerabilities</p>
+	<blockquote cite="https://developer.joomla.org/security-centre/743-20180801-core-hardening-the-inputfilter-for-phar-stubs.html">
+	  <p>Inadequate checks in the InputFilter class could allow specifically prepared PHAR files to pass the upload filter.</p>
+	</blockquote>
+	<blockquote cite="https://developer.joomla.org/security-centre/744-20180802-core-stored-xss-vulnerability-in-the-frontend-profile.html">
+	  <p>Inadequate output filtering on the user profile page could lead to a stored XSS attack.</p>
+	</blockquote>
+	<blockquote cite="https://developer.joomla.org/security-centre/745-20180803-core-acl-violation-in-custom-fields.html">
+	  <p>Inadequate checks regarding disabled fields can lead to an ACL violation.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-15860</cvename>
+      <cvename>CVE-2018-15881</cvename>
+      <cvename>CVE-2018-15882</cvename>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-15880</url>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-15881</url>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-15882</url>
+      <url>https://developer.joomla.org/security-centre/743-20180801-core-hardening-the-inputfilter-for-phar-stubs.html</url>
+      <url>https://developer.joomla.org/security-centre/744-20180802-core-stored-xss-vulnerability-in-the-frontend-profile.html</url>
+      <url>https://developer.joomla.org/security-centre/745-20180803-core-acl-violation-in-custom-fields.html</url>
+    </references>
+    <dates>
+      <discovery>2018-08-23</discovery>
+      <entry>2018-09-15</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="ab38d9f8-b787-11e8-8e7a-00e04c1ea73d">
     <topic>mybb -- vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list