CVE-2026-27483

MindsDB is a platform for building artificial intelligence from enterprise data. Prior to version 25.9.1.1, there is a path traversal vulnerability in Mindsdb's /api/files interface, which an authenticated attacker can exploit to achieve remote command execution. The vulnerability exists in the "Upload File" module, which corresponds to the API endpoint /api/files. Since the multipart file upload does not perform security checks on the uploaded file path, an attacker can perform path traversal by using `../` sequences in the filename field. The file write operation occurs before calling clear_filename and save_file, meaning there is no filtering of filenames or file types, allowing arbitrary content to be written to any path on the server. Version 25.9.1.1 patches the issue.
Configurations

Configuration 1 (hide)

cpe:2.3:a:mindsdb:mindsdb:*:*:*:*:*:*:*:*

History

No history.

Information

Published : 2026-02-24 15:21

Updated : 2026-02-26 15:35


NVD link : CVE-2026-27483

Mitre link : CVE-2026-27483

CVE.ORG link : CVE-2026-27483


JSON object : View

Products Affected

mindsdb

  • mindsdb
CWE
CWE-22

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')