From nobody Wed Oct 27 15:49:04 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 94D5A182050F; Wed, 27 Oct 2021 15:49:04 +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 4HfY5X3pQsz3Nm5; Wed, 27 Oct 2021 15:49:04 +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 6299812E24; Wed, 27 Oct 2021 15:49:04 +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 19RFn4kK010740; Wed, 27 Oct 2021 15:49:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19RFn4td010739; Wed, 27 Oct 2021 15:49:04 GMT (envelope-from git) Date: Wed, 27 Oct 2021 15:49:04 GMT Message-Id: <202110271549.19RFn4td010739@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 653d4d258c15 - main - security/vuxml: Document possible RCE vulnerability in fail2ban. List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 653d4d258c157289bb2e8f643e6f3c9c760dd733 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=653d4d258c157289bb2e8f643e6f3c9c760dd733 commit 653d4d258c157289bb2e8f643e6f3c9c760dd733 Author: Yasuhiro Kimura AuthorDate: 2021-10-20 10:14:06 +0000 Commit: Yasuhiro Kimura CommitDate: 2021-10-27 15:48:14 +0000 security/vuxml: Document possible RCE vulnerability in fail2ban. Differential Revision: https://reviews.freebsd.org/D32575 --- security/vuxml/vuln-2021.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 07eb5f8e7db7..77bd4216c14a 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,38 @@ + + fail2ban -- possible RCE vulnerability in mailing action using mailutils + + + py36-fail2ban + py37-fail2ban + py38-fail2ban + py39-fail2ban + py310-fail2ban + 0.11.2_3 + + + + +

Jakub Żoczek reports:

+
+

+ Command mail from mailutils package used in mail actions + like mail-whois can execute command if unescaped sequences + (\n~) are available in "foreign" input (for instance in + whois output). +

+
+ +
+ + CVE-2021-32749 + https://github.com/fail2ban/fail2ban/security/advisories/GHSA-m985-3f3v-cwmm + + + 2021-07-16 + 2021-10-28 + +
+ Grafana -- Snapshot authentication bypass