CVE-2026-23524
published 2026-01-21CVE-2026-23524: 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…
PriorityP266critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EPSS
0.88%
54.5th percentile
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).
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| laravel | reverb | < 1.7.0 | 1.7.0 |
| laravel | reverb | >= 0 < 1.7.0 | 1.7.0 |
Detection & IOCsextracted from sources · hover to see the quote
- →Detect Laravel Reverb horizontal scaling enabled via environment variable — vulnerable code path is only triggered when REVERB_SCALING_ENABLED=true ↗
- ·Vulnerability is only exploitable when horizontal scaling is enabled; disabling it entirely mitigates the risk even on unpatched versions ↗
- ·Exploitability is significantly increased by the common practice of deploying Redis without authentication; unauthenticated Redis access allows an attacker to inject malicious serialized payloads directly into the channel ↗
- ·Fix is available in laravel/reverb version 1.7.0; systems still running 1.6.3 or below with REVERB_SCALING_ENABLED=true and unauthenticated/network-exposed Redis are at critical (CVSS 9.8) risk ↗
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Laravel Redis Horizontal Scaling Insecure Deserialization
ghsa·2026-01-21
CVE-2026-23524 [CRITICAL] CWE-502 Laravel Redis Horizontal Scaling Insecure Deserialization
Laravel Redis Horizontal Scaling Insecure Deserialization
### Impact
This vulnerability affects Laravel Reverb versions prior to v1.7.0 when horizontal scaling is enabled (`REVERB_SCALING_ENABLED=true`).
The exploitability of this vulnerability is increased because Redis servers are commonly deployed without authentication.
With horizontal scaling enabled, Reverb servers communicate via Redis PubSub. Reverb previously passed data from the Redis channel directly into PHP’s `unserialize()` function without restricting which classes could be instantiated.
**Risk:** Remote Code Execution (RCE)
### Patches
This vulnerability is fixed in Laravel Reverb v1.7.0.
Update your dependency to `laravel/reverb: ^1.7.0` immediately.
### Workarounds
If you cannot upgrade to v1.7.0, you should apply
OSV
Laravel Redis Horizontal Scaling Insecure Deserialization
osv·2026-01-21
CVE-2026-23524 [CRITICAL] Laravel Redis Horizontal Scaling Insecure Deserialization
Laravel Redis Horizontal Scaling Insecure Deserialization
### Impact
This vulnerability affects Laravel Reverb versions prior to v1.7.0 when horizontal scaling is enabled (`REVERB_SCALING_ENABLED=true`).
The exploitability of this vulnerability is increased because Redis servers are commonly deployed without authentication.
With horizontal scaling enabled, Reverb servers communicate via Redis PubSub. Reverb previously passed data from the Redis channel directly into PHP’s `unserialize()` function without restricting which classes could be instantiated.
**Risk:** Remote Code Execution (RCE)
### Patches
This vulnerability is fixed in Laravel Reverb v1.7.0.
Update your dependency to `laravel/reverb: ^1.7.0` immediately.
### Workarounds
If you cannot upgrade to v1.7.0, you should apply
No detection rules found.
No public exploits indexed.
2026-01-21
Published