svn commit: r460356 - head/security/vuxml
Jan Beich
jbeich at FreeBSD.org
Tue Jan 30 00:53:52 UTC 2018
Author: jbeich
Date: Tue Jan 30 00:53:51 2018
New Revision: 460356
URL: https://svnweb.freebsd.org/changeset/ports/460356
Log:
security/vuxml: mark firefox < 58.0.1 as vulnerable
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue Jan 30 00:53:32 2018 (r460355)
+++ head/security/vuxml/vuln.xml Tue Jan 30 00:53:51 2018 (r460356)
@@ -58,6 +58,33 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="103bf96a-6211-45ab-b567-1555ebb3a86a">
+ <topic>firefox -- Arbitrary code execution through unsanitized browser UI</topic>
+ <affects>
+ <package>
+ <name>firefox</name>
+ <range><lt>58.0.1,1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The Mozilla Foundation reports:</p>
+ <blockquote cite="https://www.mozilla.org/en-US/security/advisories/mfsa2018-05/">
+ <p>Mozilla developer <strong>Johann Hofmann</strong> reported that
+ unsanitized output in the browser UI can lead to arbitrary
+ code execution.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://bugzilla.mozilla.org/show_bug.cgi?id=1432966</url>
+ </references>
+ <dates>
+ <discovery>2018-01-29</discovery>
+ <entry>2018-01-29</entry>
+ </dates>
+ </vuln>
+
<vuln vid="2cceb80e-c482-4cfd-81b3-2088d2c0ad53">
<topic>gcab -- stack overflow</topic>
<affects>
More information about the svn-ports-head
mailing list