Date: Tue, 13 Aug 2019 20:51:40 +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: r508869 - head/security/vuxml Message-ID: <201908132051.x7DKpetF005697@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Aug 13 20:51:39 2019 New Revision: 508869 URL: https://svnweb.freebsd.org/changeset/ports/508869 Log: Document rubygem-nokogiri vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Aug 13 20:51:33 2019 (r508868) +++ head/security/vuxml/vuln.xml Tue Aug 13 20:51:39 2019 (r508869) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="0569146e-bdef-11e9-bd31-8de4a4470bbb"> + <topic>Nokogiri -- injection vulnerability</topic> + <affects> + <package> + <name>rubygem-nokogiri</name> + <range><lt>1.10.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Nokogiri GitHub release:</p> + <blockquote cite="https://github.com/sparklemotion/nokogiri/releases"> + <p>A command injection vulnerability in Nokogiri v1.10.3 and earlier + allows commands to be executed in a subprocess by Ruby's Kernel.open + method. Processes are vulnerable only if the undocumented method + Nokogiri::CSS::Tokenizer#load_file is being passed untrusted user input.</p> + <p>This vulnerability appears in code generated by the Rexical gem + versions v1.0.6 and earlier. Rexical is used by Nokogiri to generate + lexical scanner code for parsing CSS queries. The underlying + vulnerability was addressed in Rexical v1.0.7 and Nokogiri upgraded to + this version of Rexical in Nokogiri v1.10.4.</p> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/sparklemotion/nokogiri/releases</url> + <url>https://github.com/sparklemotion/nokogiri/issues/1915</url> + <cvename>CVE-2019-5477</cvename> + </references> + <dates> + <discovery>2019-08-11</discovery> + <entry>2019-08-13</entry> + </dates> + </vuln> + <vuln vid="ddd48087-bd86-11e9-b13f-001b217b3468"> <topic>Gitlab -- Multiple Vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908132051.x7DKpetF005697>