GHSA-m27r-m6rx-mhm4

Suggest an improvement
Source
https://github.com/advisories/GHSA-m27r-m6rx-mhm4
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/01/GHSA-m27r-m6rx-mhm4/GHSA-m27r-m6rx-mhm4.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-m27r-m6rx-mhm4
Aliases
Published
2026-01-21T15:40:24Z
Modified
2026-01-22T15:52:40.582163Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Laravel Redis Horizontal Scaling Insecure Deserialization
Details

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 the following mitigations:

  • Redis Security: Require a strong password for Redis access and ensure the service is only accessible via a private network or local loopback.
  • Disable Scaling: If your environment uses only one Reverb node, set REVERB_SCALING_ENABLED=false to bypass the vulnerable logic entirely.

Credits

This vulnerability was discovered and responsibly reported by Mohammad Yaser Abo-Elmaaty @m0h4mmad

Database specific
{
    "severity": "CRITICAL",
    "github_reviewed_at": "2026-01-21T15:40:24Z",
    "github_reviewed": true,
    "nvd_published_at": "2026-01-21T22:15:50Z",
    "cwe_ids": [
        "CWE-502"
    ]
}
References

Affected packages

Packagist / laravel/reverb

Package

Name
laravel/reverb
Purl
pkg:composer/laravel/reverb

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.7.0

Affected versions

v1.*

v1.0.0-beta1
v1.0.0-beta2
v1.0.0-beta3
v1.0.0-beta4
v1.0.0-beta5
v1.0.0-beta6
v1.0.0-beta7
v1.0.0-beta8
v1.0.0-beta9
v1.0.0-beta10
v1.0.0-beta11
v1.0.0-beta12
v1.0.0-beta13
v1.0.0-beta14
v1.0.0
v1.1.0
v1.2.0
v1.3.0
v1.3.1
v1.4.0
v1.4.1
v1.4.2
v1.4.3
v1.4.4
v1.4.5
v1.4.6
v1.4.7
v1.4.8
v1.5.0
v1.5.1
v1.6.0
v1.6.1
v1.6.2
v1.6.3

Database specific

source

"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/01/GHSA-m27r-m6rx-mhm4/GHSA-m27r-m6rx-mhm4.json"