Date: Tue, 19 Sep 2017 15:49:00 +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: r450134 - head/security/vuxml Message-ID: <201709191549.v8JFn0nb018524@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Sep 19 15:48:59 2017 New Revision: 450134 URL: https://svnweb.freebsd.org/changeset/ports/450134 Log: Document rubygem-geminabox vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 19 15:37:44 2017 (r450133) +++ head/security/vuxml/vuln.xml Tue Sep 19 15:48:59 2017 (r450134) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="2bffdf2f-9d45-11e7-a25c-471bafc3262f"> + <topic>rubygem-geminabox -- XSS & CSRF vulnerabilities</topic> + <affects> + <package> + <name>rubygem-geminabox</name> + <range><lt>0.13.6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Gem in a box XSS vulenrability - CVE-2017-14506:</p> + <blockquote cite="https://baraktawily.blogspot.com/2017/09/gem-in-box-xss-vulenrability-cve-2017.html"> + <p>Malicious attacker create GEM file with crafted homepage value + (gem.homepage in .gemspec file) includes XSS payload.</p> + <p>The attacker access geminabox system and uploads the gem file + (or uses CSRF/SSRF attack to do so).</p> + <p>From now on, any user access Geminabox web server, executes the + malicious XSS payload, that will delete any gems on the server, + and won't let users use the geminabox anymore. (make victim's + browser crash or redirect them to other hosts).</p> + </blockquote> + </body> + </description> + <references> + <url>https://baraktawily.blogspot.com/2017/09/gem-in-box-xss-vulenrability-cve-2017.html</url> + <cvename>CVE-2017-14506</cvename> + </references> + <dates> + <discovery>2017-09-18</discovery> + <entry>2017-09-19</entry> + </dates> + </vuln> + <vuln vid="76b085e2-9d33-11e7-9260-000c292ee6b8"> <topic>Apache -- HTTP OPTIONS method can leak server memory</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709191549.v8JFn0nb018524>