From owner-dev-commits-ports-main@freebsd.org Sun Aug 1 21:58:16 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 9C5BD667A73; Sun, 1 Aug 2021 21:58:16 +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 4GdFPh40d3z3s6v; Sun, 1 Aug 2021 21:58:16 +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 713DC13FDD; Sun, 1 Aug 2021 21:58:16 +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 171LwGk9096438; Sun, 1 Aug 2021 21:58:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 171LwGPt096437; Sun, 1 Aug 2021 21:58:16 GMT (envelope-from git) Date: Sun, 1 Aug 2021 21:58:16 GMT Message-Id: <202108012158.171LwGPt096437@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: 515969d6d65f - main - security/vuxml: document tomcat CVE-2021-33037 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 515969d6d65fd8c492a84fcb31cfae377ef2dd5e 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: Sun, 01 Aug 2021 21:58:16 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=515969d6d65fd8c492a84fcb31cfae377ef2dd5e commit 515969d6d65fd8c492a84fcb31cfae377ef2dd5e Author: Kevin Bowling AuthorDate: 2021-08-01 21:57:10 +0000 Commit: Kevin Bowling CommitDate: 2021-08-01 21:57:10 +0000 security/vuxml: document tomcat CVE-2021-33037 PR: 257153 --- security/vuxml/vuln-2021.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 901b873ac212..37d78d2cdbc6 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,37 @@ + + tomcat -- HTTP request smuggling in multiple versions + + + tomcat85 + 8.5.08.5.66 + + + tomcat9 + 9.0.09.0.46 + + + tomcat10 + 10.0.010.0.6 + + + + +

Bahruz Jabiyev, Steven Sprecher and Kaan Onarlioglu of NEU seclab reports:

+
+

Apache Tomcat did not correctly parse the HTTP transfer-encoding request header in some circumstances leading to the possibility to request smuggling when used with a reverse proxy. Specifically: Tomcat incorrectly ignored the transfer-encoding header if the client declared it would only accept an HTTP/1.0 response; Tomcat honoured the identify encoding; and Tomcat did not ensure that, if present, the chunked encoding was the final encoding.

+
+ +
+ + CVE-2021-33037 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33037 + + + 2021-05-07 + 2021-08-01 + +
+ tomcat -- JNDI Realm Authentication Weakness in multiple versions