Cyber Resilience

CVE-2026-2531

SSRF in Mindsdb ≤ 25.14.1

Public PoCSSRF
Published
16 February 2026
Modified
19 February 2026
Patch / advisory
CVSS Score v4 5.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0023 13th percentile
Risk Priority 31 floored blend · peak EPSS

Summary

CVE-2026-2531 is a medium-severity SSRF (CWE-918) vulnerability in Mindsdb Mindsdb. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AC-4 (Information Flow Enforcement) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-2531 is a server-side request forgery (SSRF) vulnerability, classified under CWE-918, affecting MindsDB versions up to 25.14.1. The issue resides in the clear_filename function within the file mindsdb/utilities/security.py, part of the File Upload component. It carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L), indicating medium severity with network accessibility, low attack complexity, and requirements for low privileges.

The vulnerability can be exploited remotely by authenticated users with low privileges, enabling SSRF attacks through manipulation of the affected function. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially permitting attackers to forge requests to internal or external resources from the server context.

Advisories recommend applying the patch via commit 74d6f0fd4b630218519a700fbee1c05c7fd4b1ed, available in the MindsDB GitHub repository. Related discussions and the fix are documented in GitHub issue #12163 and pull request #12213.

The exploit has been publicly disclosed, increasing the risk of active exploitation. MindsDB, an open-source platform for integrating AI and machine learning into databases, makes this vulnerability particularly relevant for organizations deploying ML workflows.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A security vulnerability has been detected in MindsDB up to 25.14.1. This vulnerability affects the function clear_filename of the file mindsdb/utilities/security.py of the component File Upload. Such manipulation leads to server-side request forgery. The attack may be performed from remote.…

more

The exploit has been disclosed publicly and may be used. The name of the patch is 74d6f0fd4b630218519a700fbee1c05c7fd4b1ed. It is best practice to apply a patch to resolve this issue.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-24759Same product: Mindsdb Mindsdb
CVE-2023-49795Same product: Mindsdb Mindsdb
CVE-2023-50731Same product: Mindsdb Mindsdb
CVE-2023-30620Same product: Mindsdb Mindsdb
CVE-2026-27483Same product: Mindsdb Mindsdb
CVE-2024-3575Same product: Mindsdb Mindsdb
CVE-2025-68472Same product: Mindsdb Mindsdb
CVE-2024-45854Same product: Mindsdb Mindsdb
CVE-2024-45852Same product: Mindsdb Mindsdb
CVE-2024-45855Same product: Mindsdb Mindsdb

Affected Assets

mindsdb
mindsdb
≤ 25.14.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.3.6
  • V1.5.3
  • V5.3.2
  • V10.4.7

Mitigating Controls (NIST 800-53 r5) AI

Information flow enforcement can restrict which destinations the server is allowed to contact on behalf of users.

Input validation directly stops untrusted URLs from being accepted and fetched without destination checks.

Boundary protection limits the network reach of server-initiated requests even if SSRF occurs.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure development practices directly include input validation and destination allow-listing that prevent SSRF.

DE.CM-09 partial match
prevents

Runtime monitoring of web applications and services can detect anomalous outbound requests indicative of SSRF.

ID.RA-01 partial match
prevents

Vulnerability identification processes can discover and record SSRF flaws in web applications.

PR.IR-01 partial match
prevents

Network segmentation and egress controls can limit the damage from successful SSRF requests.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Operational threat data describing SSRF campaigns can be used to tighten outbound-request allow-lists and detection rules before attackers exploit them.

References