GHSA-m27r-m6rx-mhm4 · 深刻度: critical · エコシステム: 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).
総合評価: CVE-2026-23524 は中リスク(58.9/100)。CVSS 深刻度は重大。悪用される可能性が高い(EPSS 0.88%、54 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.16% | 0.88% | +0.71% |
| 2 | 2026-04-25 | 0.12% | 0.16% | +0.04% |
| 3 | 2026-04-21 | — | 0.12% | — |
EPSS の全履歴 (全 7 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
GHSA-m27r-m6rx-mhm4 · 深刻度: critical · エコシステム: composer — Laravel Redis Horizontal Scaling Insecure Deserialization
| URL | タグ |
|---|---|
| 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 |