Lookup for vulnerabilities affecting packages.

GET /api/vulnerabilities/41631?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/41631?format=api",
    "vulnerability_id": "VCID-9pwb-7wmy-5yh9",
    "summary": "Deserialization of Untrusted Data\nAn Unsafe Deserialization vulnerability exists in the worker services of the Apache Storm supervisor server allowing pre-auth Remote Code Execution (RCE).",
    "aliases": [
        {
            "alias": "CVE-2021-40865"
        },
        {
            "alias": "GHSA-w729-7633-2fw5"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/59406?format=api",
            "purl": "pkg:maven/org.apache.storm/storm@1.2.4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.storm/storm@1.2.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/59405?format=api",
            "purl": "pkg:maven/org.apache.storm/storm@2.2.1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.storm/storm@2.2.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/59392?format=api",
            "purl": "pkg:maven/org.apache.storm/storm-server@2.0.0",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.storm/storm-server@2.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/59393?format=api",
            "purl": "pkg:maven/org.apache.storm/storm-server@2.1.1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.storm/storm-server@2.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/59394?format=api",
            "purl": "pkg:maven/org.apache.storm/storm-server@2.2.1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.storm/storm-server@2.2.1"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/59389?format=api",
            "purl": "pkg:maven/org.apache.storm/storm-server@1.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6gs5-dedd-2fey"
                },
                {
                    "vulnerability": "VCID-9pwb-7wmy-5yh9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.storm/storm-server@1.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/59390?format=api",
            "purl": "pkg:maven/org.apache.storm/storm-server@2.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6gs5-dedd-2fey"
                },
                {
                    "vulnerability": "VCID-9pwb-7wmy-5yh9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.storm/storm-server@2.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/59391?format=api",
            "purl": "pkg:maven/org.apache.storm/storm-server@2.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-6gs5-dedd-2fey"
                },
                {
                    "vulnerability": "VCID-9pwb-7wmy-5yh9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.storm/storm-server@2.2.0"
        }
    ],
    "references": [
        {
            "reference_url": "https://lists.apache.org/thread.html/r8d45e74299897b6734dd0f788c46a631009ce2eeb731523386f7a253%40%3Cuser.storm.apache.org%3E",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://lists.apache.org/thread.html/r8d45e74299897b6734dd0f788c46a631009ce2eeb731523386f7a253%40%3Cuser.storm.apache.org%3E"
        },
        {
            "reference_url": "https://seclists.org/oss-sec/2021/q4/45",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://seclists.org/oss-sec/2021/q4/45"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2021-40865",
            "reference_id": "CVE-2021-40865",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-40865"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-w729-7633-2fw5",
            "reference_id": "GHSA-w729-7633-2fw5",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/advisories/GHSA-w729-7633-2fw5"
        }
    ],
    "weaknesses": [
        {
            "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": 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": 78,
            "name": "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')",
            "description": "The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component."
        }
    ],
    "exploits": [],
    "severity_range_score": null,
    "exploitability": null,
    "weighted_severity": null,
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-9pwb-7wmy-5yh9"
}