Date: Mon, 18 Jul 2022 16:12:56 GMT From: Yasuhiro Kimura <yasu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4c0d64e31bbc - main - security/vuxml: Document potential remote code execution vulnerability in redis Message-ID: <202207181612.26IGCuTf069046@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c0d64e31bbc2fcd849010de8849cc3eec613700 commit 4c0d64e31bbc2fcd849010de8849cc3eec613700 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2022-07-18 16:11:25 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2022-07-18 16:11:25 +0000 security/vuxml: Document potential remote code execution vulnerability in redis --- security/vuxml/vuln-2022.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/security/vuxml/vuln-2022.xml b/security/vuxml/vuln-2022.xml index 0a3fa85690aa..73213a068cf7 100644 --- a/security/vuxml/vuln-2022.xml +++ b/security/vuxml/vuln-2022.xml @@ -1,3 +1,33 @@ + <vuln vid="871d93f9-06aa-11ed-8d5f-080027f5fec9"> + <topic>redis -- Potential remote code execution vulnerability</topic> + <affects> + <package> + <name>redis</name> + <range><ge>7.0.0</ge><lt>7.0.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Redis core team reports:</p> + <blockquote cite="https://groups.google.com/g/redis-db/c/FWngtg3WpfA"> + <p> + A specially crafted XAUTOCLAIM command on a stream key in + a specific state may result with heap overflow, and + potentially remote code execution. + </p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2022-31144</cvename> + <url>https://groups.google.com/g/redis-db/c/FWngtg3WpfA</url> + </references> + <dates> + <discovery>2022-07-18</discovery> + <entry>2022-07-18</entry> + </dates> + </vuln> + <vuln vid="a4f2416c-02a0-11ed-b817-10c37b4ac2ea"> <topic>go -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207181612.26IGCuTf069046>