Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/61990?format=api",
    "purl": "pkg:maven/org.jenkins-ci.main/jenkins-core@1.481",
    "type": "maven",
    "namespace": "org.jenkins-ci.main",
    "name": "jenkins-core",
    "version": "1.481",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "1.482",
    "latest_non_vulnerable_version": "2.551",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/43296?format=api",
            "vulnerability_id": "VCID-3t7n-a654-suhv",
            "summary": "Cross-Site Request Forgery (CSRF)\nCross-site request forgery (CSRF) vulnerability in Jenkins master in Jenkins before 1.502 and LTS before 1.480.3 allows remote attackers to hijack the authentication of users via unknown vectors.",
            "references": [
                {
                    "reference_url": "http://rhn.redhat.com/errata/RHSA-2013-0638.html",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "http://rhn.redhat.com/errata/RHSA-2013-0638.html"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2013:0638",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2013:0638"
                },
                {
                    "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=914875",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugzilla.redhat.com/show_bug.cgi?id=914875"
                },
                {
                    "reference_url": "https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-02-16",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-02-16"
                },
                {
                    "reference_url": "http://www.cloudbees.com/jenkins-advisory/jenkins-security-advisory-2013-02-16.cb",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "http://www.cloudbees.com/jenkins-advisory/jenkins-security-advisory-2013-02-16.cb"
                },
                {
                    "reference_url": "http://www.openwall.com/lists/oss-security/2013/02/21/7",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "http://www.openwall.com/lists/oss-security/2013/02/21/7"
                },
                {
                    "reference_url": "https://access.redhat.com/security/cve/CVE-2013-0327",
                    "reference_id": "CVE-2013-0327",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/security/cve/CVE-2013-0327"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2013-0327",
                    "reference_id": "CVE-2013-0327",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2013-0327"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-rqhg-cxfr-8xqw",
                    "reference_id": "GHSA-rqhg-cxfr-8xqw",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-rqhg-cxfr-8xqw"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/61981?format=api",
                    "purl": "pkg:maven/org.jenkins-ci.main/jenkins-core@1.502",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.jenkins-ci.main/jenkins-core@1.502"
                }
            ],
            "aliases": [
                "CVE-2013-0327",
                "GHSA-rqhg-cxfr-8xqw"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-3t7n-a654-suhv"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/43289?format=api",
            "vulnerability_id": "VCID-anqd-6ymu-pqhe",
            "summary": "Cross-Site Request Forgery (CSRF)\nUnspecified vulnerability in Jenkins before 1.502 and LTS before 1.480.3 allows remote attackers to bypass the CSRF protection mechanism via unknown attack vectors.",
            "references": [
                {
                    "reference_url": "http://rhn.redhat.com/errata/RHSA-2013-0638.html",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "http://rhn.redhat.com/errata/RHSA-2013-0638.html"
                },
                {
                    "reference_url": "https://access.redhat.com/errata/RHSA-2013:0638",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/errata/RHSA-2013:0638"
                },
                {
                    "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=914877",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugzilla.redhat.com/show_bug.cgi?id=914877"
                },
                {
                    "reference_url": "https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-02-16",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2013-02-16"
                },
                {
                    "reference_url": "http://www.cloudbees.com/jenkins-advisory/jenkins-security-advisory-2013-02-16.cb",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "http://www.cloudbees.com/jenkins-advisory/jenkins-security-advisory-2013-02-16.cb"
                },
                {
                    "reference_url": "http://www.openwall.com/lists/oss-security/2013/02/21/7",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "http://www.openwall.com/lists/oss-security/2013/02/21/7"
                },
                {
                    "reference_url": "https://access.redhat.com/security/cve/CVE-2013-0329",
                    "reference_id": "CVE-2013-0329",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://access.redhat.com/security/cve/CVE-2013-0329"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2013-0329",
                    "reference_id": "CVE-2013-0329",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2013-0329"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-78cj-2m29-q5r9",
                    "reference_id": "GHSA-78cj-2m29-q5r9",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-78cj-2m29-q5r9"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/61981?format=api",
                    "purl": "pkg:maven/org.jenkins-ci.main/jenkins-core@1.502",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.jenkins-ci.main/jenkins-core@1.502"
                }
            ],
            "aliases": [
                "CVE-2013-0329",
                "GHSA-78cj-2m29-q5r9"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-anqd-6ymu-pqhe"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/43812?format=api",
            "vulnerability_id": "VCID-mdu9-gpvt-6bca",
            "summary": "Jenkins affected by Open Redirect Vulnerability\nOpen redirect vulnerability in Jenkins before 1.491, Jenkins LTS before 1.480.1, and Jenkins Enterprise 1.424.x before 1.424.6.13, 1.447.x before 1.447.4.1, and 1.466.x before 1.466.10.1 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via unspecified vectors.",
            "references": [
                {
                    "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=890608",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://bugzilla.redhat.com/show_bug.cgi?id=890608"
                },
                {
                    "reference_url": "https://github.com/jenkinsci/jenkins",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/jenkinsci/jenkins"
                },
                {
                    "reference_url": "https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2012-11-20",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2012-11-20"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2012-6073",
                    "reference_id": "CVE-2012-6073",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-6073"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-mqgf-4rw4-2cq2",
                    "reference_id": "GHSA-mqgf-4rw4-2cq2",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-mqgf-4rw4-2cq2"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/62940?format=api",
                    "purl": "pkg:maven/org.jenkins-ci.main/jenkins-core@1.491",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.jenkins-ci.main/jenkins-core@1.491"
                }
            ],
            "aliases": [
                "CVE-2012-6073",
                "GHSA-mqgf-4rw4-2cq2"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-mdu9-gpvt-6bca"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/org.jenkins-ci.main/jenkins-core@1.481"
}