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-2024-45427-Exploit — PoC for PhpSpreadsheet XSS | Kitploit
Tools/GitHubGitHub/mhamdy24/cve-2024-45427-exploit
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubmhamdy24/cve-2024-45427-exploit

CVE-2024-45427-Exploit

PoC for PhpSpreadsheet XSS

View Repository
17 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-2024-45427 Exploit Generator

This script generates a malicious Excel (.xlsx) file to exploit CVE-2024-45427 in PhpSpreadsheet library (v3.7.0).

It injects an XSS payload into the sheet name by manipulating the raw XML, bypassing standard library validation checks.

Usage

  1. Edit exploit.py and set your MY_IP and PORT.
  2. Run the script:
    root@kitploit:~
    python3 exploit.py
    
  3. Start a listener:
    root@kitploit:~
    python3 -m http.server 8000
    
  4. Upload assignment_exploit.xlsx to the target.

Disclaimer

For educational use and authorized testing only.

Download Tool