diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2018-05-13 14:00:55 +0800 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2018-05-13 14:00:55 +0800 |
commit | 6cef419de14d01475361925cf18e63a15790c553 (patch) | |
tree | 2c31c4ff7353eb078adb0a17c855e708ef37ddfd | |
parent | cb539b55f1ed1098a0ad1631524a30f01822e778 (diff) | |
download | freebsd-ports-gnome-6cef419de14d01475361925cf18e63a15790c553.tar.gz freebsd-ports-gnome-6cef419de14d01475361925cf18e63a15790c553.tar.zst freebsd-ports-gnome-6cef419de14d01475361925cf18e63a15790c553.zip |
Document vulnerabilities in chromium before 66.0.3359.170
Reported by: Tommi Pernila <tommi.pernila@iki.fi> via e-mail
-rw-r--r-- | security/vuxml/vuln.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index c7bc4aa34cb6..41a166b8ea41 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,43 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="e457978b-5484-11e8-9b85-54ee754af08e"> + <topic>chromium -- multiple vulnerabilities</topic> + <affects> + <package> + <name>chromium</name> + <range><lt>66.0.3359.170</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/05/stable-channel-update-for-desktop.html"> + <p>4 security fixes in this release:</p> + <ul> + <li>[835887] Critical: Chain leading to sandbox escape. + Reported by Anonymous on 2018-04-23</li> + <li>[836858] High CVE-2018-6121: Privilege Escalation in extensions</li> + <li>[836141] High CVE-2018-6122: Type confusion in V8</li> + <li>[833721] High CVE-2018-6120: Heap buffer overflow in PDFium. + Reported by Zhou Aiting(@zhouat1) of Qihoo 360 Vulcan Team on 2018-04-17</li> + <li>[841841] Various fixes from internal audits, fuzzing and other initiatives</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2018-6120</cvename> + <cvename>CVE-2018-6121</cvename> + <cvename>CVE-2018-6122</cvename> + <url>https://chromereleases.googleblog.com/2018/05/stable-channel-update-for-desktop.html</url> + </references> + <dates> + <discovery>2018-04-14</discovery> + <entry>2018-05-11</entry> + </dates> + </vuln> + <vuln vid="06ab7724-0fd7-427e-a5ce-fe436302b10c"> <topic>jenkins -- multiple vulnerabilities</topic> <affects> |