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-2023-32749-PoC — Exploit for CVE-2023-32749 affecting Pydio Cells 4.1.2 and earlier | Kitploit
Tools/GitHubGitHub/alaeddine03/cve-2023-32749-poc
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubalaeddine03/cve-2023-32749-poc

CVE-2023-32749-PoC

Exploit for CVE-2023-32749 affecting Pydio Cells 4.1.2 and earlier

View Repository
15 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-2023-32749 | Pydio Cells Unauthorised Role Assignment

Exploit for CVE-2023-32749 affecting Pydio Cells 4.1.2 and earlier. A low-privileged authenticated user can create a new external user with all roles assigned, granting access to all cells and non-personal workspaces across the instance.

Affected Versions

  • Pydio Cells 4.1.2 and earlier
  • Fixed in 4.2.0, 4.1.3, 3.0.12

Requirements

root@kitploit:~
pip install requests

Usage

Grab a Bearer token from an authenticated session (DevTools > Network > any /a/ request > Authorization header), then run:

root@kitploit:~
python3 pydio_privesc.py <url> <token> <new_username> <new_password>

Example:

root@kitploit:~
python3 pydio_privesc.py https://cells.example.com "token_here" pwned Pwned123!

Log into the Pydio web UI with the newly created account to access all shared cells and workspaces.

Disclaimer

This tool is intended for authorised penetration testing and educational purposes only. Do not use against systems you do not have explicit permission to test.

Download Tool