git: 813c162637fc - main - security/vuxml: Document denial-of-serviece vulnerability in redis
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 08:01:41 UTC
The branch main has been updated by yasu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=813c162637fcd998bd99215e30e52c5cccd084ba
commit 813c162637fcd998bd99215e30e52c5cccd084ba
Author: Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2023-03-21 05:47:49 +0000
Commit: Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2023-03-21 08:01:05 +0000
security/vuxml: Document denial-of-serviece vulnerability in redis
---
security/vuxml/vuln/2023.xml | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml
index e1ebe5cdd044..fb52f9cc03fe 100644
--- a/security/vuxml/vuln/2023.xml
+++ b/security/vuxml/vuln/2023.xml
@@ -1,3 +1,37 @@
+ <vuln vid="a60cc0e4-c7aa-11ed-8a4b-080027f5fec9">
+ <topic>redis -- specially crafted MSETNX command can lead to denial-of-service</topic>
+ <affects>
+ <package>
+ <name>redis</name>
+ <range><lt>7.0.10</lt></range>
+ </package>
+ <package>
+ <name>redis-devel</name>
+ <range><lt>7.0.10.20230320</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Yupeng Yang reports:</p>
+ <blockquote cite="https://github.com/redis/redis/security/advisories/GHSA-mvmm-4vq6-vw8c">
+ <p>
+ Authenticated users can use the MSETNX command to trigger
+ a runtime assertion and termination of the Redis server
+ process.
+ </p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2023-28425</cvename>
+ <url>https://github.com/redis/redis/security/advisories/GHSA-mvmm-4vq6-vw8c</url>
+ </references>
+ <dates>
+ <discovery>2023-03-20</discovery>
+ <entry>2023-03-21</entry>
+ </dates>
+ </vuln>
+
<vuln vid="0d7d104c-c6fb-11ed-8a4b-080027f5fec9">
<topic>curl -- multiple vulnerabilities</topic>
<affects>