7.7 CVE-2026-4035

Enriched by CISA Patch Exploit
 

A vulnerability in mlflow/mlflow versions prior to 3.11.0 allows for the resolution of environment variables in AI Gateway secrets, which can be exploited to exfiltrate sensitive server-side environment credentials to an attacker-controlled endpoint. This issue arises because the `api_key` field in gateway secrets can accept `$ENV_VAR` references, which are resolved against the MLflow server's environment during runtime. The resolved secrets are then sent in provider authentication headers to the configured upstream `api_base`. This vulnerability can be exploited by low-privileged authenticated users in basic-auth deployments or by unauthenticated users in default deployments without `basic-auth`. The impact includes potential leakage of sensitive credentials such as cloud artifact credentials (`AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`), which could lead to artifact poisoning and cross-boundary code execution in downstream environments. The issue is fixed in version 3.11.0.
https://nvd.nist.gov/vuln/detail/CVE-2026-4035

Categories

CWE-201 : Insertion of Sensitive Information Into Sent Data
The code transmits data to another actor, but a portion of the data includes sensitive information that should not be accessible to that actor. Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without having to execute it. Typically, this is done by building a model of data flow and control flow, then searching for potentially-vulnerable patterns that connect "sources" (origins of input) with "sinks" (destinations where the data interacts with external components, a lower layer such as the OS, etc.) Specify which data in the software should be regarded as sensitive. Consider which types of users should have access to which types of data. Ensure that any possibly sensitive data specified in the requirements is verified with designers to ensure that it is either a calculated risk or mitigated elsewhere. Any information that is not necessary to the functionality should be removed in order to lower both the overhead and the possibility of security sensitive data being sent. Setup default error messages so that unexpected errors do not disclose sensitive information. collaboration platform does not honor a "show email address" setting for a response by an API endpoint RPC server for a VPN product returns an object that contains heap addresses Collaboration platform does not clear team emails in a response, allowing leak of email addresses

References

134c704f-9b21-4f2e-91b3-4a467353bcc0 Exploit

security@huntr.dev Patch Exploit


 

AFFECTED (from MITRE)


Vendor Product Versions
mlflow mlflow/mlflow
  • unspecified < 3.11.0 [affected]
© 2022 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

CPE

cpe start end
Configuration 1
cpe:2.3:a:lfprojects:mlflow:*:*:*:*:*:*:*:* < 3.11.0


REMEDIATION


Patch

Url
https://github.com/mlflow/mlflow/commit/4a3f2f720cb4f058c9e0c5b883e0acc9ab64a7f3


EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
https://huntr.com/bounties/f8e591a0-0f19-4910-b82e-16c9956f2233
https://huntr.com/bounties/f8e591a0-0f19-4910-b82e-16c9956f2233


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
12 Choosing Message Identifier
High
217 Exploiting Incorrectly Configured SSL/TLS
612 WiFi MAC Address Tracking
Low
613 WiFi SSID Tracking
Low
618 Cellular Broadcast Message Request
Low
619 Signal Strength Tracking
Low
621 Analysis of Packet Timing and Sizes
Low
622 Electromagnetic Side-Channel Attack
Low
623 Compromising Emanations Attack
Low