CVE-2026-23524
Unknown Unknown - Not Provided

Unrestricted Deserialization in Laravel Reverb Enables Remote Code Execution

Vulnerability report for CVE-2026-23524, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-01-21

Last updated on: 2026-03-06

Assigner: GitHub, Inc.

Description

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).

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-01-21
Last Modified
2026-03-06
Generated
2026-07-07
AI Q&A
2026-01-22
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
laravel reverb to 1.7.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-502 The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in Laravel Reverb versions 1.6.3 and below, where data from the Redis channel is passed directly into PHP's unserialize() function without restricting which classes can be instantiated. This allows an attacker to perform Remote Code Execution (RCE) by exploiting the unserialize process. The risk is higher because Redis servers are often deployed without authentication, but the vulnerability only affects Laravel Reverb when horizontal scaling is enabled (REVERB_SCALING_ENABLED=true).

Impact Analysis

The vulnerability can lead to Remote Code Execution on the server running Laravel Reverb, allowing an attacker to execute arbitrary code remotely. This can compromise the confidentiality, integrity, and availability of the affected system and potentially the entire application environment.

Detection Guidance

You can detect this vulnerability by checking if your Laravel Reverb version is 1.6.3 or below and if the environment variable REVERB_SCALING_ENABLED is set to true. Additionally, verify if your Redis server is accessible without authentication. Commands to check the Laravel Reverb version and environment variables depend on your deployment but generally include inspecting your application's composer.lock or package files and environment configuration files. To check Redis accessibility, you can use: `redis-cli ping` to see if Redis responds without authentication, and `redis-cli config get requirepass` to check if a password is set.

Mitigation Strategies

Immediate mitigation steps include upgrading Laravel Reverb to version 1.7.0 or later, requiring a strong password for Redis access, ensuring Redis is only accessible via a private network or local loopback, and/or setting the environment variable REVERB_SCALING_ENABLED=false to bypass the vulnerable logic if only one Reverb node is used.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-23524. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart