Vulnerability Instance
Lookup for vulnerabilities affecting packages.
GET /api/vulnerabilities/56925?format=api
{ "url": "http://public2.vulnerablecode.io/api/vulnerabilities/56925?format=api", "vulnerability_id": "VCID-nqwe-qcu8-jkan", "summary": "BentoML deserialization vulnerability\nA deserialization vulnerability exists in BentoML's runner server in bentoml/bentoml versions <=1.3.4.post1. By setting specific parameters, an attacker can execute unauthorized arbitrary code on the server, causing severe harm. The vulnerability is triggered when the args-number parameter is greater than 1, leading to automatic deserialization and arbitrary code execution.", "aliases": [ { "alias": "CVE-2024-9070" }, { "alias": "GHSA-9g44-gwvm-hc44" } ], "fixed_packages": [], "affected_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/44934?format=api", "purl": "pkg:pypi/bentoml@1.4.5", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-4bcc-ergh-83e6" }, { "vulnerability": "VCID-5mjt-8ze7-h7d9" }, { "vulnerability": "VCID-bv3z-1yux-kka6" }, { "vulnerability": "VCID-nqwe-qcu8-jkan" }, { "vulnerability": "VCID-twd8-ejvs-6ffv" }, { "vulnerability": "VCID-ujzb-bk9k-7yf2" }, { "vulnerability": "VCID-wzre-vn34-qqak" }, { "vulnerability": "VCID-zxca-jerw-6ycm" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/bentoml@1.4.5" } ], "references": [ { "reference_url": "https://github.com/bentoml/BentoML", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" }, { "value": "CRITICAL", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/bentoml/BentoML" }, { "reference_url": "https://github.com/bentoml/BentoML/blob/a6f5f937be6ec278f3d4f3bbc6f3c8f9564820d7/src/bentoml/_internal/server/runner_app.py#L297", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" }, { "value": "CRITICAL", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/bentoml/BentoML/blob/a6f5f937be6ec278f3d4f3bbc6f3c8f9564820d7/src/bentoml/_internal/server/runner_app.py#L297" }, { "reference_url": "https://github.com/bentoml/BentoML/blob/v1.4.5/src/bentoml/_internal/server/runner_app.py#L301", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" }, { "value": "CRITICAL", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://github.com/bentoml/BentoML/blob/v1.4.5/src/bentoml/_internal/server/runner_app.py#L301" }, { "reference_url": "https://huntr.com/bounties/7be6fc22-be18-44ee-a001-ac7158d5e1a5", "reference_id": "", "reference_type": "", "scores": [ { "value": "9.8", "scoring_system": "cvssv3", "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" }, { "value": "9.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" }, { "value": "CRITICAL", "scoring_system": "generic_textual", "scoring_elements": "" }, { "value": "Track*", "scoring_system": "ssvc", "scoring_elements": "SSVCv2/E:P/A:Y/T:T/P:M/B:A/M:M/D:R/2025-03-20T17:51:14Z/" } ], "url": "https://huntr.com/bounties/7be6fc22-be18-44ee-a001-ac7158d5e1a5" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9070", "reference_id": "CVE-2024-9070", "reference_type": "", "scores": [ { "value": "9.8", "scoring_system": "cvssv3.1", "scoring_elements": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" }, { "value": "CRITICAL", "scoring_system": "generic_textual", "scoring_elements": "" } ], "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9070" }, { "reference_url": "https://github.com/advisories/GHSA-9g44-gwvm-hc44", "reference_id": "GHSA-9g44-gwvm-hc44", "reference_type": "", "scores": [], "url": "https://github.com/advisories/GHSA-9g44-gwvm-hc44" } ], "weaknesses": [ { "cwe_id": 502, "name": "Deserialization of Untrusted Data", "description": "The product deserializes untrusted data without sufficiently verifying that the resulting data will be valid." }, { "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." }, { "cwe_id": 77, "name": "Improper Neutralization of Special Elements used in a Command ('Command Injection')", "description": "The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component." } ], "exploits": [], "severity_range_score": "9.0 - 10.0", "exploitability": "0.5", "weighted_severity": "9.0", "risk_score": 4.5, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-nqwe-qcu8-jkan" }