CVE-2023-49795
Published: 11 December 2023
Summary
CVE-2023-49795 is a medium-severity SSRF (CWE-918) vulnerability in Mindsdb Mindsdb. Its CVSS base score is 6.5 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked in the top 41.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
This vulnerability is AI-related — categorised as Enterprise AI Assistants; in the Privacy and Disclosure risk domain; MITRE ATLAS techniques in scope: Discover AI Model Ontology (AML.T0013), Discover AI Model Family (AML.T0014), Obtain Capabilities (AML.T0016).
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-0149
Vulnerability details
MindsDB connects artificial intelligence models to real time data. Versions prior to 23.11.4.1 contain a server-side request forgery vulnerability in `file.py`. This can lead to limited information disclosure. Users should use MindsDB's `staging` branch or v23.11.4.1, which contain a fix…
more
for the issue.
- CWE(s)
AI Security AnalysisAI
- AI Category
- Enterprise AI Assistants
- Risk Domain
- Privacy and Disclosure
- OWASP Top 10 for LLMs 2025
- None mapped
- Classification Reason
- MindsDB is an enterprise platform that integrates AI/ML models with databases for real-time predictions and data querying, fitting the Enterprise AI Assistants category.
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SSRF vulnerability (CVE-2023-49795) in MindsDB's file.py enables exploitation of public-facing application (T1190), facilitating data from local system (T1005), file and directory discovery (T1083), and network service discovery (T1046) through forged server-side requests leading to limited information disclosure.
MITRE ATLAS TechniquesAI
MITRE ATLAS techniques
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing attempts server-side requests to internal resources, identifying SSRF weaknesses for remediation.
Outbound connections to external resources can be monitored and limited at the boundary, reducing SSRF impact.
Validates server-side URLs and resource references to block SSRF attempts.
Detects server-side request forgery through monitoring of unexpected outbound connections.