CVE-2026-23524
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedLaravel 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).
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceLaravel Reverb versions 1.6.3 and below contain an insecure deserialization vulnerability where Redis channel data is passed directly to PHP's unserialize() without class whitelist restrictions, enabling remote code execution. This vulnerability is only exploitable when horizontal scaling is enabled via REVERB_SCALING_ENABLED=true and the Redis server is accessible (often without authentication in default deployments).
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 1.7.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed Laravel Reverb versionCheck your composer.json or run 'composer show laravel/reverb' to see the installed version numberAffected if version is below 1.7.0 (versions 1.6.3 and below are vulnerable)
-
Verify horizontal scaling configurationCheck if the environment variable REVERB_SCALING_ENABLED is set to true, or inspect your .env file and configuration for the scaling settingAffected if REVERB_SCALING_ENABLED is set to true (this enables the vulnerable Redis channel functionality)
-
Confirm Redis is accessible by ReverbInspect your Laravel/Reverb configuration to determine which Redis server is used for channel data, and verify network accessibility from the Reverb serverAffected if Redis is reachable and used for scaling (the unserialize occurs on data retrieved from Redis)
-
Assess Redis authentication statusCheck your Redis configuration and connection settings to determine if authentication (password) is requiredAffected if Redis accepts connections without authentication (default deployments often have no password set)
You are affected if Laravel Reverb is below version 1.7.0, horizontal scaling is enabled (REVERB_SCALING_ENABLED=true), and your Redis server is accessible without authentication protection.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped1.7.0
Upgrade Laravel Reverb to version 1.7.0 or higher to receive the patch; alternatively, disable horizontal scaling (REVERB_SCALING_ENABLED=false) or secure Redis access with authentication and network isolation.
1.7.0
- Run `composer require laravel/reverb:^1.7.0` to upgrade to the fixed version, or update the laravel/reverb version constraint in composer.json to ^1.7.0 and run `composer update`
- After upgrading, verify the version by running `php artisan reverb:version` or checking composer.json
- Ensure Redis authentication is configured even after patching by setting REDIS_PASSWORD in your environment
- If immediate upgrade is not possible, set REVERB_SCALING_ENABLED=false in your environment to disable the vulnerable code path
- Alternatively, ensure Redis is bound to localhost/private network only and requires strong authentication
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-23524 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-23524 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data