diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-09-09 21:27:24 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-09-09 21:27:24 +0000 |
commit | 934764e569984d9b3c534b5b8213fdfbaff0a671 (patch) | |
tree | 1f6de6fbf6d940fd2d3ec6153f6a1c9557b999ca | |
parent | Fix MOVED (diff) |
Document new vulnerabilities in www/chromium < 37.0.2062.120
Obtained from: http://googlechromereleases.blogspot.nl/
MFH: 2014Q3
Notes
Notes:
svn path=/head/; revision=367784
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index b42713e6fd4d..a73e5546a25e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,39 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="36a415c8-3867-11e4-b522-00262d5ed8ee"> + <topic>www/chromium -- multiple vulnerabilities</topic> + <affects> + <package> + <name>chromium</name> + <range><lt>37.0.2062.120</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Google Chrome Releases reports:</p> + <blockquote cite="http://googlechromereleases.blogspot.nl/"> + <p>4 security fixes in this release, including:</p> + <ul> + <li>[401362] High CVE-2014-3178: Use-after-free in rendering. + Credit to miaubiz.</li> + <li>[411014] CVE-2014-3179: Various fixes from internal audits, + fuzzing and other initiatives.</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2014-3178</cvename> + <cvename>CVE-2014-3179</cvename> + <url>http://googlechromereleases.blogspot.nl/</url> + </references> + <dates> + <discovery>2014-09-09</discovery> + <entry>2014-09-09</entry> + </dates> + </vuln> + <vuln vid="6318b303-3507-11e4-b76c-0011d823eebd"> <topic>trafficserver -- unspecified vulnerability</topic> <affects> |