一、 漏洞 CVE-2025-32023 基础信息
漏洞信息
                                        # Redis在hyperloglog命令中允许越界写,从而导致RCE

## 漏洞概述
Redis 是一个开源的、内存中的数据库,持久化到磁盘上。在 Redis 版本从 2.8 到 8.0.3、7.4.5、7.2.10 和 6.2.19 之前,经过身份验证的用户可以通过精心构造的字符串触发 hyperloglog 操作中的堆栈/堆溢出写入,可能导致远程代码执行。

## 影响版本
- 2.8 到 8.0.3 之前的所有版本
- 2.8 到 7.4.5 之前的所有版本
- 2.8 到 7.2.10 之前的所有版本
- 2.8 到 6.2.19 之前的所有版本

## 漏洞细节
- 经过身份验证的用户可以使用经过精心设计的字符串触发 hyperloglog 操作中的堆栈/堆溢出写入。
- 此漏洞可能导致远程代码执行。

## 影响
- 所有实现 hyperloglog 操作的 Redis 版本可能受到影响。
- 该漏洞在 8.0.3、7.4.5、7.2.10 和 6.2.19 版本中被修复。
- 工作区解决方案可通过 ACL 限制 HLL 命令执行来缓解问题。
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
Redis allows out of bounds writes in hyperloglog commands leading to RCE
来源:美国国家漏洞数据库 NVD
漏洞描述信息
Redis is an open source, in-memory database that persists on disk. From 2.8 to before 8.0.3, 7.4.5, 7.2.10, and 6.2.19, an authenticated user may use a specially crafted string to trigger a stack/heap out of bounds write on hyperloglog operations, potentially leading to remote code execution. The bug likely affects all Redis versions with hyperloglog operations implemented. This vulnerability is fixed in 8.0.3, 7.4.5, 7.2.10, and 6.2.19. An additional workaround to mitigate the problem without patching the redis-server executable is to prevent users from executing hyperloglog operations. This can be done using ACL to restrict HLL commands.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
来源:美国国家漏洞数据库 NVD
漏洞类别
整数溢出导致缓冲区溢出
来源:美国国家漏洞数据库 NVD
漏洞标题
Redis 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Redis是美国Redis公司的一套开源的使用ANSI C编写、支持网络、可基于内存亦可持久化的日志型、键值(Key-Value)存储数据库,并提供多种语言的API。 Redis存在安全漏洞,该漏洞源于超日志操作可能导致堆栈或堆越界写入,可能导致远程代码执行。以下版本受到影响:2.8版本至8.0.3版本、7.4.5版本、7.2.10版本和6.2.19之前版本。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2025-32023 的公开POC
# POC 描述 源链接 神龙链接
1 PoC & Exploit for CVE-2025-32023 / PlaidCTF 2025 "Zerodeo" https://github.com/leesh3288/CVE-2025-32023 POC详情
2 CVE-2025-32023 https://github.com/B1ack4sh/Blackash-CVE-2025-32023 POC详情
3 Exploit for CVE-2025-32023 https://github.com/atomicjjbod/CVE-2025-32023 POC详情
三、漏洞 CVE-2025-32023 的情报信息
  • 标题: Release 7.4.5 · redis/redis · GitHub -- 🔗来源链接

    标签: x_refsource_MISC

    神龙速读
  • 标题: Release 8.0.3 · redis/redis · GitHub -- 🔗来源链接

    标签: x_refsource_MISC

    神龙速读
  • 标题: Release 6.2.19 · redis/redis · GitHub -- 🔗来源链接

    标签: x_refsource_MISC

    神龙速读
  • 标题: Release 7.2.10 · redis/redis · GitHub -- 🔗来源链接

    标签: x_refsource_MISC

    神龙速读
  • 标题: Out of bounds write in hyperloglog commands leads to RCE · Advisory · redis/redis · GitHub -- 🔗来源链接

    标签: x_refsource_CONFIRM

    神龙速读
  • 标题: Fix out of bounds write in hyperloglog commands (CVE-2025-32023) · redis/redis@5018874 · GitHub -- 🔗来源链接

    标签: x_refsource_MISC

    神龙速读
  • https://nvd.nist.gov/vuln/detail/CVE-2025-32023