Date: Thu, 1 Nov 2018 14:05:12 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483668 - head/security/vuxml Message-ID: <201811011405.wA1E5Cr5072058@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Nov 1 14:05:12 2018 New Revision: 483668 URL: https://svnweb.freebsd.org/changeset/ports/483668 Log: Document rubygem-loofah vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Nov 1 13:17:50 2018 (r483667) +++ head/security/vuxml/vuln.xml Thu Nov 1 14:05:12 2018 (r483668) @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="36a2a89e-7ee1-4ea4-ae22-7ca38019c8d0"> + <topic>Loofah -- XSS vulnerability</topic> + <affects> + <package> + <name>rubygem-loofah</name> + <range><lt>2.2.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>GitHub issue:</p> + <blockquote cite="https://github.com/flavorjones/loofah/issues/154"> + <p>This issue has been created for public disclosure of an XSS + vulnerability that was responsibly reported (independently) by Shubham + Pathak and @yasinS (Yasin Soliman).</p> + <p>In the Loofah gem, through v2.2.2, unsanitized JavaScript may occur in + sanitized output when a crafted SVG element is republished.</p> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/flavorjones/loofah/releases</url> + <url>https://github.com/flavorjones/loofah/issues/154</url> + <cvename>CVE-2018-16468</cvename> + </references> + <dates> + <discovery>2018-10-30</discovery> + <entry>2018-11-01</entry> + </dates> + </vuln> + <vuln vid="b9591212-dba7-11e8-9416-001b217b3468"> <topic>Gitlab -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811011405.wA1E5Cr5072058>