svn commit: r459722 - head/security/vuxml

Carlos J. Puga Medina cpm at FreeBSD.org
Tue Jan 23 02:05:42 UTC 2018


Author: cpm
Date: Tue Jan 23 02:05:40 2018
New Revision: 459722
URL: https://svnweb.freebsd.org/changeset/ports/459722

Log:
  Document new vulnerabilities in www/chromium < 63.0.3239.108
  
  Obtained from:	https://chromereleases.googleblog.com/2017/12/stable-channel-update-for-desktop_14.html
  Security:	CVE-2017-15429

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Jan 23 01:53:49 2018	(r459721)
+++ head/security/vuxml/vuln.xml	Tue Jan 23 02:05:40 2018	(r459722)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="e264e74e-ffe0-11e7-8b91-e8e0b747a45a">
+    <topic>chromium -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>chromium</name>
+	<range><lt>63.0.3239.108</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Google Chrome Releases reports:</p>
+	<blockquote cite="https://chromereleases.googleblog.com/2017/12/stable-channel-update-for-desktop_14.html">
+	  <p>2 security fixes in this release, including:</p>
+	  <ul>
+	    <li>[788453] High CVE-2017-15429: UXSS in V8. Reported by
+	     Anonymous on 2017-11-24</li>
+	    <li>[794792] Various fixes from internal audits, fuzzing and other initiatives</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2017-15429</cvename>
+      <url>https://chromereleases.googleblog.com/2017/12/stable-channel-update-for-desktop_14.html</url>
+    </references>
+    <dates>
+      <discovery>2017-12-14</discovery>
+      <entry>2018-01-23</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1d951e85-ffdb-11e7-8b91-e8e0b747a45a">
     <topic>chromium -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list