OS Command Injection in MLflow - CVE-2023-4033

 

OS Command Injection in MLflow - CVE-2023-4033

Published: December 6, 2023


Vulnerability identifier: #VU83926
CSH Severity: Low
CVSSv4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2023-4033
CWE-ID: CWE-78
Exploitation vector: Local access
Exploit availability: No public exploit available
Vulnerable software:
MLflow
Software vendor:
MLflow

Description

The vulnerability allows a local user to execute arbitrary shell commands on the target system.

The vulnerability exists due to improper input validation within the mlflow models predict and mlflow models serve actions. A local user can pass specially crafted arguments to the application and execute arbitrary OS commands on the target system.



Remediation

Install updates from vendor's website.

External links