From nobody Sat Nov 13 10:29:26 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 3B9D2183923A; Sat, 13 Nov 2021 10:29:27 +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 4HrsBt6wTqz4rKX; Sat, 13 Nov 2021 10:29:26 +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 A7DE511D61; Sat, 13 Nov 2021 10:29:26 +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 1ADATQUd073188; Sat, 13 Nov 2021 10:29:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1ADATQUV073187; Sat, 13 Nov 2021 10:29:26 GMT (envelope-from git) Date: Sat, 13 Nov 2021 10:29:26 GMT Message-Id: <202111131029.1ADATQUV073187@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Andree Subject: git: 162e701a5982 - main - security/vuxml: document mail/mailman < 2.1.37 issues 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: mandree X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 162e701a598224ae033933fb6558c5b001b73271 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=162e701a598224ae033933fb6558c5b001b73271 commit 162e701a598224ae033933fb6558c5b001b73271 Author: Matthias Andree AuthorDate: 2021-11-13 10:06:43 +0000 Commit: Matthias Andree CommitDate: 2021-11-13 10:06:43 +0000 security/vuxml: document mail/mailman < 2.1.37 issues - A potential XSS attack via the user options page has been reported by Harsh Jaiswal. This is fixed. CVE-2021-43331 (LP: #1949401) LP: A crafted URL to the user options page can execute arbitrary javascript. - A potential for for a list moderator to carry out an off-line brute force attack to obtain the list admin password has been reported by Andre Protas, Richard Cloke and Andy Nuttall of Apple. This is fixed. CVE-2021-43332 (LP: #1949403) LP: The CSRF token for the admindb page contains an encrypted version of the list admin password which could potentially be cracked by a moderator via an off-line brute force attack. Security: 9d7a2b54-4468-11ec-8532-0d24c37c72c8 Security: CVE-2021-43331 Security: CVE-2021-43332 --- security/vuxml/vuln-2021.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 2cb2751586d1..76db2066e0ac 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,41 @@ + + mailman -- 2.1.37 fixes XSS via user options, and moderator offline brute-force vuln against list admin password + + + mailman + 2.1.37 + + + mailman-with-htdig + 2.1.37 + + + + +

Mark Sapiro reports:

+
+

A potential XSS attack via the user options page has been reported by + Harsh Jaiswal. This is fixed. CVE-2021-43331 (LP: #1949401).

+

A potential for for a list moderator to carry out an off-line brute force + attack to obtain the list admin password has been reported by Andre + Protas, Richard Cloke and Andy Nuttall of Apple. This is fixed. + CVE-2021-43332 (LP: #1949403)

+
+ +
+ + CVE-2021-43331 + CVE-2021-43332 + https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/1879/NEWS#L8 + https://bugs.launchpad.net/mailman/+bug/1949401 + https://bugs.launchpad.net/mailman/+bug/1949403 + + + 2021-11-01 + 2021-11-13 + +
+ PostgreSQL -- Possible man-in-the-middle attacks