CVE-2025-68472 HIGH

CVE-2025-68472: MindsDB has improper sanitation of filepath that leads to information disclosure and DOS

Vendor Mindsdb
Product mindsdb
Weakness CWE-22 · Path traversal
Published January 12, 2026
Last update February 20, 2026

CVSS base score

8.1/10
Attack vector Adjacent
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity High

CVSS vector

CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

January 12, 2026 CVE published
February 20, 2026 Record updated