
Cloud Vulnerability DB
A community-led vulnerabilities database
A deserialization vulnerability (CVE-2024-37060) affects the MLflow platform versions 1.27.0 and newer. The vulnerability enables a maliciously crafted Recipe to execute arbitrary code on an end user's system when run (NVD, HiddenLayer).
The vulnerability exists within the recipes/cards/init.py file in the BaseCard class's static load method. The vulnerability occurs when the BaseCard.load() function deserializes untrusted data using pickle.load() without proper validation. The issue is tracked as CWE-502 (Deserialization of Untrusted Data) and has been assigned a CVSS v3.1 score of 8.8 (HIGH) with the vector string CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H (HiddenLayer).
When exploited, this vulnerability allows attackers to execute arbitrary code on the end user's system when a malicious Recipe is run. The high CVSS score indicates that successful exploitation can lead to complete compromise of the system's confidentiality, integrity, and availability (HiddenLayer).
An attacker can exploit this vulnerability by creating an MLProject Recipe containing a malicious pickle file (e.g., pickle.pkl) and a Python script that calls BaseCard.load(pickle.pkl). When the victim runs the project, the pickle file is deserialized, leading to the execution of arbitrary code on their machine (HiddenLayer).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."