CVE-2025-68472

HIGH

Mindsdb < 25.11.1 - Path Traversal

Title source: rule

Description

MindsDB is a platform for building artificial intelligence from enterprise data. Prior to version 25.11.1, an unauthenticated path traversal in the file upload API lets any caller read arbitrary files from the server filesystem and move them into MindsDB’s storage, exposing sensitive data. The PUT handler in file.py directly joins user-controlled data into a filesystem path when the request body is JSON and source_type is not "url". Only multipart uploads and URL-sourced uploads receive sanitization; JSON uploads lack any call to clear_filename or equivalent checks. This vulnerability is fixed in 25.11.1.

Exploits (1)

nomisec WORKING POC
by ExploreUnknowed · poc
https://github.com/ExploreUnknowed/CVE-2025-68472

Scores

CVSS v3 8.1
EPSS 0.0040
EPSS Percentile 61.0%
Attack Vector ADJACENT_NETWORK
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

Details

CWE
CWE-22 CWE-23 CWE-36
Status published
Products (2)
mindsdb/mindsdb < 25.11.1
pypi/MindsDB 0 - 25.11.1PyPI
Published Jan 12, 2026
Tracked Since Feb 18, 2026