VECTOR WIREAI INTELLIGENCE
NVDA$1,847+3.2%MSFT$512+1.1%GOOGL$199-0.4%META$728+2.7%AMD$184-1.2%TSM$212+0.6%PLTR$98+4.1%AI IDX4,821+1.9%
PKT
SEEDRefresh Models Deals Regulatory Sources

MLflow Patches Auth Bypass in LogInputs Endpoint (CVE-2026-69146)

CVE-2026-69146 discloses an authorization bypass in MLflow's basic-auth plugin allowing authenticated users to write dataset records to any run. Patched…

Vector Wire — AI-assisted editorial illustration

A medium-severity vulnerability in MLflow's built-in basic-auth plugin allows any authenticated user to inject arbitrary dataset records into another user's run via the LogInputs endpoint, according to a GitHub security advisory1. Tracked as CVE-2026-69146, the flaw exists because the LogInputs proto handler is absent from the BEFORE_REQUEST_HANDLERS map, causing the before-request authorization hook to skip validation entirely. Standard write endpoints such as log-metric correctly return HTTP 403. The vulnerability affects MLflow versions below 3.15.0 and is patched in version 3.15.0.