From owner-dev-commits-ports-all@freebsd.org Wed Sep 1 13:22:53 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 81D0C66A7CF; Wed, 1 Sep 2021 13:22:53 +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 4H04Vj2tYCz3P4w; Wed, 1 Sep 2021 13:22:53 +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 4A77C25EA2; Wed, 1 Sep 2021 13:22:53 +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 181DMrMg046979; Wed, 1 Sep 2021 13:22:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 181DMrvt046978; Wed, 1 Sep 2021 13:22:53 GMT (envelope-from git) Date: Wed, 1 Sep 2021 13:22:53 GMT Message-Id: <202109011322.181DMrvt046978@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Hajimu UMEMOTO Subject: git: e15f422dd6a8 - main - security/vuxml: Document cyrus-imapd vulnerability. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ume X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e15f422dd6a8326d8c9cbf8927b4a8c5315ac001 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: Wed, 01 Sep 2021 13:22:53 -0000 The branch main has been updated by ume: URL: https://cgit.FreeBSD.org/ports/commit/?id=e15f422dd6a8326d8c9cbf8927b4a8c5315ac001 commit e15f422dd6a8326d8c9cbf8927b4a8c5315ac001 Author: Hajimu UMEMOTO AuthorDate: 2021-09-01 13:17:57 +0000 Commit: Hajimu UMEMOTO CommitDate: 2021-09-01 13:22:35 +0000 security/vuxml: Document cyrus-imapd vulnerability. --- security/vuxml/vuln-2021.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 05558c5ee1cf..970a48531564 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,43 @@ + + cyrus-imapd -- multiple-minute daemon hang via input that is mishandled during hash-table interaction + + + cyrus-imapd34 + 3.4.2 + + + cyrus-imapd32 + 3.2.8 + + + cyrus-imapd30 + 3.0.16 + + + cyrus-imapd25 + cyrus-imapd24 + cyrus-imapd23 + + + + +

Cyrus IMAP 3.4.2 Release Notes states:

+
+

Fixed CVE-2021-33582: Certain user inputs are used as hash table keys during processing. A poorly chosen string hashing algorithm meant that the user could control which bucket their data was stored in, allowing a malicious user to direct many inputs to a single bucket. Each subsequent insertion to the same bucket requires a strcmp of every other entry in it. At tens of thousands of entries, each new insertion could keep the CPU busy in a strcmp loop for minutes. +The string hashing algorithm has been replaced with a better one, and now also uses a random seed per hash table, so malicious inputs cannot be precomputed.

+
+ +
+ + CVE-2021-33582 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33582 + + + 2021-05-26 + 2021-09-01 + +
+ Gitlab -- Vulnerabilities