Date: Tue, 23 Jan 2018 00:39:12 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459716 - head/security/vuxml Message-ID: <201801230039.w0N0dCHn035713@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Tue Jan 23 00:39:12 2018 New Revision: 459716 URL: https://svnweb.freebsd.org/changeset/ports/459716 Log: Document new vulnerability in www/chromium < 62.0.3202.94 Obtained from: https://chromereleases.googleblog.com/2017/11/stable-channel-update-for-desktop_13.html Security: CVE-2017-15428 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jan 23 00:35:21 2018 (r459715) +++ head/security/vuxml/vuln.xml Tue Jan 23 00:39:12 2018 (r459716) @@ -58,6 +58,36 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="82894193-ffd4-11e7-8b91-e8e0b747a45a"> + <topic>chromium -- out of bounds read</topic> + <affects> + <package> + <name>chromium</name> + <range><lt>62.0.3202.94</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/11/stable-channel-update-for-desktop_13.html"> + <p>1 security fix in this release, including:</p> + <ul> + <li>[782145] High CVE-2017-15428: Out of bounds read in V8. Reported by + Zhao Qixun of Qihoo 360 Vulcan Team on 2017-11-07</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2017-15428</cvename> + <url>https://chromereleases.googleblog.com/2017/11/stable-channel-update-for-desktop_13.html</url> + </references> + <dates> + <discovery>2017-11-13</discovery> + <entry>2018-01-23</entry> + </dates> + </vuln> + <vuln vid="8d3bae09-fd28-11e7-95f2-005056925db4"> <topic>unbound -- vulnerability in the processing of wildcard synthesized NSEC records</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801230039.w0N0dCHn035713>