From owner-svn-ports-all@freebsd.org Tue Sep 19 16:59:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E346E1D446; Tue, 19 Sep 2017 16:59:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67FFB3741; Tue, 19 Sep 2017 16:59:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8JGxFXB048888; Tue, 19 Sep 2017 16:59:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8JGxFu8048886; Tue, 19 Sep 2017 16:59:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709191659.v8JGxFu8048886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 19 Sep 2017 16:59:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450148 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 450148 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 16:59:16 -0000 Author: sunpoet Date: Tue Sep 19 16:59:15 2017 New Revision: 450148 URL: https://svnweb.freebsd.org/changeset/ports/450148 Log: Document Ruby vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 19 16:49:12 2017 (r450147) +++ head/security/vuxml/vuln.xml Tue Sep 19 16:59:15 2017 (r450148) @@ -58,6 +58,61 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + ruby -- multiple vulnerabilities + + + ruby + 2.2.02.2.8 + 2.3.02.3.5 + 2.4.02.4.2 + + + + +

Ruby blog:

+
+

CVE-2017-0898: Buffer underrun vulnerability in Kernel.sprintf

+

If a malicious format string which contains a precious specifier (*) + is passed and a huge minus value is also passed to the specifier, + buffer underrun may be caused. In such situation, the result may + contains heap, or the Ruby interpreter may crash.

+

CVE-2017-10784: Escape sequence injection vulnerability in the Basic + authentication of WEBrick

+

When using the Basic authentication of WEBrick, clients can pass an + arbitrary string as the user name. WEBrick outputs the passed user name + intact to its log, then an attacker can inject malicious escape + sequences to the log and dangerous control characters may be executed + on a victim’s terminal emulator.

+

This vulnerability is similar to a vulnerability already fixed, but + it had not been fixed in the Basic authentication.

+

CVE-2017-14033: Buffer underrun vulnerability in OpenSSL ASN1 decode

+

If a malicious string is passed to the decode method of OpenSSL::ASN1, + buffer underrun may be caused and the Ruby interpreter may crash.

+

CVE-2017-14064: Heap exposure vulnerability in generating JSON

+

The generate method of JSON module optionally accepts an instance of + JSON::Ext::Generator::State class. If a malicious instance is passed, + the result may include contents of heap.

+
+ +
+ + https://www.ruby-lang.org/en/security/ + https://www.ruby-lang.org/en/news/2017/09/14/sprintf-buffer-underrun-cve-2017-0898/ + https://www.ruby-lang.org/en/news/2017/09/14/webrick-basic-auth-escape-sequence-injection-cve-2017-10784/ + https://www.ruby-lang.org/en/news/2017/09/14/openssl-asn1-buffer-underrun-cve-2017-14033/ + https://www.ruby-lang.org/en/news/2017/09/14/json-heap-exposure-cve-2017-14064/ + CVE-2017-0898 + CVE-2017-10784 + CVE-2017-14033 + CVE-2017-14064 + + + 2017-09-14 + 2017-09-19 + +
+ rubygem-geminabox -- XSS & CSRF vulnerabilities