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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CISA KEV status
CVSS vector scores
1 official scoreWe 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.
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——Primary CVE scoreVulnerability scoring details
Base CVSS 4.0 score
9.2CriticalVector: 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
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/livewire/livewire/security/advisories/GHSA-29cq-5w36-x7w3CVE reference · x_refsource_CONFIRM
- https://github.com/livewire/livewire/commit/ef04be759da41b14d2d129e670533180a44987dcCVE reference · x_refsource_MISC
- https://github.com/livewire/livewire/releases/tag/v3.6.4CVE reference · x_refsource_MISC
- https://www.threathunter.ai/blog/iranian-threat-actor-tools-techniques-iocs-ioas/CVE reference · third-party-advisory
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2025-54068CVE reference · government-resource
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
