LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2025-54068: Laravel Livewire Code Injection Vulnerability

RBRecent Breaches Vulnerability Intelligence·Mar 20, 2026
CVSS 9.2 · Critical⚠ Actively exploited (CISA KEV)
9.2
CVSS score
Critical
Severity
Active
CISA KEV
No
Ransomware use
Apr 3, 2026
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2025-54068 to its Known Exploited Vulnerabilities catalog on Mar 20, 2026, with a federal patch deadline of Apr 3, 2026 — meaning attackers are actively using it. If you run the affected software, patch it immediately.

Livewire is a full-stack framework for Laravel. In Livewire v3 up to and including v3.6.3, a vulnerability allows unauthenticated attackers to achieve remote command execution in specific scenarios. The issue stems from how certain component property updates are hydrated. This vulnerability is unique to Livewire v3 and does not affect prior major versions. Exploitation requires a component to be mounted and configured in a particular way, but does not require authentication or user interaction. This issue has been patched in Livewire v3.6.4. All users are strongly encouraged to upgrade to this version or later as soon as possible. No known workarounds are available.

Laravel Livewire contains a code injection vulnerability that could allow unauthenticated attackers to achieve remote command execution in specific scenarios. The issue affects applications built with this PHP component and can result in unauthorized control of the underlying server when the vulnerable code path is reached.

How it works

CWE-94 describes improper control of code generation, allowing an attacker to supply input that is later interpreted as executable code. In this case an unauthenticated request can reach a code path where attacker-controlled data influences dynamic code creation or evaluation. The result is remote command execution without prior authentication when the application processes the request in the affected configuration.

Am I affected? How to find it in your systems

Inventory all web applications that include the Laravel Livewire package. Locate instances by examining composer.json files, deployed vendor directories, or container images for references to the Livewire component. Review application routes and Livewire component classes that accept untrusted input and perform any form of dynamic code handling. Specific version numbers and configuration triggers must be confirmed against the vendor advisory. Monitor web server and application logs for unexpected command execution patterns or error messages tied to Livewire request handling.

How to remediate

Apply the vendor update named in the advisory as the primary action. After patching, review Livewire component code to ensure that user-supplied data is never passed into functions that generate or evaluate code. Restrict the exposure of Livewire endpoints to authenticated sessions where possible and validate all inputs against strict allow-lists before any processing occurs.

If you can't patch immediately

If your data may have been exposed

Actively exploited vulnerabilities of this class have led to breaches in other products. Organizations can run a free exposure scan of their email domains to check known breach data and determine whether related credentials or data have already appeared in public records.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedLaravel · Livewire
WeaknessCWE-94
CVSS base score9.2 (Critical)
CVSS vectorCVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
PublishedJul 17, 2025
Added to CISA KEVMar 20, 2026
Federal patch deadlineApr 3, 2026
Known ransomware useNot documented
Check if your data is exposed →

References

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities