MindsDB can be made to not verify SSL certificates
Critical9.1CVE-2023-38699 · Published Aug 1, 2023 · updated Feb 13, 2025
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| mindsdb PyPI | < 23.7.4.0 | 23.7.4.0 |
Details and references
### Summary 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 Encryption in general is typically critical to the security of many applications. Using TLS can significantly increase security by guaranteeing the identity of the party you are communicating with. This is accomplished by one or both parties presenting trusted certificates during the connection initialization phase of TLS. It is important to note that modules such as httplib within the Python standard library did not verify certificate chains until it was fixed in 2.7.9 release. ### Details Severity: Critical
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-311
- Also known as
- CVE-2023-38699, PYSEC-2023-140
- github.com/mindsdb/mindsdb/security/advisories/GHSA-8hx6-qv6f-xgcw
- nvd.nist.gov/vuln/detail/CVE-2023-38699
- github.com/mindsdb/mindsdb/commit/083afcf6567cf51aa7d89ea892fd97689919053b
- github.com/mindsdb/mindsdb
- github.com/mindsdb/mindsdb/releases/tag/v23.7.4.0
- github.com/pypa/advisory-database/tree/main/vulns/mindsdb/PYSEC-2023-140.yaml
More MindsDB advisories
All MindsDB| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Mar 302023 | mindsdb arbitrary file write when extracting a remotely retrieved Tarball CVE-2023-30620High7.5fixed in 23.2.1.0 | High7.5 | 23.2.1.0 |
| Mar 302023 | Arbitrary file write in mindsdb when Extracting Tarballs retrieved from a remote location CVE-2022-23522Medium8.5fixed in 22.11.4.3 | Medium8.5 | 22.11.4.3 |
| Dec 122023 | Server-Side Request Forgery in mindsdb CVE-2023-49795Medium6.5fixed in 23.11.4.1 | Medium6.5 | 23.11.4.1 |
| Dec 122023 | Improper Input Validation in mindsdb CVE-2023-49796Medium5.3fixed in 23.11.4.1 | Medium5.3 | 23.11.4.1 |
| Dec 152023 | GitHub Security Lab (GHSL) Vulnerability Report: Arbitary write GHSL-2023-182 CVE-2023-50731High9.1fixed in 23.11.4.1 | High9.1 | 23.11.4.1 |
| Apr 162024 | Cross-site Scripting (XSS) in mindsdb/mindsdb CVE-2024-3575Medium5.8no fix yet | Medium5.8 | No fix yet |