From owner-svn-ports-all@freebsd.org Wed Mar 17 13:04:11 2021 Return-Path: Delivered-To: svn-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 665E35AE4E0; Wed, 17 Mar 2021 13:04:11 +0000 (UTC) (envelope-from swills@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 4F0r2g2R93z3lW7; Wed, 17 Mar 2021 13:04:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 46787746D; Wed, 17 Mar 2021 13:04:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12HD4BRI049115; Wed, 17 Mar 2021 13:04:11 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12HD4BOp049114; Wed, 17 Mar 2021 13:04:11 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202103171304.12HD4BOp049114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 17 Mar 2021 13:04:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568653 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 568653 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2021 13:04:11 -0000 Author: swills Date: Wed Mar 17 13:04:10 2021 New Revision: 568653 URL: https://svnweb.freebsd.org/changeset/ports/568653 Log: Document minio issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Mar 17 12:57:11 2021 (r568652) +++ head/security/vuxml/vuln.xml Wed Mar 17 13:04:10 2021 (r568653) @@ -78,6 +78,43 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + minio -- MITM attack + + + minio + 2021.03.17.02.33.02 + + + + +

minio developer report:

+
+

+ This is a security issue because it enables MITM modification of + request bodies that are meant to have integrity guaranteed by chunk + signatures. +

+

+ In a PUT request using aws-chunked encoding, MinIO ordinarily + verifies signatures at the end of a chunk. This check can be skipped + if the client sends a false chunk size that is much greater than the + actual data sent: the server accepts and completes the request + without ever reaching the end of the chunk + thereby without ever + checking the chunk signature. +

+
+ +
+ + https://github.com/minio/minio/security/advisories/GHSA-xr7r-7gpj-5pgp + + + 2021-03-17 + 2021-03-17 + +
+ LibreSSL -- use-after-free