From owner-dev-commits-ports-main@freebsd.org Wed May 26 00:41:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 5631A630221; Wed, 26 May 2021 00:41:21 +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 4FqXFF21pqz4vGk; Wed, 26 May 2021 00:41:21 +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 2DC0F27587; Wed, 26 May 2021 00:41:21 +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 14Q0fLgQ056999; Wed, 26 May 2021 00:41:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14Q0fLD1056998; Wed, 26 May 2021 00:41:21 GMT (envelope-from git) Date: Wed, 26 May 2021 00:41:21 GMT Message-Id: <202105260041.14Q0fLD1056998@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Danilo G. Baio" Subject: git: b48ef2625f60 - main - security/vuxml: Document net/libzmq4 issues MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b48ef2625f60a360d0c7618d1650a7dd9155b89b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2021 00:41:21 -0000 The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=b48ef2625f60a360d0c7618d1650a7dd9155b89b commit b48ef2625f60a360d0c7618d1650a7dd9155b89b Author: Danilo G. Baio AuthorDate: 2021-05-25 23:05:22 +0000 Commit: Danilo G. Baio CommitDate: 2021-05-26 00:33:57 +0000 security/vuxml: Document net/libzmq4 issues PR: 255102 Reported by: Thomas Petig Security: CVE-2019-13132 Security: CVE-2020-15166 --- security/vuxml/vuln.xml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 1d575fd1cacd..23bff9bd9ddd 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -76,6 +76,73 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libzmq4 -- Denial of Service + + + libzmq4 + 4.3.3 + + + + +

Google's oss-fuzz project reports:

+
+

Denial-of-Service on CURVE/ZAP-protected servers by + unauthenticated clients. + If a raw TCP socket is opened and connected to an endpoint that is fully + configured with CURVE/ZAP, legitimate clients will not be able to exchange + any message. Handshakes complete successfully, and messages are delivered to + the library, but the server application never receives them.

+
+ +
+ + CVE-2020-15166 + https://github.com/zeromq/libzmq/releases/tag/v4.3.3 + https://github.com/zeromq/libzmq/security/advisories/GHSA-25wp-cf8g-938m + ports/255102 + + + 2020-09-07 + 2021-05-25 + +
+ + + libzmq4 -- Stack overflow + + + libzmq4 + 4.3.2 + + + + +

Fang-Pen Lin reports:

+
+

A remote, unauthenticated client connecting to a + libzmq application, running with a socket listening with CURVE + encryption/authentication enabled, may cause a stack overflow and + overwrite the stack with arbitrary data, due to a buffer overflow in + the library. Users running public servers with the above configuration + are highly encouraged to upgrade as soon as possible, as there are no + known mitigations.

+
+ +
+ + CVE-2019-13132 + https://github.com/zeromq/libzmq/releases/tag/v4.3.2 + https://github.com/zeromq/libzmq/issues/3558 + ports/255102 + + + 2019-06-27 + 2021-05-25 + +
+ NGINX -- 1-byte memory overwrite in resolver