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-29018 — Proof-of-concept for a stored XSS vulnerability in Code Astro Internet Banking System 2.0.0, demonstrating exploitation via the name parameter in pages_add_acc_type.php. | Kitploit
Tools/GitHubGitHub/b1tm4r/cve-2025-29018
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubb1tm4r/cve-2025-29018

CVE-2025-29018

Proof-of-concept for a stored XSS vulnerability in Code Astro Internet Banking System 2.0.0, demonstrating exploitation via the name parameter in pages_add_acc_type.php.

View Repository
11 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-29018 - Internet Banking System 2.0.0 Stored XSS in pages_add_acc_type.php

Description

A Stored Cross-Site Scripting (XSS) vulnerability exists in Code Astro Internet Banking System 2.0.0 due to unsanitized input in the name parameter in pages_add_acc_type.php. Attackers can store malicious JavaScript that executes whenever the page is loaded.

Affected Component

  • name parameter in pages_add_acc_type.php
  • JavaScript executes on admin panel view

Exploitation Steps

  1. Navigate to "Add Acc Type".


  1. Enter the following payload in the Account Category Name (name parameter) field and submit the form:
root@kitploit:~
   b1tm4rxss<script>alert("b1tm4r XSS");</script>






  1. When an admin or user visits the Manage Acc Types menu, payload will trigger.


Impact

  • Session Hijacking
  • Credential Theft
  • Account Takeover

Mitigation

  • Implement HTML entity encoding for user input.
  • Use CSP to prevent inline script execution.
  • Validate and sanitize all input fields.

References

  • CWE-79: Improper Neutralization of Input
Download Tool