VDB
Sign up

MAL-2026-10779

Malicious code in mlflow-ui (PyPI)

Details

--- _-= Per source details. Do not edit below this line.=-_

## Source: amazon-inspector (b7192c53fc1e0b62e2c373a8a6beabfeb3777cae3aacfe23ca374eab1c2839a7) The package impersonates the MLflow project (author 'MLflow Community' <community@mlflow.org>, homepage https://github.com/mlflow/mlflow) but provides no MLflow UI functionality. Both setup.py (install time) and mlflow_ui/__init__.py (import time) execute payload_core.py, which collects hostname, platform, the full process environment (dict(os.environ)), /etc/hosts, /etc/resolv.conf, /proc/self/cgroup, /proc/1/cmdline, directory listings of /, /app, /opt, /srv, /home, /tmp, and the output of `id`, `ps aux`, and `ip addr`, along with internal-network probe results. The data is base64-encoded and POSTed to https://webhook.site/9510ba0a-29f7-4ce6-afe7-632c92cf0f41/piprecon over TLS with verification disabled (ssl._create_unverified_context()). The same module fetches a second-stage Python payload from https://webhook.site/a9f5802b-c77e-4226-99dd-bc89d7dc8cca/s2.py and passes the bytes to compile()+exec() with subprocess and os bound in globals, yielding arbitrary remote code execution on the installer's host at both install and import time. Bulk environment scraping captures AWS_*, GH_TOKEN, npm/PyPI tokens, database URLs, and any other CI/build secrets present.

## Source: kam193 (6cab767f1b4b6a2317a51983e7c8e45d6c16b50852e652f4a1e2a485ca0ab336) During installation, the package first collects local information, environment variables, and probes connections to typically expected services like databanks. Results are exfiltrated and then, the next stage code is downloaded and executed. It then continues exfiltrating data by looking for credentials to databases, exfiltrating SQLite databases and bruteforcing&exfiltrating other databases reachable from the running environment.

This package was created by Anthropic's AI agent during an internal experiment in a wrongly configured test environment.

---

Category: MALICIOUS - The campaign has clearly malicious intent, like infostealers.

Campaign: 2026-07-mlflow-ui

Reasons (based on the campaign):

- files-exfiltration

- exfiltration-env-variables

- dependency-confusion

- Downloads and executes a remote malicious script.

- exfiltration-credentials

- network-scan

- exfiltration-cloud-tokens

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI/mlflow-ui

No fixed version published yet for mlflow-ui (pip). Pin to a known-safe version or switch to an alternative.

References