svn commit: r457217 - head/security/vuxml

Jan Beich jbeich at FreeBSD.org
Mon Dec 25 11:31:21 UTC 2017


Author: jbeich
Date: Mon Dec 25 11:31:19 2017
New Revision: 457217
URL: https://svnweb.freebsd.org/changeset/ports/457217

Log:
  security/vuxml: mark thunderbird < 52.5.2 as vulnerable

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Dec 25 11:00:21 2017	(r457216)
+++ head/security/vuxml/vuln.xml	Mon Dec 25 11:31:19 2017	(r457217)
@@ -58,6 +58,41 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="6a09c80e-6ec7-442a-bc65-d72ce69fd887">
+    <topic>mozilla -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>thunderbird</name>
+	<name>linux-thunderbird</name>
+	<range><lt>52.5.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Mozilla Foundation reports:</p>
+	<blockquote cite="https://www.mozilla.org/en-US/security/advisories/mfsa2017-30/">
+	  <p>CVE-2017-7845: Buffer overflow when drawing and validating elements with ANGLE library using Direct 3D 9</p>
+	  <p>CVE-2017-7846: JavaScript Execution via RSS in mailbox:// origin</p>
+	  <p>CVE-2017-7847: Local path string can be leaked from RSS feed</p>
+	  <p>CVE-2017-7848: RSS Feed vulnerable to new line Injection</p>
+	  <p>CVE-2017-7829: Mailsploit part 1: From address with encoded null character is cut off in message header display</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2017-7829</cvename>
+      <cvename>CVE-2017-7845</cvename>
+      <cvename>CVE-2017-7846</cvename>
+      <cvename>CVE-2017-7847</cvename>
+      <cvename>CVE-2017-7848</cvename>
+      <url>https://www.mozilla.org/security/advisories/mfsa2017-30/</url>
+    </references>
+    <dates>
+      <discovery>2017-12-22</discovery>
+      <entry>2017-12-25</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="63eb2b11-e802-11e7-a58c-6805ca0b3d42">
     <topic>phpMyAdmin -- XSRF/CSRF vulnerability</topic>
     <affects>


More information about the svn-ports-head mailing list