diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-01-05 13:20:34 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-01-05 13:20:34 +0000 |
commit | d3d8deecb45aeca620263abd904c06a3d8679d1d (patch) | |
tree | d7b2831295be121fb8822f7b4815b422d8341a79 /security | |
parent | c1df2b08d13f38ca56176c3c218716a047709d68 (diff) |
Document new vulnerability in www/chromium < 71.0.3578.98
Obtained from: https://chromereleases.googleblog.com/2018/12/stable-channel-update-for-desktop_12.html
Notes
Notes:
svn path=/head/; revision=489333
Diffstat (limited to 'security')
-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 33e20e834a35..353c8fb9d453 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="720590df-10eb-11e9-b407-080027ef1a23"> + <topic>chromium -- Use after free in PDFium</topic> + <affects> + <package> + <name>chromium</name> + <range><lt>71.0.3578.98</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/12/stable-channel-update-for-desktop_12.html"> + <p>1 security fix contributed by external researches:</p> + <ul> + <li>High CVE-2018-17481: Use after free in PDFium</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2018-17481</cvename> + <url>https://chromereleases.googleblog.com/2018/12/stable-channel-update-for-desktop_12.html</url> + </references> + <dates> + <discovery>2018-12-12</discovery> + <entry>2019-01-05</entry> + </dates> + </vuln> + <vuln vid="546d4dd4-10ea-11e9-b407-080027ef1a23"> <topic>chromium -- multiple vulnerabilities</topic> <affects> |