git: 543f93acd234 - main - security/vuxml: Document multiple vulnerabilities in redis

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Thu, 28 Apr 2022 02:21:24 UTC
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=543f93acd2346107d50cd9584ac2c6b231f85e42

commit 543f93acd2346107d50cd9584ac2c6b231f85e42
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-04-27 19:37:22 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-04-28 02:18:21 +0000

    security/vuxml: Document multiple vulnerabilities in redis
---
 security/vuxml/vuln-2022.xml | 45 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/security/vuxml/vuln-2022.xml b/security/vuxml/vuln-2022.xml
index 8cc834ba7632..00596de83245 100644
--- a/security/vuxml/vuln-2022.xml
+++ b/security/vuxml/vuln-2022.xml
@@ -1,3 +1,48 @@
+  <vuln vid="cc42db1c-c65f-11ec-ad96-0800270512f4">
+    <topic>redis -- Multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>redis</name>
+	<range><lt>6.2.7</lt></range>
+      </package>
+      <package>
+	<name>redis62</name>
+	<range><lt>6.2.7</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Aviv Yahav reports:</p>
+	<blockquote cite="https://groups.google.com/g/redis-db/c/7iWUlwtoDqU">
+	  <dl>
+	    <dt>CVE-2022-24735</dt>
+	    <dd>
+	      By exploiting weaknesses in the Lua script execution
+	      environment, an attacker with access to Redis can inject
+	      Lua code that will execute with the (potentially higher)
+	      privileges of another Redis user.
+	    </dd>
+	    <dt>CVE-2022-24736</dt>
+	    <dd>
+	      An attacker attempting to load a specially crafted Lua
+	      script can cause NULL pointer dereference which will
+	      result with a crash of the redis-server process.
+	    </dd>
+	  </dl>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2022-24735</cvename>
+      <cvename>CVE-2022-24736</cvename>
+      <url>https://groups.google.com/g/redis-db/c/7iWUlwtoDqU</url>
+    </references>
+    <dates>
+      <discovery>2022-04-27</discovery>
+      <entry>2022-04-27</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="17a30a24-c579-11ec-bbbd-0800270512f4">
     <topic>eb -- Potential buffer overrun vulnerability</topic>
     <affects>