Vulnerabilities (CVE)

Filtered by vendor Mindsdb Subscribe
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2023-49795 1 Mindsdb 1 Mindsdb 2023-12-14 N/A 5.3 MEDIUM
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 for the issue.
CVE-2023-49796 1 Mindsdb 1 Mindsdb 2023-12-14 N/A 5.3 MEDIUM
MindsDB connects artificial intelligence models to real time data. Versions prior to 23.11.4.1 contain a limited file write vulnerability in `file.py` Users should use MindsDB's `staging` branch or v23.11.4.1, which contain a fix for the issue.
CVE-2023-38699 1 Mindsdb 1 Mindsdb 2023-08-10 N/A 6.5 MEDIUM
MindsDB's AI Virtual Database allows developers to connect any AI/ML model to any datasource. Prior to version 23.7.4.0, a call to requests with `verify=False` disables SSL certificate checks. This rule enforces always verifying SSL certificates for methods in the Requests library. In version 23.7.4.0, certificates are validated by default, which is the desired behavior.