9.8 CRITICAL
- CVSS version: 3.1
- Attack vector (AV): NETWORK
- Attack complexity (AC): LOW
- Privileges required (PR): NONE
- User interaction (UI): NONE
- Scope (S): UNCHANGED
- Confidentiality impact (C): HIGH
- Integrity impact (I): HIGH
- Availability impact (A): HIGH
by @LeSuisse Activity log
- Created automatic suggestion
-
@LeSuisse
removed
2 packages
- hybridreverb2
- dragonfly-reverb
- @LeSuisse dismissed
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).
References
- https://github.com/laravel/reverb/security/advisories/GHSA-m27r-m6rx-mhm4 x_refsource_CONFIRM
- https://github.com/laravel/reverb/commit/9ec26f8ffbb701f84920dd0bb9781a1797591f1a x_refsource_MISC
- https://cwe.mitre.org/data/definitions/502.html x_refsource_MISC
- https://github.com/laravel/reverb/releases/tag/v1.7.0 x_refsource_MISC
- https://laravel.com/docs/12.x/reverb#scaling x_refsource_MISC
- https://github.com/laravel/reverb/releases/tag/v1.7.0 x_refsource_MISC
- https://laravel.com/docs/12.x/reverb#scaling x_refsource_MISC
- https://github.com/laravel/reverb/security/advisories/GHSA-m27r-m6rx-mhm4 x_refsource_CONFIRM
- https://github.com/laravel/reverb/commit/9ec26f8ffbb701f84920dd0bb9781a1797591f1a x_refsource_MISC
- https://cwe.mitre.org/data/definitions/502.html x_refsource_MISC
Affected products
- ==< 1.7.0