PT-2026-3792 · Laravel · Laravel Reverb
M0H4Mmad
·
Published
2026-01-21
·
Updated
2026-01-30
·
CVE-2026-23524
CVSS v3.1
10
10
Critical
| Base vector | Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Laravel Reverb versions 1.6.3 and below
Description
Laravel Reverb, a real-time WebSocket communication backend for Laravel applications, has an issue where it passes data from the Redis channel directly into PHP’s
unserialize() function without restricting which classes can be instantiated. This can lead to Remote Code Execution (RCE). The risk is increased because Redis servers are often deployed without authentication. This issue affects Laravel Reverb when horizontal scaling is enabled (REVERB SCALING ENABLED=true). The unserialize() function is used to convert serialized data back into PHP objects.Recommendations
Laravel Reverb versions 1.6.3 and below: Upgrade to version 1.7.0.
Laravel Reverb versions 1.6.3 and below: If upgrading to version 1.7.0 is not possible, require a strong password for Redis access and ensure the service is only accessible via a private network or local loopback.
Laravel Reverb versions 1.6.3 and below: If upgrading to version 1.7.0 is not possible and the environment uses only one Reverb node, set
REVERB SCALING ENABLED=false to bypass the vulnerable logic.Exploit
Fix
RCE
Deserialization of Untrusted Data
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
BDU:2026-01045
CVE-2026-23524
GHSA-M27R-M6RX-MHM4
Affected Products
Laravel Reverb
References · 22
- 🔥 https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23524.json⭐ 2435 🔗 552 · Exploit
- https://bdu.fstec.ru/vul/2026-01045 · Security Note
- https://osv.dev/vulnerability/CVE-2026-23524 · Vendor Advisory
- https://osv.dev/vulnerability/GHSA-m27r-m6rx-mhm4 · Vendor Advisory
- https://nvd.nist.gov/vuln/detail/CVE-2026-23524 · Security Note
- https://github.com/laravel/reverb/security/advisories/GHSA-m27r-m6rx-mhm4⭐ 1503 🔗 144 · Note
- https://github.com/laravel/reverb/releases/tag/v1.7.0⭐ 1490 🔗 143 · Note
- https://github.com/laravel/reverb⭐ 1490 🔗 143 · Note
- https://github.com/laravel/reverb/commit/9ec26f8ffbb701f84920dd0bb9781a1797591f1a⭐ 1490 🔗 143 · Note
- https://twitter.com/CVEnew/status/2014116182484308322 · Twitter Post
- https://twitter.com/CveFindCom/status/2014128220610634201 · Twitter Post
- https://twitter.com/0dayPublishing/status/2014102258342891768 · Twitter Post
- https://twitter.com/TheHackerWire/status/2014100059974148605 · Twitter Post
- https://twitter.com/VulmonFeeds/status/2014110312136327292 · Twitter Post
- https://laravel.com/docs/12.x/reverb#scaling · Note