GHSA-m27r-m6rx-mhm4 · Severity: critical · Ecosystem: composer — Laravel Redis Horizontal Scaling Insecure Deserialization
Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications. In versions 1.6.3 and below, Reverb passes data from the Redis channel directly into PHP’s unserialize() function without restricting which classes can be instantiated, which leaves users vulnerable to Remote Code Execution. The exploitability of this vulnerability is increased because Redis servers are commonly deployed without authentication, but only affects Laravel Reverb when horizontal scaling is enabled (REVERB_SCALING_ENABLED=true). This issue has been fixed in version 1.7.0. As a workaround, require a strong password for Redis access and ensure the service is only accessible via a private network or local loopback, and/or set REVERB_SCALING_ENABLED=false to bypass the vulnerable logic entirely (if the environment uses only one Reverb node).
Conclusion & alert: CVE-2026-23524 is rated Moderate Risk (52.2/100): CVSS Critical severity, with low exploitation likelihood (EPSS 0.16%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-04-25 | 0.12% | 0.16% | +0.04% |
| 2 | 2026-04-21 | 0.39% | 0.12% | -0.26% |
| 3 | 2026-03-17 | — | 0.39% | — |
Full EPSS history (6 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
GHSA-m27r-m6rx-mhm4 · Severity: critical · Ecosystem: composer — Laravel Redis Horizontal Scaling Insecure Deserialization
| URL | Tags |
|---|---|
| https://cwe.mitre.org/data/definitions/502.html | Technical Description |
| https://github.com/laravel/reverb/commit/9ec26f8ffbb701f84920dd0bb9781a1797591f1a | Patch |
| https://github.com/laravel/reverb/releases/tag/v1.7.0 | Product Release Notes |
| https://github.com/laravel/reverb/security/advisories/GHSA-m27r-m6rx-mhm4 | Mitigation Vendor Advisory |
| https://laravel.com/docs/12.x/reverb#scaling | Technical Description |