CVE-2026-86173
7.5MindsDB · MindsDB
MindsDB through 26.1.0 contains an unauthenticated server-side request forgery (SSRF) vulnerability in the web crawler handler that allows attackers to fetch arbitrary internal or external URLs.
Executive summary
A critical server-side request forgery vulnerability in MindsDB allows unauthenticated remote attackers to access internal services and cloud metadata endpoints.
Vulnerability
The vulnerability exists within the CrawlerTable.list function of the web crawler handler. By exploiting a default empty configuration for allowed sites, an unauthenticated attacker can bypass allowlist controls to force the application to make arbitrary HTTP requests.
Business impact
The ability to perform SSRF poses a significant risk to organizational security, as it allows attackers to bypass network perimeters to interact with internal-only services or cloud provider metadata APIs. Successful exploitation could lead to the exposure of sensitive internal data, credential theft from cloud instances, or further lateral movement within the network. With a CVSS score of 7.5, this high-severity flaw requires immediate attention to prevent unauthorized access to restricted infrastructure.
Remediation
Immediate Action: Restrict access to the MindsDB web crawler interface via network-level controls or authentication proxies until a vendor-supplied patch is applied.
Proactive Monitoring: Review application and server access logs for anomalous requests to internal IP addresses or cloud metadata service endpoints (e.g., 169.254.169.254) originating from the MindsDB service.
Compensating Controls: Implement Web Application Firewall (WAF) rules to inspect and block requests containing suspicious URL parameters directed at internal network segments.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the potential for unauthorized access to internal resources and cloud environments, this vulnerability should be treated as a priority. Administrators must monitor vendor channels for the release of a security update and apply it immediately upon availability. In the interim, isolating the affected component from external network access is strongly advised to mitigate the risk of exploitation.
More MindsDB CVEs
Sources
Originally found and disclosed by George Chen, per the CVE Program record.
- GitHub Issue #12480 Issue tracker
- CrawlerTable.list allowlist guard Technical analysis
- web_crawling_allowed_sites default Technical analysis
- github.com
- VulnCheck Advisory: MindsDB through 26.1.0 Unauthenticated SSRF via Web Crawler Third-party advisory