From owner-dev-commits-ports-all@freebsd.org Mon May 3 14:03:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 33030633C94; Mon, 3 May 2021 14:03:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FYl7y106Xz4r3p; Mon, 3 May 2021 14:03:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14E751F62D; Mon, 3 May 2021 14:03:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 143E3vv3042079; Mon, 3 May 2021 14:03:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 143E3vY4042078; Mon, 3 May 2021 14:03:57 GMT (envelope-from git) Date: Mon, 3 May 2021 14:03:57 GMT Message-Id: <202105031403.143E3vY4042078@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Koichiro Iwao Subject: git: 4689236288cc - main - security/vuxml: Document command injection vulnerability in RDoc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: meta X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4689236288cc83f50bf133cd253dcc58ce61ad54 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2021 14:03:58 -0000 The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=4689236288cc83f50bf133cd253dcc58ce61ad54 commit 4689236288cc83f50bf133cd253dcc58ce61ad54 Author: Koichiro Iwao AuthorDate: 2021-05-03 13:59:52 +0000 Commit: Koichiro Iwao CommitDate: 2021-05-03 13:59:52 +0000 security/vuxml: Document command injection vulnerability in RDoc PR: 255552 Reported by: Yasuhiro Kimura Security: CVE-2021-31799 --- security/vuxml/vuln.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index da24c21cf97a..d1d1dc61ccfb 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -76,6 +76,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + RDoc -- command injection vulnerability + + + rubygem-rdoc + 6.3.1 + + + + +

Alexandr Savca reports:

+
+

+ RDoc used to call Kernel#open to open a local file. If a Ruby project + has a file whose name starts with | and ends with tags, the command + following the pipe character is executed. A malicious Ruby project + could exploit it to run an arbitrary command execution against a user + who attempts to run rdoc command. +

+
+ +
+ + CVE-2021-31799 + https://www.ruby-lang.org/en/news/2021/05/02/os-command-injection-in-rdoc/ + + + 2021-05-02 + 2021-05-02 + +
+ sympa -- Unauthorised full access via SOAP API due to illegal cookie