Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/38616?format=api",
    "vulnerability_id": "VCID-65a6-3ngq-kke9",
    "summary": "Cross-Site Request Forgery (CSRF)\nApache CXF Fediz ships with a number of container-specific plugins to enable WS-Federation for applications that were found vulnerable to Cross-Site Request Forgery.",
    "aliases": [
        {
            "alias": "CVE-2017-7661"
        },
        {
            "alias": "GHSA-whw7-h25v-9qvx"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/53569?format=api",
            "purl": "pkg:maven/org.apache.cxf.fediz/apache-fediz@1.3.0",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.cxf.fediz/apache-fediz@1.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/53570?format=api",
            "purl": "pkg:maven/org.apache.cxf.fediz/apache-fediz@1.4.1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.cxf.fediz/apache-fediz@1.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/56804?format=api",
            "purl": "pkg:maven/org.apache.cxf.fediz/fediz-jetty8@1.3.2",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.cxf.fediz/fediz-jetty8@1.3.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/56795?format=api",
            "purl": "pkg:maven/org.apache.cxf.fediz/fediz-jetty9@1.3.2",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.cxf.fediz/fediz-jetty9@1.3.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/56859?format=api",
            "purl": "pkg:maven/org.apache.cxf.fediz/fediz-spring2@1.2.4",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.cxf.fediz/fediz-spring2@1.2.4"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/53566?format=api",
            "purl": "pkg:maven/org.apache.cxf.fediz/apache-fediz@1.2.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-65a6-3ngq-kke9"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.cxf.fediz/apache-fediz@1.2.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/53567?format=api",
            "purl": "pkg:maven/org.apache.cxf.fediz/apache-fediz@1.3.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-65a6-3ngq-kke9"
                },
                {
                    "vulnerability": "VCID-kyy8-szgp-bkfh"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.cxf.fediz/apache-fediz@1.3.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/53568?format=api",
            "purl": "pkg:maven/org.apache.cxf.fediz/apache-fediz@1.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-65a6-3ngq-kke9"
                },
                {
                    "vulnerability": "VCID-kyy8-szgp-bkfh"
                },
                {
                    "vulnerability": "VCID-zw44-zqrm-jycc"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.cxf.fediz/apache-fediz@1.4.0"
        }
    ],
    "references": [
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2017-7661",
            "reference_id": "CVE-2017-7661",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-7661"
        },
        {
            "reference_url": "http://cxf.apache.org/security-advisories.data/CVE-2017-7661.txt.asc",
            "reference_id": "CVE-2017-7661.TXT.ASC",
            "reference_type": "",
            "scores": [],
            "url": "http://cxf.apache.org/security-advisories.data/CVE-2017-7661.txt.asc"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-whw7-h25v-9qvx",
            "reference_id": "GHSA-whw7-h25v-9qvx",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/advisories/GHSA-whw7-h25v-9qvx"
        }
    ],
    "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": 352,
            "name": "Cross-Site Request Forgery (CSRF)",
            "description": "The web application does not, or can not, sufficiently verify whether a well-formed, valid, consistent request was intentionally provided by the user who submitted the request."
        },
        {
            "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-65a6-3ngq-kke9"
}