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 — A critical mass assignment vulnerability in Camaleon CMS (< 2.9.1) allows authenticated low-privileged users to elevate their privileges to administrator. The flaw exists in the `updated_ajax` | Kitploit
Tools/GitHubGitHub/0xk4rth1/cve-2025-2304
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHub0xk4rth1/cve-2025-2304

CVE-2025-2304

A critical mass assignment vulnerability in Camaleon CMS (< 2.9.1) allows authenticated low-privileged users to elevate their privileges to administrator. The flaw exists in the `updated_ajax`

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

Camaleon CMS (>v2.9.1) - Mass Assignment leads to Privilege Escalation Exploit Tool - PoC

Description

This project is a Python-based exploitation proof of concept tool that demonstrates and analyzes a privilege escalation vulnerability affecting >v2.9.1 of Camaleon CMS. The script automates the process of authenticating to a target instance, retrieving application state information, and validating whether a vulnerable code path is present.

Requirements

root@kitploit:~
pip install requests beautifulsoup4

Usage

root@kitploit:~
python exploit.py --target <host> --port <port> -u <username> -p <password>

Example

root@kitploit:~
python exploit.py --target example.com --port 80 -u testuser -p Password123

Arguments

Help Menu

root@kitploit:~
usage: exploit.py [-h] --target TARGET --port PORT -u U -p P

CVE-2025-2304 - Camaleon CMS >2.9.1 Privilege Escalation by Mass Assignment
Exploit Tool - PoC

options:
  -h, --help         show this help message and exit
  --target TARGET    Enter the target domain or ip.
                     Ex: -t example.com
  --port PORT        Enter target port
  -u U               Enter Camaleon CMS Username
  -p P               Enter Camaleon CMS Password

Project Structure

project/ ├── exploit.py └── README.md

Dependencies

  • requests
  • beautifulsoup4 (bs4)
  • argparse
  • urllib.parse

Disclaimer

This project is provided for security research and educational purposes. Users are responsible for ensuring compliance with all applicable laws and authorization requirements before use.

Download Tool
ArgumentRequiredDescription
--targetYesTarget domain or IP address (e.g. example.com)
--portYesTarget service port. Default: 80
-uYesCamaleon CMS username
-pYesCamaleon CMS password