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 — Exploit for CVE-2025-2304 | Camaleon CMS versions < 2.9.1 | Kitploit
Tools/GitHubGitHub/the8frust/cve-2025-2304
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubthe8frust/cve-2025-2304

CVE-2025-2304

Exploit for CVE-2025-2304 | Camaleon CMS versions < 2.9.1

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

Camaleon CMS < 2.9.1 – Privilege Escalation (Mass Assignment)

Description

This exploit targets Camaleon CMS versions < 2.9.1 and abuses a mass assignment vulnerability in the password update AJAX endpoint to escalate a low-privileged user to administrator.


Affected Versions

  • Camaleon CMS < 2.9.1

Vulnerability Type

  • Mass Assignment
  • Privilege Escalation

Requirements

  • Valid low-privileged user credentials
  • Python 3
  • Python modules:
    • requests
    • beautifulsoup4

Install dependencies:

pip install requests beautifulsoup4


Usage

root@kitploit:~
python3 exploit.py -t http://target.com -u <username> -p <password>

Arguments

  • -t, --target Base target URL
  • -u, --username Valid low-privileged username
  • -p, --password User password

Exploit Flow

  1. Retrieve login page and extract CSRF token
  2. Authenticate with provided credentials
  3. Access profile edit page
  4. Extract password update endpoint and CSRF token
  5. Send forged PATCH request including password[role]=admin
  6. Verify role escalation
  7. Output valid session cookies

Successful Exploitation

On success, the script:

  • Confirms authentication
  • Updates the password
  • Escalates the user role to admin
  • Prints reusable session cookies

Mitigation

  • Upgrade Camaleon CMS

Disclaimer

For educational and authorized security testing only. Unauthorized use is prohibited.

Download Tool