From owner-dev-commits-ports-main@freebsd.org Mon May 3 21:45:01 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 7932463EB93; Mon, 3 May 2021 21:45:01 +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 4FYxMx2mh6z3mJQ; Mon, 3 May 2021 21:45:01 +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 51F36257F2; Mon, 3 May 2021 21:45:01 +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 143Lj1jj053798; Mon, 3 May 2021 21:45:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 143Lj1AL053797; Mon, 3 May 2021 21:45:01 GMT (envelope-from git) Date: Mon, 3 May 2021 21:45:01 GMT Message-Id: <202105032145.143Lj1AL053797@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Sergey A. Osokin" Subject: git: f7743680c102 - main - security/vuxml: document recent vulnerabilities with redis ports. PR: 255580 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: osa X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f7743680c102e31388b1ea20a58dcded671a8746 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: Mon, 03 May 2021 21:45:01 -0000 The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7743680c102e31388b1ea20a58dcded671a8746 commit f7743680c102e31388b1ea20a58dcded671a8746 Author: Sergey A. Osokin AuthorDate: 2021-05-03 21:43:57 +0000 Commit: Sergey A. Osokin CommitDate: 2021-05-03 21:44:51 +0000 security/vuxml: document recent vulnerabilities with redis ports. PR: 255580 --- security/vuxml/vuln.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d1d1dc61ccfb..b1c8db06631f 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -76,6 +76,55 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + redis -- multiple vulnerabilities + + + redis + 6.0.06.0.13 + + + redis-devel + 6.2.06.2.3 + + + + +

Redis project reports:

+
+
+
Vulnerability in the STRALGO LCS command
+
+ An integer overflow bug in Redis version 6.0 or newer could be + exploited using the STRALGO LCS command to corrupt the heap and + potentially result with remote code execution. +
+
Vulnerability in the COPY command for large intsets
+
+ An integer overflow bug in Redis 6.2 could be exploited to corrupt + the heap and potentially result with remote code execution. + The vulnerability involves changing the default set-max-intset-entries + configuration value, creating a large set key that consists of + integer values and using the COPY command to duplicate it. + The integer overflow bug exists in all versions of Redis starting + with 2.6, where it could result with a corrupted RDB or DUMP payload, + but not exploited through COPY (which did not exist before 6.2). +
+
+
+ +
+ + CVE-2021-29477 + CVE-2021-29478 + https://groups.google.com/g/redis-db/c/6GSWzTW0PR8 + + + 2021-05-03 + 2021-05-03 + +
+ RDoc -- command injection vulnerability