{"id":"CVE-2026-23524","aliases":["GHSA-m27r-m6rx-mhm4"],"url":"https://o3.security/vulnerability/CVE-2026-23524","summary":"Laravel Redis Horizontal Scaling Insecure Deserialization","details":"### Impact\n\nThis vulnerability affects Laravel Reverb versions prior to v1.7.0 when horizontal scaling is enabled (`REVERB_SCALING_ENABLED=true`).\n\nThe exploitability of this vulnerability is increased because Redis servers are commonly deployed without authentication.\n\nWith 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.\n\n**Risk:** Remote Code Execution (RCE)\n\n### Patches\nThis vulnerability is fixed in Laravel Reverb v1.7.0.\n\nUpdate your dependency to `laravel/reverb: ^1.7.0` immediately.\n\n### Workarounds\nIf you cannot upgrade to v1.7.0, you should apply the following mitigations:\n\n* Redis Security: Require a strong password for Redis access and ensure the service is only accessible via a private network or local loopback.\n* Disable Scaling: If your environment uses only one Reverb node, set `REVERB_SCALING_ENABLED=false` to bypass the vulnerable logic entirely.\n\n### Credits\nThis vulnerability was discovered and responsibly reported by Mohammad Yaser Abo-Elmaaty @m0h4mmad","published":"2026-01-21T22:07:55.682Z","modified":"2026-08-12T03:51:38.015668026Z","cvss":{"score":9.8,"severity":"CRITICAL","vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"},"epss":null,"cisaKev":null,"exploitsKnown":0,"affectedPackages":[{"ecosystem":"Packagist","name":"laravel/reverb","fixedVersion":"1.7.0"}],"fix":{"url":"https://github.com/laravel/reverb/commit/9ec26f8ffbb701f84920dd0bb9781a1797591f1a","label":"laravel/reverb@9ec26f8"},"references":[{"type":"WEB","url":"https://cwe.mitre.org/data/definitions/502.html"},{"type":"WEB","url":"https://github.com/laravel/reverb/releases/tag/v1.7.0"},{"type":"WEB","url":"https://laravel.com/docs/12.x/reverb#scaling"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23524.json"},{"type":"ADVISORY","url":"https://github.com/laravel/reverb/security/advisories/GHSA-m27r-m6rx-mhm4"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-23524"},{"type":"FIX","url":"https://github.com/laravel/reverb/commit/9ec26f8ffbb701f84920dd0bb9781a1797591f1a"},{"type":"PACKAGE","url":"https://github.com/laravel/reverb"},{"type":"WEB","url":"https://laravel.com/docs/reverb#scaling"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-08-12T03:51:38.015668026Z"}}