目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-84372— Predis Redis 命令注入与拒绝服务漏洞

一分钟漏洞结论

影响对象
predis predis
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Predis 是一个灵活且功能完备的 PHP Redis 和 Valkey 客户端。在 3.0.0-RC1 到 3.3.0 之间的版本中,针对聚合集群和复制连接的管道(pipeline)处理存在缺陷: 在写入时会重新解析一个已经序列化的 RESP 缓冲数据,它使用 进行拆分,而没有尊重 RESP 的长度前缀。因此,攻击者控制的键或值如果包含 CRLF(\r\n)序列,可能会被 误解为额外的命令。在集群连接中, 可能会将注入的无键命令路由到使用字面量假键值 的节点,从而允许执行诸如跨分片缓存删除、定向数据修改、数据读

CVSS 9.8 · Critical EPSS 0.41% · P35

可能的 ATT&CK 技术 2 AI

T1210.023 T1029 · Scheduled Transfer

影响版本矩阵 1

厂商产品 版本范围状态
predis predis >= 3.0.0-RC1, < 3.3.0 affected
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-84372 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Predis: Redis command injection and denial of service via CRLF smuggling in pipelined commands on aggregate connections
来源: CVE Program / CVE List V5
Vulnerability Description
Predis is a flexible and feature-complete Redis and Valkey client for PHP. From version 3.0.0-RC1 until version 3.3.0, pipeline handling on aggregate cluster and replication connections reparses an already serialized RESP buffer in AbstractAggregateConnection::write() by splitting it with explode("\r\n") instead of honoring RESP length prefixes. Attacker-controlled keys or values containing CRLF sequences can therefore be interpreted by Command::deserializeCommand() as additional commands. On cluster connections, ClusterStrategy::getFakeKey() can route injected keyless commands using the literal fake key value "key", permitting operations such as shard-wide cache deletion, targeted data modification, data reads, or node disruption. On replication connections, malformed reparsing can throw an uncaught exception and repeatedly terminate affected requests. Only pipeline() reaches this vulnerable path; transaction() and MULTI are not affected. This issue is fixed in version 3.3.0.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
对CRLF序列的转义处理不恰当(CRLF注入)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
predis predis >= 3.0.0-RC1, < 3.3.0 -

二、漏洞 CVE-2026-84372 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-84372 的情报信息

登录查看更多情报信息。

CVE-2026-84372 补丁与修复 (1)

CVE-2026-84372 厂商安全公告 (1)

CVE-2026-84372 厂商页面 (1)

CVE-2026-84372 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-84372

暂无评论


发表评论