Skip to content

xcr-19/CVE-2023-32749

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

PoC for CVE-2023-32749

This is a quick and dirty PoC I wrote for CVE-2023-32749 for Pydio Cells. The scripts creates a new user account with the all the roles available when provided with a valid credential.

All credits goes to the original researchers.

Installation

The only requirements is the requests package from python to make the web requests. If it is not installed on your system then it can be done with

pip3 install -r requirements.txt

Usage

exploit.py [-h] -u USER -p PASSWORD -l URL

PoC for PyDio Cells - CVE-2023-32749

options:
  -h, --help            show this help message and exit
  -u USER, --user USER
  -p PASSWORD, --password PASSWORD
  -l URL, --url URL

References

Again all credits goes to the original PoC at RedTeam Pentesting GmbH

Disclamer

The usage of this script is at the user's own risk. The author shall not be held responsible for any damages or misuse of this script. It is the user's responsibility to ensure that the script is used in compliance with all applicable laws and regulations.

About

PoC for CVE-2023-32749 affecting Pydio Cells

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages