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 mass assignment vulnerability in Camaleon CMS < 2.9.1 allowing authenticated privilege escalation to admin via crafted password change request. | Kitploit
Tools/GitHubGitHub/whiteov3rflow/cve-2025-2304-poc
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubwhiteov3rflow/cve-2025-2304-poc

CVE-2025-2304-POC

Proof-of-concept exploit for CVE-2025-2304, a mass assignment vulnerability in Camaleon CMS < 2.9.1 allowing authenticated privilege escalation to admin via crafted password change request.

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

Privilege Escalation in Camaleon CMS < 2.9.1

Description

Mass assignment vulnerability in the updated_ajax method allows authenticated users to escalate privileges to admin by injecting password[role]=admin parameter during password change.

Usage

root@kitploit:~
python3 exploit.py <url> <username> <password>

Example

root@kitploit:~
python3 exploit.py http://target.com attacker attacker

After successful exploitation, logout and login again to gain admin privileges. image

References

  • https://nvd.nist.gov/vuln/detail/CVE-2025-2304
  • https://www.tenable.com/security/research/tra-2025-09
  • https://github.com/owen2345/camaleon-cms/pull/1109
Download Tool