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 — Proof-of-concept exploit for CVE-2025-2304, a privilege escalation vulnerability in Camaleon CMS 2.9.0 via mass assignment on the password change endpoint, allowing authenticated users to escalate to administrator. | Kitploit
Tools/GitHubGitHub/askiesec/cve-2025-2304-poc
Privilege EscalationPayload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubaskiesec/cve-2025-2304-poc

CVE-2025-2304-POC

Proof-of-concept exploit for CVE-2025-2304, a privilege escalation vulnerability in Camaleon CMS 2.9.0 via mass assignment on the password change endpoint, allowing authenticated users to escalate to administrator.

View Repository
23 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-POC

PoC for CVE-2025-2304 — Camaleon CMS 2.9.0 privilege escalation via mass assignment on the password change endpoint.

Vulnerability

The /admin/users/:id/updated_ajax endpoint does not filter the role parameter before passing it to the model update, allowing any authenticated user to escalate to administrator.

Usage

root@kitploit:~
python3 CVE-2025-2304-POC.py -u http://target.htb --username bob --password bob123 --user-id 5

Options

FlagDescription
-uTarget base URL
--usernameLow-privileged username
--passwordCurrent password
--new-passwordNew password after change (optional, defaults to current)
--user-idTarget user ID

Requirements

root@kitploit:~
pip install requests

Tested On

  • Camaleon CMS 2.9.0

References

  • https://www.cve.org/CVERecord?id=CVE-2025-2304
Download Tool