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