๐Ÿ” CVE Alert

CVE-2026-84372

CRITICAL 9.8

Predis: Redis command injection and denial of service via CRLF smuggling in pipelined commands on aggregate connections

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-93
Vendor predis
Product predis
Published Sep 1, 2026
Stay Ahead of the Next One

Get instant alerts for predis predis

Be the first to know when new critical vulnerabilities affecting predis predis are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

predis / predis
>= 3.0.0-RC1, < 3.3.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/predis/predis/security/advisories/GHSA-w6f5-v2h6-g786 github.com: https://github.com/predis/predis/issues/1574 github.com: https://github.com/predis/predis/pull/1586 github.com: https://github.com/predis/predis/commit/053cb4b6ac7fb1f469ead96a78d059bc0458e408 github.com: https://github.com/predis/predis/releases/tag/v3.3.0