CVE-2026-86173 Details
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.
A server-side request forgery (SSRF) vulnerability has been identified in MindsDB versions through 26.1.0, specifically within the web crawler handler. This vulnerability allows unauthenticated attackers to fetch arbitrary URLs by supplying caller-controlled URLs to the 'CrawlerTable.list' method. The default empty configuration leaves the allowlist control ineffective, enabling access to internal services and cloud metadata endpoints without authentication. The vulnerability arises because the web crawler can be reached via the unauthenticated HTTP API, which binds to all interfaces in Docker by default.
To address this vulnerability, MindsDB should implement checks in the 'CrawlerTable.list' method to reject URLs that resolve to loopback, link-local, private, or reserved IP ranges. Additionally, the default allowlist should be set to a non-empty, safe configuration.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 5, 2026CISA-ADP
Assessed Sep 8, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/mindsdb/mindshub | [email protected] | Vendor |
| https://github.com/mindsdb/mindshub/blob/v26.1.0/mindsdb/integrations/handlers/web_handler/web_handler.py#L50-L65 | [email protected] | Source CodeVendor |
| https://github.com/mindsdb/mindshub/blob/v26.1.0/mindsdb/utilities/config.py#L273 | [email protected] | Source CodeVendor |
| https://github.com/mindsdb/mindshub/issues/12480 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://www.vulncheck.com/advisories/mindsdb-through-26.1.0-unauthenticated-ssrf-via-web-crawler | [email protected] | Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| MindsDB | <= 26.1.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 8, 2026 | CVE Modified | CISA-ADP |
| Sep 5, 2026 | New CVE Received | [email protected] |
Volerion