diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-07-19 01:11:25 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-07-19 01:11:25 +0900 |
commit | 4c0d64e31bbc2fcd849010de8849cc3eec613700 (patch) | |
tree | 891a8e4d49d7ce8ab1c21b79af28cda6595a0fa1 | |
parent | security/logcheck: Update to 1.3.24 (diff) |
security/vuxml: Document potential remote code execution vulnerability in redis
-rw-r--r-- | security/vuxml/vuln-2022.xml | 30 |
1 files changed, 30 insertions, 0 deletions
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> |