diff options
author | riggs <riggs@FreeBSD.org> | 2018-02-28 04:22:55 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2018-02-28 04:22:55 +0800 |
commit | d9f630dc796a42ff19829517d86cad2bc3f5ede8 (patch) | |
tree | a352b5cb0ffedf67affaca32d6e8aab6c7a04be9 | |
parent | dcb4371c17cb4f17f65859e5f476631df2af0451 (diff) | |
download | freebsd-ports-gnome-d9f630dc796a42ff19829517d86cad2bc3f5ede8.tar.gz freebsd-ports-gnome-d9f630dc796a42ff19829517d86cad2bc3f5ede8.tar.zst freebsd-ports-gnome-d9f630dc796a42ff19829517d86cad2bc3f5ede8.zip |
Document CVE-2018-6056 in chromium 64.0.3282.167
Reported by: Tommi Pernila <tommi.pernila@iki.fi> (via e-mail)
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 2c70bdc2966e..1b11247b4858 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="abfc932e-1ba8-11e8-a944-54ee754af08e"> + <topic>chromium -- vulnerability</topic> + <affects> + <package> + <name>chromium</name> + <range><lt>64.0.3282.167</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/2018/02/stable-channel-update-for-desktop_13.html"> + <p>1 security fix in this release:</p> + <ul> + <li>[806388] High CVE-2018-6056: Incorrect derived class instantiation in V8. Reported by lokihardt of Google Project Zero on 2018-01-26</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2018-6056</cvename> + <url>https://chromereleases.googleblog.com/2018/02/stable-channel-update-for-desktop_13.html</url> + </references> + <dates> + <discovery>2018-01-26</discovery> + <entry>2018-02-27</entry> + </dates> + </vuln> + <vuln vid="8e986b2b-1baa-11e8-a944-54ee754af08e"> <topic>chromium -- multiple vulnerabilities</topic> <affects> |