From nobody Thu Oct 07 17:40:41 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 94F0012D47E3; Thu, 7 Oct 2021 17:40:41 +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 4HQJWY3ptqz4TC7; Thu, 7 Oct 2021 17:40:41 +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 63CEE17B65; Thu, 7 Oct 2021 17:40:41 +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 197Hef8P002314; Thu, 7 Oct 2021 17:40:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 197HefJK002313; Thu, 7 Oct 2021 17:40:41 GMT (envelope-from git) Date: Thu, 7 Oct 2021 17:40:41 GMT Message-Id: <202110071740.197HefJK002313@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Cy Schubert Subject: git: 7a1b88f81c22 - main - security/vuxml: Only apache24 2.4.49 and 2.4.50 are vulnerable 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: cy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7a1b88f81c2266602b044d282129dbb8261eab4f Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a1b88f81c2266602b044d282129dbb8261eab4f commit 7a1b88f81c2266602b044d282129dbb8261eab4f Author: Cy Schubert AuthorDate: 2021-10-07 17:38:35 +0000 Commit: Cy Schubert CommitDate: 2021-10-07 17:38:35 +0000 security/vuxml: Only apache24 2.4.49 and 2.4.50 are vulnerable --- 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 fda4da65b348..be64a23729d9 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,43 @@ + + Apache httpd -- Path Traversal and Remote Code Execution + + + apache24 + 2.4.492.4.51 + + + + +

The Apache http server project reports:

+
+

critical: Path Traversal and Remote Code Execution in Apache HTTP + Server 2.4.49 and 2.4.50 (incomplete fix of CVE-2021-41773) + (CVE-2021-42013).

+

It was found that the fix for CVE-2021-41773 in Apache HTTP + Server 2.4.50 was insufficient. An attacker could use a path + traversal attack to map URLs to files outside the directories + configured by Alias-like directives.

+

If files outside of these directories are not protected by the + usual default configuration "require all denied", these requests + can succeed. If CGI scripts are also enabled for these aliased + pathes, this could allow for remote code execution.

+

This issue only affects Apache 2.4.49 and Apache 2.4.50 and not + earlier versions.

+

Acknowledgements: Reported by Juan Escobar from Dreamlab + Technologies, Fernando Munoz from NULL Life CTF Team, and + Shungo Kumasaka

+
+ +
+ + CVE-2021-42013 + + + 2021-10-07 + 2021-10-07 + +
+ jenkins -- Jenkins core bundles vulnerable version of the commons-httpclient library