svn commit: r505310 - head/security/vuxml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 28 21:17:42 UTC 2019


Author: sunpoet
Date: Fri Jun 28 21:17:38 2019
New Revision: 505310
URL: https://svnweb.freebsd.org/changeset/ports/505310

Log:
  Document typo3 vulnerability
  
  PR:		238862, 238863

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jun 28 21:17:32 2019	(r505309)
+++ head/security/vuxml/vuln.xml	Fri Jun 28 21:17:38 2019	(r505310)
@@ -58,6 +58,44 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="5e35cfba-9994-11e9-b07f-df5abf8b84d6">
+    <topic>TYPO3 -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>typo3-8-php71</name>
+	<name>typo3-8-php72</name>
+	<name>typo3-8-php73</name>
+	<range><lt>8.7.27</lt></range>
+      </package>
+      <package>
+	<name>typo3-9-php71</name>
+	<name>typo3-9-php72</name>
+	<name>typo3-9-php73</name>
+	<range><lt>9.5.8</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>TYPO3 news:</p>
+	<blockquote cite="https://typo3.org/article/typo3-958-and-8727-security-releases-published/">
+	  <p>Please read the corresponding Security Advisories for details.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://typo3.org/article/typo3-958-and-8727-security-releases-published/</url>
+      <url>https://get.typo3.org/release-notes/8.7.27</url>
+      <url>https://get.typo3.org/release-notes/9.5.8</url>
+      <cvename>CVE-2019-10912</cvename>
+      <cvename>CVE-2019-12747</cvename>
+      <cvename>CVE-2019-12748</cvename>
+    </references>
+    <dates>
+      <discovery>2019-06-28</discovery>
+      <entry>2019-06-28</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="245629d4-991e-11e9-82aa-6cc21735f730">
     <topic>PostgreSQL -- Stack-based buffer overflow via setting a password</topic>
     <affects>


More information about the svn-ports-head mailing list