diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-07-28 17:42:46 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-07-28 17:42:46 +0000 |
commit | b2a8d4a58e77b4eb3fc9c6c5c6ee46558dede246 (patch) | |
tree | 97e58b110e4a78a3a956bd1c112334cc69982eb0 /security | |
parent | 2f6636005636ee916f729e0222f546073565dcb9 (diff) | |
download | ports-b2a8d4a58e77b4eb3fc9c6c5c6ee46558dede246.tar.gz ports-b2a8d4a58e77b4eb3fc9c6c5c6ee46558dede246.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 5315b467e2ae..37b39dd4726b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,52 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="9a447f78-d0f8-11ea-9837-e09467587c17"> + <topic>chromium -- multiple vulnerabilities</topic> + <affects> + <package> + <name>chromium</name> + <range><lt>84.0.4147.105</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Chrome Releases reports:</p> + <blockquote cite="https://chromereleases.googleblog.com/2020/07/stable-channel-update-for-desktop_27.html"> + <p>This update contains 8 security fixes, including:</p> + <ul> + <li>[1105318] High CVE-2020-6537: Type Confusion in V8. Reported by + Alphalaab on 2020-07-14</li> + <li>[1096677] High CVE-2020-6538: Inappropriate implementation in + WebView. Reported by Yongke Wang(@Rudykewang) and Aryb1n(@aryb1n) + of Tencent Security Xuanwu Lab on 2020-06-18</li> + <li>[1104061] High CVE-2020-6532: Use after free in SCTP. Reported + by Anonymous on 2020-07-09</li> + <li>[1105635] High CVE-2020-6539: Use after free in CSS. Reported + by Oriol Brufau on 2020-07-14</li> + <li>[1105720] High CVE-2020-6540: Heap buffer overflow in Skia. + Reported by Zhen Zhou of NSFOCUS Security Team on 2020-07-15</li> + <li>[1106773] High CVE-2020-6541: Use after free in WebUSB. Reported + by Sergei Glazunov of Google Project Zero on 2020-07-17</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2020-6532</cvename> + <cvename>CVE-2020-6537</cvename> + <cvename>CVE-2020-6538</cvename> + <cvename>CVE-2020-6539</cvename> + <cvename>CVE-2020-6540</cvename> + <cvename>CVE-2020-6541</cvename> + <url>https://chromereleases.googleblog.com/2020/07/stable-channel-update-for-desktop_27.html</url> + </references> + <dates> + <discovery>2020-07-27</discovery> + <entry>2020-07-28</entry> + </dates> + </vuln> + <vuln vid="086c96cd-d0cb-11ea-b922-5404a68ad561"> <topic>libsndfile -- out-of-bounds read memory access</topic> <affects> |