## https://sploitus.com/exploit?id=DC958CA4-550D-50ED-874F-B2F3B2CDA0D7
# Clearml-CVE-2024-24590
CVE-2024-24590 is a vulnerability that can be exploited when there is improper deserialization on the server side, in this case, Clearml.
When an attacker creates a malicious Pickle file, they can execute arbitrary code on the victim who deserializes the Pickle file, which can escalate to a reverse shell for remote command execution.
Don't forget to install clearml lib
```
python -m venv .g
source .g/bin/activate/
pip install clearml
```