SCA: security update for mindsdb (GHSA-4894-xqv6-vrfq)

high Tenable Self-Hosted Container Security Plugin ID 438012

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-27483)

Solution

Update the mindsdb library and its related packages to version 25.9.1.1 or later.

See Also

https://github.com/advisories/GHSA-4894-xqv6-vrfq

Plugin Details

Severity: High

ID: 438012

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 2/28/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.88

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 9

Temporal Score: 7

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:C/A:C

CVSS Score Source: CVE-2026-27483

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.9

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

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 2/24/2026

Vulnerability Publication Date: 2/24/2026

Reference Information

CVE: CVE-2026-27483

cwe: CWE-22