Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/flame-11/cve-2025-54068-livewire
Vulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubflame-11/cve-2025-54068-livewire

CVE-2025-54068-livewire

Reproducible Docker-based lab for CVE-2025-54068 in Livewire v3.6.3, including a safe PoC exploit chain script for educational vulnerability analysis.

View Repository
18 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-54068 - Livewire (v3.6.3) Vulnerable Lab

This folder builds a minimal Laravel + Livewire v3 application pinned to Livewire 3.6.3 (vulnerable) for reproducing CVE-2025-54068.

The mounted component is intentionally written to be compatible with the public exploit chain (it allows the stage-1 cast-to-array step).

Quickstart

root@kitploit:~
docker compose up -d --build

Open:

  • http://localhost:18081/

Validate (safe PoC)

This runs a two-step request sequence similar to public exploit chains, but uses an in-band marker (echo) as a safe proof.

root@kitploit:~
python3 scripts/poc.py http://localhost:18081/

Cleanup

root@kitploit:~
docker compose down -v
Download Tool