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-29276 — POC | Kitploit
Tools/GitHubGitHub/0xbl4nk/cve-2025-29276
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHub0xbl4nk/cve-2025-29276

CVE-2025-29276

POC

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-29276

Proof of Concept (PoC): In the Diagnostics tab, access the Ping tool and, in the Host Address field, insert the following XSS payload:

root@kitploit:~
<script>alert(1)</script>

Description: Submitting the payload directly in the Host Address field triggers a Reflected Cross-Site Scripting (XSS) vulnerability, as the input is returned unsanitized in the server’s response and executed in the browser.

Example steps to reproduce:

  1. Log in to the router's administration page.
  2. Navigate to Diagnostics → Ping.
  3. In the Host Address field, enter the XSS payload.
  4. Submit the request to trigger the payload execution in the response.

Evidence: The following images demonstrate the injection process and the payload execution in the affected page.

image

Download Tool