CVE-2026-86173
Received Received - Intake

MindsDB Server-Side Request Forgery in Web Crawler

Vulnerability report for CVE-2026-86173, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-05

Last updated on: 2026-09-05

Assigner: VulnCheck

Description

MindsDB through 26.1.0 contains a server-side request forgery vulnerability in the web crawler handler that allows unauthenticated attackers to fetch arbitrary URLs by supplying caller-controlled URLs to CrawlerTable.list. Attackers can bypass the allowlist control by exploiting the default empty configuration and access internal services and cloud metadata endpoints without authentication.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-05
Last Modified
2026-09-05
Generated
2026-09-05
AI Q&A
2026-09-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
mindsdb mindsdb 26.1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a server-side request forgery (SSRF) in MindsDB through version 26.1.0. It allows unauthenticated attackers to make arbitrary HTTP requests by exploiting the web crawler handler. The issue occurs in the CrawlerTable.list function where attackers supply controlled URLs to bypass the default empty allowlist. This enables access to internal services and cloud metadata endpoints without authentication.

Detection Guidance

To detect this vulnerability, monitor network traffic for unauthorized outbound requests from the MindsDB service, particularly to internal or cloud metadata endpoints. Check logs for CrawlerTable.list function calls with external URLs. Use tools like curl to test if the web crawler handler accepts arbitrary URLs without validation.

Impact Analysis

This vulnerability allows attackers to access internal services and cloud metadata endpoints without authentication. They can bypass security controls to fetch sensitive data or interact with internal systems. The impact includes potential data breaches, unauthorized access to internal resources, and compromise of cloud infrastructure.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR and HIPAA requirements for data protection and access controls. Non-compliance may result in legal penalties, fines, and reputational damage due to exposure of personal or health information.

Mitigation Strategies

Immediately upgrade MindsDB to a patched version beyond 26.1.0. If upgrading is not possible, disable the web crawler handler or restrict the allowlist to trusted domains. Implement network-level controls to block outbound requests from the MindsDB service to internal or cloud metadata endpoints.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-86173. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart