Cyber Resilience

CVE-2026-4137

Lfprojects Mlflow ≤ 3.11.0

Public PoC
Published
18 May 2026
Modified
24 July 2026
Patch / advisory
CVSS Score v3.1 7.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0019 9th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-4137 is a high-severity Creation of Temporary File With Insecure Permissions (CWE-378) vulnerability in Lfprojects Mlflow. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

This vulnerability is AI-related — categorised as Other Platforms; in the Supply Chain and Deployment risk domain.

The strongest mitigations our analysis identified map to AC-6 (Least Privilege) and SC-4 (Information in Shared System Resources) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

In mlflow/mlflow versions prior to 3.11.0, the `get_or_create_nfs_tmp_dir()` function in `mlflow/utils/file_utils.py` creates temporary directories with world-writable permissions (0o777), and the `_create_model_downloading_tmp_dir()` function in `mlflow/pyfunc/__init__.py` creates directories with group-writable permissions (0o770). These insecure permissions allow local attackers to tamper with model…

more

artifacts, such as cloudpickle-serialized Python objects, and achieve arbitrary code execution when the tampered artifacts are deserialized via `cloudpickle.load()`. This vulnerability is particularly critical in environments with shared NFS mounts, such as Databricks, where NFS is enabled by default. The issue is a continuation of the vulnerability class addressed in CVE-2025-10279, which was only partially fixed.

CWE(s)

AI Security AnalysisAI

AI Category
Other Platforms
Risk Domain
Supply Chain and Deployment
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: mlflow

Related Threats

MITRE ATT&CK Enterprise Techniques

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-10279Same product: Lfprojects Mlflow
CVE-2026-33866Same product: Lfprojects Mlflow
CVE-2026-2651Same product: Lfprojects Mlflow
CVE-2025-15379Same product: Lfprojects Mlflow
CVE-2025-15381Same product: Lfprojects Mlflow
CVE-2026-3198Same product: Lfprojects Mlflow
CVE-2026-2734Same product: Lfprojects Mlflow
CVE-2024-6838Same product: Lfprojects Mlflow
CVE-2025-14279Same product: Lfprojects Mlflow
CVE-2026-2614Same product: Lfprojects Mlflow

Affected Assets

lfprojects
mlflow
≤ 3.11.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

AC-6 limits privileges granted to processes creating or accessing temporary files, reducing blast radius of insecure permissions.

SC-4 directly stops unauthorized information transfer through shared resources such as temporary files created with weak permissions.

AC-3 enforces access authorizations on system resources including files, structurally stopping insecure temporary file permissions from being exploitable.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper temporary-file creation and permission handling.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure coding standards directly prohibit insecure temporary file creation and permissions.

finds

Security testing can detect insecure temporary files but does not prevent their creation.

prevents

Secure SDLC mandates secure handling of temporary files and permissions.

prevents

Application security requirements include secure creation and permissioning of temporary files.

prevents

Secure architecture principles require least-privilege file creation and access controls.

prevents

Information access restriction can limit exposure but does not address file creation itself.

References