Lookup for vulnerable packages by Package URL.

Purlpkg:pypi/mindsdb@22.12.4.3
Typepypi
Namespace
Namemindsdb
Version22.12.4.3
Qualifiers
Subpath
Is_vulnerabletrue
Next_non_vulnerable_version26.0.0rc1
Latest_non_vulnerable_version26.0.0rc1
Affected_by_vulnerabilities
0
url VCID-jzag-uvvs-3fca
vulnerability_id VCID-jzag-uvvs-3fca
summary MindsDB is a platform for building artificial intelligence from enterprise data. Prior to version 23.12.4.2, a threat actor can bypass the server-side request forgery protection on the whole website with DNS Rebinding. The vulnerability can also lead to denial of service. Version 23.12.4.2 contains a patch.
references
0
reference_url https://github.com/mindsdb/mindsdb/commit/5f7496481bd3db1d06a2d2e62c0dce960a1fe12b
reference_id
reference_type
scores
0
value 9.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
url https://github.com/mindsdb/mindsdb/commit/5f7496481bd3db1d06a2d2e62c0dce960a1fe12b
1
reference_url https://github.com/mindsdb/mindsdb/security/advisories/GHSA-4jcv-vp96-94xr
reference_id
reference_type
scores
0
value 9.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
url https://github.com/mindsdb/mindsdb/security/advisories/GHSA-4jcv-vp96-94xr
fixed_packages
0
url pkg:pypi/mindsdb@23.12.4.2
purl pkg:pypi/mindsdb@23.12.4.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-ba2s-8e42-7ucs
1
vulnerability VCID-d1sm-yyqm-fug8
2
vulnerability VCID-fjec-rvym-t3f1
3
vulnerability VCID-k6m1-mehq-pbez
4
vulnerability VCID-kttw-x13y-b3fj
5
vulnerability VCID-stp6-86fa-cubn
6
vulnerability VCID-uab9-6bgh-efct
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/mindsdb@23.12.4.2
aliases CVE-2024-24759, GHSA-4jcv-vp96-94xr, PYSEC-2024-74
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-jzag-uvvs-3fca
1
url VCID-pcv6-h5w9-ybe2
vulnerability_id VCID-pcv6-h5w9-ybe2
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.
references
0
reference_url https://github.com/mindsdb/mindsdb/commit/083afcf6567cf51aa7d89ea892fd97689919053b
reference_id
reference_type
scores
0
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
url https://github.com/mindsdb/mindsdb/commit/083afcf6567cf51aa7d89ea892fd97689919053b
1
reference_url https://github.com/mindsdb/mindsdb/releases/tag/v23.7.4.0
reference_id
reference_type
scores
0
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
url https://github.com/mindsdb/mindsdb/releases/tag/v23.7.4.0
2
reference_url https://github.com/mindsdb/mindsdb/security/advisories/GHSA-8hx6-qv6f-xgcw
reference_id
reference_type
scores
0
value 6.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
url https://github.com/mindsdb/mindsdb/security/advisories/GHSA-8hx6-qv6f-xgcw
3
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-38699
reference_id CVE-2023-38699
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2023-38699
fixed_packages
0
url pkg:pypi/mindsdb@23.7.4.0
purl pkg:pypi/mindsdb@23.7.4.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-jzag-uvvs-3fca
1
vulnerability VCID-qv2m-udp6-6fb8
2
vulnerability VCID-stp6-86fa-cubn
3
vulnerability VCID-uab9-6bgh-efct
4
vulnerability VCID-vuny-bz3z-kfg4
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/mindsdb@23.7.4.0
aliases CVE-2023-38699, GHSA-8hx6-qv6f-xgcw, PYSEC-2023-140
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-pcv6-h5w9-ybe2
2
url VCID-qv2m-udp6-6fb8
vulnerability_id VCID-qv2m-udp6-6fb8
summary MindsDB is a SQL Server for artificial intelligence. Prior to version 23.11.4.1, the `put` method in `mindsdb/mindsdb/api/http/namespaces/file.py` does not validate the user-controlled name value, which is used in a temporary file name, which is afterwards opened for writing on lines 122-125, which leads to path injection. Later in the method, the temporary directory is deleted on line 151, but since we can write outside of the directory using the path injection vulnerability, the potentially dangerous file is not deleted. Arbitrary file contents can be written due to `f.write(chunk)` on line 125. Mindsdb does check later on line 149 in the `save_file` method in `file-controller.py` which calls the `_handle_source` method in `file_handler.py` if a file is of one of the types `csv`, `json`, `parquet`, `xls`, or `xlsx`. However, since the check happens after the file has already been written, the files will still exist (and will not be removed due to the path injection described earlier), just the `_handle_source` method will return an error. The same user-controlled source source is used also in another path injection sink on line 138. This leads to another path injection, which allows an attacker to delete any `zip` or `tar.gz` files on the server.
references
0
reference_url https://github.com/mindsdb/mindsdb
reference_id
reference_type
scores
url https://github.com/mindsdb/mindsdb
1
reference_url https://github.com/mindsdb/mindsdb/blob/1821da719f34c022890c9ff25810218e71c5abbc/mindsdb/api/http/namespaces/file.py#L122-L125
reference_id
reference_type
scores
0
value 9.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
url https://github.com/mindsdb/mindsdb/blob/1821da719f34c022890c9ff25810218e71c5abbc/mindsdb/api/http/namespaces/file.py#L122-L125
2
reference_url https://github.com/mindsdb/mindsdb/blob/1821da719f34c022890c9ff25810218e71c5abbc/mindsdb/api/http/namespaces/file.py#L138
reference_id
reference_type
scores
0
value 9.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
url https://github.com/mindsdb/mindsdb/blob/1821da719f34c022890c9ff25810218e71c5abbc/mindsdb/api/http/namespaces/file.py#L138
3
reference_url https://github.com/mindsdb/mindsdb/security/advisories/GHSA-j8w6-2r9h-cxhj
reference_id
reference_type
scores
0
value 9.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
url https://github.com/mindsdb/mindsdb/security/advisories/GHSA-j8w6-2r9h-cxhj
4
reference_url https://github.com/pypa/advisory-database/tree/main/vulns/mindsdb/PYSEC-2023-279.yaml
reference_id
reference_type
scores
url https://github.com/pypa/advisory-database/tree/main/vulns/mindsdb/PYSEC-2023-279.yaml
5
reference_url https://securitylab.github.com/advisories/GHSL-2023-182_GHSL-2023-184_mindsdb_mindsdb
reference_id
reference_type
scores
url https://securitylab.github.com/advisories/GHSL-2023-182_GHSL-2023-184_mindsdb_mindsdb
6
reference_url https://securitylab.github.com/advisories/GHSL-2023-182_GHSL-2023-184_mindsdb_mindsdb/
reference_id
reference_type
scores
0
value 9.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
url https://securitylab.github.com/advisories/GHSL-2023-182_GHSL-2023-184_mindsdb_mindsdb/
7
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-50731
reference_id CVE-2023-50731
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2023-50731
8
reference_url https://github.com/advisories/GHSA-j8w6-2r9h-cxhj
reference_id GHSA-j8w6-2r9h-cxhj
reference_type
scores
url https://github.com/advisories/GHSA-j8w6-2r9h-cxhj
fixed_packages
0
url pkg:pypi/mindsdb@23.11.4.1
purl pkg:pypi/mindsdb@23.11.4.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-ba2s-8e42-7ucs
1
vulnerability VCID-d1sm-yyqm-fug8
2
vulnerability VCID-jzag-uvvs-3fca
3
vulnerability VCID-k6m1-mehq-pbez
4
vulnerability VCID-kttw-x13y-b3fj
5
vulnerability VCID-stp6-86fa-cubn
6
vulnerability VCID-uab9-6bgh-efct
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/mindsdb@23.11.4.1
aliases CVE-2023-50731, GHSA-j8w6-2r9h-cxhj, GMS-2023-6179, PYSEC-2023-279
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-qv2m-udp6-6fb8
3
url VCID-stp6-86fa-cubn
vulnerability_id VCID-stp6-86fa-cubn
summary A security vulnerability has been detected in MindsDB up to 25.14.1. This vulnerability affects the function clear_filename of the file mindsdb/utilities/security.py of the component File Upload. Such manipulation leads to server-side request forgery. The attack may be performed from remote. The exploit has been disclosed publicly and may be used. The name of the patch is 74d6f0fd4b630218519a700fbee1c05c7fd4b1ed. It is best practice to apply a patch to resolve this issue.
references
0
reference_url https://github.com/mindsdb/mindsdb
reference_id
reference_type
scores
url https://github.com/mindsdb/mindsdb
1
reference_url https://github.com/mindsdb/mindsdb/
reference_id
reference_type
scores
0
value 7.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
url https://github.com/mindsdb/mindsdb/
2
reference_url https://github.com/mindsdb/mindsdb/issues/12163
reference_id
reference_type
scores
0
value 7.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
url https://github.com/mindsdb/mindsdb/issues/12163
3
reference_url https://github.com/mindsdb/mindsdb/pull/12213
reference_id
reference_type
scores
0
value 7.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
url https://github.com/mindsdb/mindsdb/pull/12213
4
reference_url https://github.com/themavik/mindsdb/commit/74d6f0fd4b630218519a700fbee1c05c7fd4b1ed
reference_id
reference_type
scores
0
value 7.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
url https://github.com/themavik/mindsdb/commit/74d6f0fd4b630218519a700fbee1c05c7fd4b1ed
5
reference_url https://vuldb.com/?ctiid.346119
reference_id
reference_type
scores
0
value 7.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
url https://vuldb.com/?ctiid.346119
6
reference_url https://vuldb.com/?id.346119
reference_id
reference_type
scores
0
value 7.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
url https://vuldb.com/?id.346119
7
reference_url https://vuldb.com/?submit.748219
reference_id
reference_type
scores
0
value 7.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
url https://vuldb.com/?submit.748219
8
reference_url https://nvd.nist.gov/vuln/detail/CVE-2026-2531
reference_id CVE-2026-2531
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2026-2531
9
reference_url https://github.com/advisories/GHSA-6xw9-2p64-7622
reference_id GHSA-6xw9-2p64-7622
reference_type
scores
url https://github.com/advisories/GHSA-6xw9-2p64-7622
fixed_packages
0
url pkg:pypi/mindsdb@26.0.0rc1
purl pkg:pypi/mindsdb@26.0.0rc1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/mindsdb@26.0.0rc1
aliases CVE-2026-2531, GHSA-6xw9-2p64-7622, PYSEC-2026-91
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-stp6-86fa-cubn
4
url VCID-uab9-6bgh-efct
vulnerability_id VCID-uab9-6bgh-efct
summary MindsDB is a platform for building artificial intelligence from enterprise data. Prior to version 25.11.1, an unauthenticated path traversal in the file upload API lets any caller read arbitrary files from the server filesystem and move them into MindsDB’s storage, exposing sensitive data. The PUT handler in file.py directly joins user-controlled data into a filesystem path when the request body is JSON and source_type is not "url". Only multipart uploads and URL-sourced uploads receive sanitization; JSON uploads lack any call to clear_filename or equivalent checks. This vulnerability is fixed in 25.11.1.
references
0
reference_url https://github.com/mindsdb/mindsdb
reference_id
reference_type
scores
url https://github.com/mindsdb/mindsdb
1
reference_url https://github.com/mindsdb/mindsdb/releases/tag/v25.11.1
reference_id
reference_type
scores
url https://github.com/mindsdb/mindsdb/releases/tag/v25.11.1
2
reference_url https://github.com/mindsdb/mindsdb/security/advisories/GHSA-qqhf-pm3j-96g7
reference_id
reference_type
scores
0
value 9.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
url https://github.com/mindsdb/mindsdb/security/advisories/GHSA-qqhf-pm3j-96g7
3
reference_url https://www.bluerock.io/post/cve-2025-68472-mindsdb-file-upload-path-traversal
reference_id
reference_type
scores
0
value 9.1
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
url https://www.bluerock.io/post/cve-2025-68472-mindsdb-file-upload-path-traversal
4
reference_url https://nvd.nist.gov/vuln/detail/CVE-2025-68472
reference_id CVE-2025-68472
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2025-68472
5
reference_url https://github.com/advisories/GHSA-qqhf-pm3j-96g7
reference_id GHSA-qqhf-pm3j-96g7
reference_type
scores
url https://github.com/advisories/GHSA-qqhf-pm3j-96g7
fixed_packages
0
url pkg:pypi/mindsdb@25.11.1
purl pkg:pypi/mindsdb@25.11.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-stp6-86fa-cubn
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/mindsdb@25.11.1
aliases CVE-2025-68472, GHSA-qqhf-pm3j-96g7, PYSEC-2026-90
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-uab9-6bgh-efct
5
url VCID-vuny-bz3z-kfg4
vulnerability_id VCID-vuny-bz3z-kfg4
summary 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.
references
0
reference_url https://github.com/mindsdb/mindsdb
reference_id
reference_type
scores
url https://github.com/mindsdb/mindsdb
1
reference_url https://github.com/mindsdb/mindsdb/commit/8d13c9c28ebcf3b36509eb679378004d4648d8fe
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
url https://github.com/mindsdb/mindsdb/commit/8d13c9c28ebcf3b36509eb679378004d4648d8fe
2
reference_url https://github.com/mindsdb/mindsdb/security/advisories/GHSA-34mr-6q8x-g9r6
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
url https://github.com/mindsdb/mindsdb/security/advisories/GHSA-34mr-6q8x-g9r6
3
reference_url https://github.com/pypa/advisory-database/tree/main/vulns/mindsdb/PYSEC-2023-277.yaml
reference_id
reference_type
scores
url https://github.com/pypa/advisory-database/tree/main/vulns/mindsdb/PYSEC-2023-277.yaml
4
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-49795
reference_id CVE-2023-49795
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2023-49795
5
reference_url https://github.com/advisories/GHSA-34mr-6q8x-g9r6
reference_id GHSA-34mr-6q8x-g9r6
reference_type
scores
url https://github.com/advisories/GHSA-34mr-6q8x-g9r6
fixed_packages
0
url pkg:pypi/mindsdb@23.11.4.1
purl pkg:pypi/mindsdb@23.11.4.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-ba2s-8e42-7ucs
1
vulnerability VCID-d1sm-yyqm-fug8
2
vulnerability VCID-jzag-uvvs-3fca
3
vulnerability VCID-k6m1-mehq-pbez
4
vulnerability VCID-kttw-x13y-b3fj
5
vulnerability VCID-stp6-86fa-cubn
6
vulnerability VCID-uab9-6bgh-efct
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/mindsdb@23.11.4.1
aliases CVE-2023-49795, GHSA-34mr-6q8x-g9r6, PYSEC-2023-277
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-vuny-bz3z-kfg4
6
url VCID-xwar-wwkh-r7gc
vulnerability_id VCID-xwar-wwkh-r7gc
summary mindsdb is a Machine Learning platform to help developers build AI solutions. In affected versions an unsafe extraction is being performed using `tarfile.extractall()` from a remotely retrieved tarball. Which may lead to the writing of the extracted files to an unintended location. Sometimes, the vulnerability is called a TarSlip or a ZipSlip variant. An attacker may leverage this vulnerability to overwrite any local file which the server process has access to. There is no risk of file exposure with this vulnerability. This issue has been addressed in release `23.2.1.0 `. Users are advised to upgrade. There are no known workarounds for this vulnerability.
references
0
reference_url https://github.com/mindsdb/mindsdb
reference_id
reference_type
scores
url https://github.com/mindsdb/mindsdb
1
reference_url https://github.com/mindsdb/mindsdb/blob/afedd37c16e579b6dc075b0814e42d0505ccdc07/mindsdb/api/http/namespaces/file.py#L26..L134
reference_id
reference_type
scores
url https://github.com/mindsdb/mindsdb/blob/afedd37c16e579b6dc075b0814e42d0505ccdc07/mindsdb/api/http/namespaces/file.py#L26..L134
2
reference_url https://github.com/mindsdb/mindsdb/commit/4419b0f0019c000db390b54d8b9d06e1d3670039
reference_id
reference_type
scores
url https://github.com/mindsdb/mindsdb/commit/4419b0f0019c000db390b54d8b9d06e1d3670039
3
reference_url https://github.com/mindsdb/mindsdb/releases/tag/v23.2.1.0
reference_id
reference_type
scores
url https://github.com/mindsdb/mindsdb/releases/tag/v23.2.1.0
4
reference_url https://github.com/mindsdb/mindsdb/security/advisories/GHSA-2g5w-29q9-w6hx
reference_id
reference_type
scores
url https://github.com/mindsdb/mindsdb/security/advisories/GHSA-2g5w-29q9-w6hx
5
reference_url https://github.com/pypa/advisory-database/tree/main/vulns/mindsdb/PYSEC-2023-27.yaml
reference_id
reference_type
scores
url https://github.com/pypa/advisory-database/tree/main/vulns/mindsdb/PYSEC-2023-27.yaml
6
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-30620
reference_id CVE-2023-30620
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2023-30620
7
reference_url https://github.com/advisories/GHSA-2g5w-29q9-w6hx
reference_id GHSA-2g5w-29q9-w6hx
reference_type
scores
url https://github.com/advisories/GHSA-2g5w-29q9-w6hx
fixed_packages
0
url pkg:pypi/mindsdb@23.2.1.0
purl pkg:pypi/mindsdb@23.2.1.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-jzag-uvvs-3fca
1
vulnerability VCID-pcv6-h5w9-ybe2
2
vulnerability VCID-qv2m-udp6-6fb8
3
vulnerability VCID-stp6-86fa-cubn
4
vulnerability VCID-uab9-6bgh-efct
5
vulnerability VCID-vuny-bz3z-kfg4
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/mindsdb@23.2.1.0
aliases CVE-2023-30620, GHSA-2g5w-29q9-w6hx, GMS-2023-934, PYSEC-2023-27
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-xwar-wwkh-r7gc
Fixing_vulnerabilities
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:pypi/mindsdb@22.12.4.3