Vulnerability Instance
Lookup for vulnerabilities affecting packages.
GET /api/vulnerabilities/19901?format=api
{ "url": "http://public2.vulnerablecode.io/api/vulnerabilities/19901?format=api", "vulnerability_id": "VCID-6tvx-kzfy-xfhv", "summary": "mlflow Path Traversal vulnerability\nA path traversal vulnerability exists in mlflow/mlflow version 2.9.2, allowing attackers to access arbitrary files on the server. By crafting a series of HTTP POST requests with specially crafted 'artifact_location' and 'source' parameters, using a local URI with '#' instead of '?', an attacker can traverse the server's directory structure. The issue occurs due to insufficient validation of user-supplied input in the server's handlers.", "aliases": [ { "alias": "CVE-2024-1483" }, { "alias": "GHSA-f82r-jj5r-6g97" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/39933?format=api", "purl": "pkg:pypi/mlflow@2.12.1", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-96st-1wwr-4ken" }, { "vulnerability": "VCID-pugd-v7em-sbec" }, { "vulnerability": "VCID-qnyj-3qc7-p7bp" }, { "vulnerability": "VCID-r9df-3b7p-jfcy" }, { "vulnerability": "VCID-xge2-eqq3-7bb9" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/mlflow@2.12.1" } ], "affected_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/37171?format=api", "purl": "pkg:pypi/mlflow@2.9.2", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-5qe9-6ecs-syek" }, { "vulnerability": "VCID-6tvx-kzfy-xfhv" }, { "vulnerability": "VCID-6x4v-udkg-z3es" }, { "vulnerability": "VCID-76zk-ent1-myc9" }, { "vulnerability": "VCID-8kf8-a6w5-m3b5" }, { "vulnerability": "VCID-96st-1wwr-4ken" }, { "vulnerability": "VCID-gr3d-61ds-j7ej" }, { "vulnerability": "VCID-njg8-d2r5-rfax" }, { "vulnerability": "VCID-pugd-v7em-sbec" }, { "vulnerability": "VCID-qnyj-3qc7-p7bp" }, { "vulnerability": "VCID-r2kq-hqdf-6ugh" }, { "vulnerability": "VCID-r9df-3b7p-jfcy" }, { "vulnerability": "VCID-s2ry-vd94-qfc6" }, { "vulnerability": "VCID-utmm-2j11-eyh6" }, { "vulnerability": "VCID-xge2-eqq3-7bb9" }, { "vulnerability": "VCID-ya6d-ny22-ybdh" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/mlflow@2.9.2" } ], "references": [ { "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-1483", "reference_id": "", "reference_type": "", "scores": [ { "value": "0.75005", "scoring_system": "epss", "scoring_elements": "0.98895", "published_at": "2026-05-30T12:55:00Z" } ], "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-1483" }, { "reference_url": "https://github.com/mlflow/mlflow", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/mlflow/mlflow" }, { "reference_url": "https://huntr.com/bounties/52a3855d-93ff-4460-ac24-9c7e4334198d", "reference_id": "", "reference_type": "", "scores": [ { "value": "7.5", "scoring_system": "cvssv3", "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" }, { "value": "7.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:P/A:Y/T:P/P:M/B:A/M:M/D:T/2024-04-18T15:18:32Z/" } ], "url": "https://huntr.com/bounties/52a3855d-93ff-4460-ac24-9c7e4334198d" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1483", "reference_id": "CVE-2024-1483", "reference_type": "", "scores": [ { "value": "7.5", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" }, { "value": "HIGH", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1483" }, { "reference_url": "https://github.com/advisories/GHSA-f82r-jj5r-6g97", "reference_id": "GHSA-f82r-jj5r-6g97", "reference_type": "", "scores": [ { "value": "HIGH", "scoring_system": "cvssv3.1_qr", "scoring_elements": "" } ], "url": "https://github.com/advisories/GHSA-f82r-jj5r-6g97" } ], "weaknesses": [ { "cwe_id": 22, "name": "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", "description": "The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory." }, { "cwe_id": 937, "name": "OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities", "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013." }, { "cwe_id": 1035, "name": "OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities", "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017." } ], "exploits": [], "severity_range_score": "7.0 - 8.9", "exploitability": "0.5", "weighted_severity": "8.0", "risk_score": 4.0, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-6tvx-kzfy-xfhv" }