Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/40997?format=api",
    "vulnerability_id": "VCID-s4g3-2p5v-v3dn",
    "summary": "Cross-site Scripting\nA carefully crafted InterWiki link could trigger an XSS vulnerability on Apache JSPWiki, which could lead to session hijacking.",
    "aliases": [
        {
            "alias": "CVE-2019-10077"
        },
        {
            "alias": "GHSA-cj6j-32rg-45r2"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/58174?format=api",
            "purl": "pkg:maven/org.apache.jspwiki/jspwiki-main@2.11.0.M4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.jspwiki/jspwiki-main@2.11.0.M4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/58041?format=api",
            "purl": "pkg:maven/org.apache.jspwiki/jspwiki-war@2.11.0.M4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.jspwiki/jspwiki-war@2.11.0.M4"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/57714?format=api",
            "purl": "pkg:maven/org.apache.jspwiki/jspwiki-main@2.9.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7ckf-bdvx-qkh9"
                },
                {
                    "vulnerability": "VCID-r8n2-f2bj-fud3"
                },
                {
                    "vulnerability": "VCID-s4g3-2p5v-v3dn"
                },
                {
                    "vulnerability": "VCID-v4jt-qkhw-pqbg"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.jspwiki/jspwiki-main@2.9.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/57716?format=api",
            "purl": "pkg:maven/org.apache.jspwiki/jspwiki-main@2.11.0.M3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7ckf-bdvx-qkh9"
                },
                {
                    "vulnerability": "VCID-r8n2-f2bj-fud3"
                },
                {
                    "vulnerability": "VCID-s4g3-2p5v-v3dn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.jspwiki/jspwiki-main@2.11.0.M3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/57686?format=api",
            "purl": "pkg:maven/org.apache.jspwiki/jspwiki-war@2.9.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7ckf-bdvx-qkh9"
                },
                {
                    "vulnerability": "VCID-qgwr-kdx8-83f3"
                },
                {
                    "vulnerability": "VCID-r8n2-f2bj-fud3"
                },
                {
                    "vulnerability": "VCID-s4g3-2p5v-v3dn"
                },
                {
                    "vulnerability": "VCID-v4jt-qkhw-pqbg"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.jspwiki/jspwiki-war@2.9.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/57688?format=api",
            "purl": "pkg:maven/org.apache.jspwiki/jspwiki-war@2.11.0.M3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-7ckf-bdvx-qkh9"
                },
                {
                    "vulnerability": "VCID-s4g3-2p5v-v3dn"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.jspwiki/jspwiki-war@2.11.0.M3"
        }
    ],
    "references": [
        {
            "reference_url": "https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-10077",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-10077"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10077",
            "reference_id": "CVE-2019-10077",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10077"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-cj6j-32rg-45r2",
            "reference_id": "GHSA-cj6j-32rg-45r2",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/advisories/GHSA-cj6j-32rg-45r2"
        }
    ],
    "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": 79,
            "name": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
            "description": "The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users."
        },
        {
            "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."
        }
    ],
    "exploits": [],
    "severity_range_score": null,
    "exploitability": null,
    "weighted_severity": null,
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-s4g3-2p5v-v3dn"
}