Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/60539?format=api",
    "purl": "pkg:maven/com.typesafe.play/play@2.7.6",
    "type": "maven",
    "namespace": "com.typesafe.play",
    "name": "play",
    "version": "2.7.6",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": false,
    "next_non_vulnerable_version": "2.8.3",
    "latest_non_vulnerable_version": "2.8.5",
    "affected_by_vulnerabilities": [],
    "fixing_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/42346?format=api",
            "vulnerability_id": "VCID-378h-ypwm-f7hn",
            "summary": "Uncontrolled Recursion\nIn Play Framework 2.6.0 through 2.8.2, data amplification can occur when an application accepts multipart/form-data JSON input.",
            "references": [
                {
                    "reference_url": "https://github.com/playframework/playframework/pull/10495",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/playframework/playframework/pull/10495"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2020-26882",
                    "reference_id": "CVE-2020-26882",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-26882"
                },
                {
                    "reference_url": "https://www.playframework.com/security/vulnerability/CVE-2020-26882-JsonParseDataAmplification",
                    "reference_id": "CVE-2020-26882-JSONPARSEDATAAMPLIFICATION",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://www.playframework.com/security/vulnerability/CVE-2020-26882-JsonParseDataAmplification"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-r8rm-4hfj-2x87",
                    "reference_id": "GHSA-r8rm-4hfj-2x87",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-r8rm-4hfj-2x87"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60539?format=api",
                    "purl": "pkg:maven/com.typesafe.play/play@2.7.6",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/com.typesafe.play/play@2.7.6"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60540?format=api",
                    "purl": "pkg:maven/com.typesafe.play/play@2.8.3",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/com.typesafe.play/play@2.8.3"
                }
            ],
            "aliases": [
                "CVE-2020-26882",
                "GHSA-r8rm-4hfj-2x87"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-378h-ypwm-f7hn"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/42342?format=api",
            "vulnerability_id": "VCID-r21j-tf23-vuh2",
            "summary": "Out-of-bounds Write\nAn issue was discovered in PlayJava in Play Framework 2.6.0 through 2.8.2. The body parsing of HTTP requests eagerly parses a payload given a Content-Type header. A deep JSON structure sent to a valid POST endpoint (that may or may not expect JSON payloads) causes a StackOverflowError and Denial of Service.",
            "references": [
                {
                    "reference_url": "https://github.com/playframework/playframework/pull/10321",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/playframework/playframework/pull/10321"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27196",
                    "reference_id": "CVE-2020-27196",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27196"
                },
                {
                    "reference_url": "https://www.playframework.com/security/vulnerability/CVE-2020-27196-DosViaJsonStackOverflow",
                    "reference_id": "CVE-2020-27196-DOSVIAJSONSTACKOVERFLOW",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://www.playframework.com/security/vulnerability/CVE-2020-27196-DosViaJsonStackOverflow"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-h48w-c35p-6m8x",
                    "reference_id": "GHSA-h48w-c35p-6m8x",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-h48w-c35p-6m8x"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60539?format=api",
                    "purl": "pkg:maven/com.typesafe.play/play@2.7.6",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/com.typesafe.play/play@2.7.6"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60540?format=api",
                    "purl": "pkg:maven/com.typesafe.play/play@2.8.3",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/com.typesafe.play/play@2.8.3"
                }
            ],
            "aliases": [
                "CVE-2020-27196",
                "GHSA-h48w-c35p-6m8x"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-r21j-tf23-vuh2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/42340?format=api",
            "vulnerability_id": "VCID-z911-wjbu-kfcf",
            "summary": "Uncontrolled Recursion\nIn Play Framework, stack consumption can occur because of unbounded recursion during parsing of crafted JSON documents.",
            "references": [
                {
                    "reference_url": "https://github.com/playframework/playframework/pull/10495",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/playframework/playframework/pull/10495"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2020-26883",
                    "reference_id": "CVE-2020-26883",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-26883"
                },
                {
                    "reference_url": "https://www.playframework.com/security/vulnerability/CVE-2020-26883-JsonParseUncontrolledRecursion",
                    "reference_id": "CVE-2020-26883-JSONPARSEUNCONTROLLEDRECURSION",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://www.playframework.com/security/vulnerability/CVE-2020-26883-JsonParseUncontrolledRecursion"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-p8p6-rcp6-4mrm",
                    "reference_id": "GHSA-p8p6-rcp6-4mrm",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-p8p6-rcp6-4mrm"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60539?format=api",
                    "purl": "pkg:maven/com.typesafe.play/play@2.7.6",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/com.typesafe.play/play@2.7.6"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60540?format=api",
                    "purl": "pkg:maven/com.typesafe.play/play@2.8.3",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/com.typesafe.play/play@2.8.3"
                }
            ],
            "aliases": [
                "CVE-2020-26883",
                "GHSA-p8p6-rcp6-4mrm"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-z911-wjbu-kfcf"
        }
    ],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/com.typesafe.play/play@2.7.6"
}