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-2026-84372
This critical-severity CVE scores 9.8 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.4%, top 64% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 9.8
- EG Score
- 9.8(medium)
- EG Risk
- 75(Attend)EG Risk 75/100SSVC: Attend
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity98% × 45%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 0%
- EPSS %ILE
- 36%
- KEV
- Not listed
Published
September 1, 2026
Last Modified
September 9, 2026
Advisory Details (5)
Auto-updated Sep 16, 2026Redis command injection and denial of service via CRLF smuggling in pipelined commands on aggregate connections · Advisory · predis/predis · GitHub
https://github.com/predis/predis/security/advisories/GHSA-w6f5-v2h6-g786Fatal Error with Pipeline and Replication when values contain `\r\n` characters · Issue #1574 · predis/predis · GitHub
https://github.com/predis/predis/issues/1574v3.3.0
Patch available: predis/predis v3.3.0
https://github.com/predis/predis/releases/tag/v3.3.0Refactor pipeline data writing depends on connection type
Patch available: predis/predis v3.3.0 (PR #1586 merged 2025-08-13)
https://github.com/predis/predis/pull/1586commit 053cb4b6ac7f (predis/predis)
Patch available: predis/predis v3.3.0 (contains commit 053cb4b6ac7f)
https://github.com/predis/predis/commit/053cb4b6ac7fb1f469ead96a78d059bc0458e408Vendor Advisories for CVE-2026-84372(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
Packagist(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| predis/predis | v3.0.0, v3.0.0-RC1, v3.0.1, v3.1.0, v3.2.0 | 3.3.0 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 13× in last 7d / 35× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-18 21:25 UTCEG score recompute
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-17 20:40 UTCEG score recompute
- 2026-09-17 19:32 UTCEPSS rescore
- 2026-09-16 18:38 UTCEG score recompute
- 2026-09-16 14:09 UTCEPSS rescore
- 2026-09-16 05:35 UTCEG score recompute
- 2026-09-16 05:15 UTCEPSS rescore
- 2026-09-15 05:35 UTCEG score recompute
- 2026-09-15 03:12 UTCEPSS rescore
- 2026-09-15 03:12 UTCEPSS rescore
- 2026-09-13 17:04 UTCEG score recompute
- 2026-09-12 17:16 UTCEG score recompute
- 2026-09-11 17:26 UTCEG score recompute
- 2026-09-11 14:53 UTCEPSS rescore
- 2026-09-11 14:53 UTCEPSS rescore
- 2026-09-11 12:55 UTCEG score recompute
- 2026-09-10 13:07 UTCEG score recompute
- 2026-09-08 23:18 UTCEG score recompute
- 2026-09-08 22:01 UTCEPSS rescore
- 2026-09-07 19:57 UTCEG score recompute
- 2026-09-06 15:56 UTCEG score recompute
- 2026-09-06 13:48 UTCEPSS rescore
- 2026-09-05 16:06 UTCEG score recompute
- 2026-09-05 15:31 UTCEPSS rescore
Show 10 moreShow fewer
- 2026-09-04 16:12 UTCEG score recompute
- 2026-09-04 08:15 UTCEG score recompute
- 2026-09-04 05:07 UTCEPSS rescore
- 2026-09-02 20:22 UTCEG score recompute
- 2026-09-02 19:28 UTCEG score recompute
- 2026-09-02 14:15 UTCEG score recompute
- 2026-09-02 14:12 UTCEPSS rescore
- 2026-09-01 22:19 UTCEG score recompute
- 2026-09-01 21:23 UTCEG score recompute
- 2026-09-01 21:22 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-84372?
When was CVE-2026-84372 disclosed?
Is CVE-2026-84372 actively exploited?
What is the CVSS score of CVE-2026-84372?
How do I remediate CVE-2026-84372?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-84372
Is Your Infrastructure Affected by CVE-2026-84372?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.