diff options
author | cpm <cpm@FreeBSD.org> | 2018-06-10 16:47:07 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2018-06-10 16:47:07 +0800 |
commit | 216369298728356c318627acdc0b37187d39c582 (patch) | |
tree | 04562664e852a149d0a3634a6b523ff3cac27b27 | |
parent | c6fb8a9581484a9694d22423dbfc298d96b27b1d (diff) | |
download | freebsd-ports-gnome-216369298728356c318627acdc0b37187d39c582.tar.gz freebsd-ports-gnome-216369298728356c318627acdc0b37187d39c582.tar.zst freebsd-ports-gnome-216369298728356c318627acdc0b37187d39c582.zip |
Document new vulnerability in www/chromium < 67.0.3396.79
Obtained from: https://chromereleases.googleblog.com/2018/06/stable-channel-update-for-desktop.html
-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 c7719c831589..955989c1d6bd 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="4cb49a23-6c89-11e8-8b33-e8e0b747a45a"> + <topic>chromium -- Incorrect handling of CSP header</topic> + <affects> + <package> + <name>chromium</name> + <range><lt>67.0.3396.79</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/06/stable-channel-update-for-desktop.html"> + <p>1 security fix contributed by external researchers:</p> + <ul> + <li>[845961] High CVE-2018-6148: Incorrect handling of CSP header. Reported by Michal Bentkowski on 2018-05-23</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2018-6148</cvename> + <url>https://chromereleases.googleblog.com/2018/06/stable-channel-update-for-desktop.html</url> + </references> + <dates> + <discovery>2018-06-06</discovery> + <entry>2018-06-10</entry> + </dates> + </vuln> + <vuln vid="7da0417f-6b24-11e8-84cc-002590acae31"> <topic>gnupg -- unsanitized output (CVE-2018-12020)</topic> <affects> |