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/1h3ll/cve-2025-50363_bxss_cve
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationPhishingPenetration Testing
GitHub1h3ll/cve-2025-50363_bxss_cve

CVE-2025-50363_BXSS_CVE

Proof-of-concept for a blind XSS vulnerability in Maid Hiring Management System v1.0, capturing admin session cookies via a crafted application form to escalate privileges.

View Repository
31 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

Project Name & Repo URL: Maid Hiring Management System using PHP and MySQL

Vulnerability Type: Privilege Escalation via Blind XSS

**Affected Version(s):**v1.0

💣Vulnerability Description: A Blind Cross-Site Scripting (XSS) vulnerability was discovered in the Maid Hiring Management System, which allows a regular user (such as a maid or employer) to escalate their privileges and potentially take control of an administrative account. image

👩‍💻Impact: Full admin account takeover, access to sensitive data, and system manipulation.

🛜Proof-of-Concept (PoC)

  1. There was mhms/maid-hiring.php, where a user can apply for job post.
  2. Fill out the form with a Blind XSS payload in Name Field and Submit the Form. 1
  3. When the admin view the application, the Blind XSS payload will get trigged. 3 4
  4. View the Response of the Blind XSS Payload, which contains admin Session-Cookie. 5 6
  5. Use the admin cookie to escalate the privilege. 8 9

Recommendation: Sanitize input, apply output encoding, and implement CSP.

Download Tool