LiveActive security incident?Get immediate response
CVE Record

CVE-2025-54068: Livewire vulnerable to remote command execution during property update hydration

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.

CriticalCVSS 9.2Known exploitedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2025-54068 is a critical Livewire v3 flaw that can let unauthenticated attackers run commands on affected Laravel applications in specific component configurations. It is patched in Livewire v3.6.4. CISA KEV status indicates known exploitation, so internet-facing Livewire v3 applications should be treated as urgent exposure.

Executive priority

Treat this as an immediate patching priority for any internet-facing Laravel application using Livewire v3. The combination of remote command execution, no authentication requirement, and CISA KEV listing creates meaningful business risk despite configuration-dependent exploitation.

Technical view

Livewire v3 versions from 3.0.0-beta.1 through 3.6.3 are affected. The issue is CWE-94 improper code generation/control caused by property update hydration behavior. Exploitation requires a mounted component configured in a particular way, with no authentication or user interaction required. CVSS v4.0 score is 9.2.

Likely exposure

Organizations using Laravel applications with Livewire v3 before 3.6.4 may be exposed, especially if affected components are reachable by unauthenticated users. Livewire prior major versions are stated as unaffected. Exposure depends on specific component mounting and configuration details that are not fully described in the provided bundle.

Exploitation context

The bundle marks this CVE as CISA KEV, which supports known exploitation. A third-party threat-actor advisory is referenced, but the supplied source details do not prove specific tactics, targets, or exploit mechanics. Exploitation is described as unauthenticated and no user interaction is required, but attack complexity is high.

Researcher notes

The public bundle does not include exploit details or the exact vulnerable component pattern. Validation should focus on version exposure, reachable Livewire components, and evidence of unusual component update activity. Avoid assuming all Livewire deployments are exploitable; the advisory says specific mounted component configuration is required.

Mitigation direction

  • Upgrade Livewire v3 to 3.6.4 or later immediately.
  • Prioritize internet-facing Laravel applications using Livewire v3.
  • Check vendor advisory and release notes for any newer guidance.
  • Do not rely on workarounds; the bundle states none are known.
  • Review dependency lockfiles and deployed artifacts for vulnerable Livewire versions.

Validation and detection

  • Inventory Laravel applications and identify Livewire package versions.
  • Confirm deployed versions are not below Livewire 3.6.4.
  • Map unauthenticated routes that mount Livewire components.
  • Review logs for suspicious requests to Livewire component update endpoints.
  • Verify patch deployment in production, staging, and container images.
Prepared
Confidence
high
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-94: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-54068 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.2 (4.0)
Known Exploited
Yes
Published

Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
6Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.2CVSS 4.0CriticalCVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

9.2Critical
CVSS 4.0 vector shape for CVE-2025-54068Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
livewirelivewire>= 3.0.0-beta.1, < 3.6.4Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-94 · source CWE mapping

Improper Control of Generation of Code ('Code Injection')

Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.