svn commit: r493804 - head/security/vuxml
Koop Mast
kwm at FreeBSD.org
Sun Feb 24 19:59:27 UTC 2019
Author: kwm
Date: Sun Feb 24 19:59:26 2019
New Revision: 493804
URL: https://svnweb.freebsd.org/changeset/ports/493804
Log:
Document webkit-gtk CVE's
Security: CVE-2019-6212, CVE-2019-6215, CVE-2019-6216, CVE-2019-6217, \
CVE-2019-6226, CVE-2019-6227, CVE-2019-6229, CVE-2019-6233, \
CVE-2019-6234.
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sun Feb 24 19:43:41 2019 (r493803)
+++ head/security/vuxml/vuln.xml Sun Feb 24 19:59:26 2019 (r493804)
@@ -58,6 +58,53 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="e3aacd6d-3d01-434c-9330-bc9efd40350f">
+ <topic>webkit-gtk -- Multiple vulnabilities</topic>
+ <affects>
+ <package>
+ <name>webkit2-gtk3</name>
+ <range><lt>2.22.6</lt></range>
+ </package>
+ <package>
+ <name>webkit-gtk2</name>
+ <name>webkit-gtk3</name>
+ <range><ge>0</ge></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The Webkitgtk project reports:</p>
+ <blockquote cite="https://webkitgtk.org/security/WSA-2019-0001.html">
+ <p>CVE-2019-6212 - Processing maliciously crafted web content may lead to arbitrary code execution. Multiple memory corruption issues were addressed with improved memory handling.</p>
+ <p>CVE-2019-6215 - Processing maliciously crafted web content may lead to arbitrary code execution. A type confusion issue was addressed with improved memory handling.</p>
+ <p>CVE-2019-6216 - Processing maliciously crafted web content may lead to arbitrary code execution. Multiple memory corruption issues were addressed with improved memory handling.</p>
+ <p>CVE-2019-6217 - Processing maliciously crafted web content may lead to arbitrary code execution. Multiple memory corruption issues were addressed with improved memory handling.</p>
+ <p>CVE-2019-6226 - Processing maliciously crafted web content may lead to arbitrary code execution. Multiple memory corruption issues were addressed with improved memory handling.</p>
+ <p>CVE-2019-6227 - Processing maliciously crafted web content may lead to arbitrary code execution. A memory corruption issue was addressed with improved memory handling.</p>
+ <p>CVE-2019-6229 - Processing maliciously crafted web content may lead to universal cross site scripting. A logic issue was addressed with improved validation.</p>
+ <p>CVE-2019-6233 - Processing maliciously crafted web content may lead to arbitrary code execution. A memory corruption issue was addressed with improved memory handling.</p>
+ <p>CVE-2019-6234 - Processing maliciously crafted web content may lead to arbitrary code execution. A memory corruption issue was addressed with improved memory handling.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://webkitgtk.org/security/WSA-2019-0001.html</url>
+ <cvename>CVE-2019-6212</cvename>
+ <cvename>CVE-2019-6215</cvename>
+ <cvename>CVE-2019-6216</cvename>
+ <cvename>CVE-2019-6217</cvename>
+ <cvename>CVE-2019-6226</cvename>
+ <cvename>CVE-2019-6227</cvename>
+ <cvename>CVE-2019-6229</cvename>
+ <cvename>CVE-2019-6233</cvename>
+ <cvename>CVE-2019-6234</cvename>
+ </references>
+ <dates>
+ <discovery>2019-02-08</discovery>
+ <entry>2019-02-24</entry>
+ </dates>
+ </vuln>
+
<vuln vid="3e2c9b63-223c-4575-af5c-816acb14e445">
<topic>rdesktop - critical - Remote Code Execution</topic>
<affects>
More information about the svn-ports-all
mailing list