Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/60643?format=api",
    "purl": "pkg:composer/drupal/drupal@9.0.6",
    "type": "composer",
    "namespace": "drupal",
    "name": "drupal",
    "version": "9.0.6",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": false,
    "next_non_vulnerable_version": "9.0.8",
    "latest_non_vulnerable_version": "10.0.8",
    "affected_by_vulnerabilities": [],
    "fixing_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/42389?format=api",
            "vulnerability_id": "VCID-31qy-vagp-83b6",
            "summary": "Exposure of Resource to Wrong Sphere\nInformation Disclosure vulnerability in file module of Drupal Core allows an attacker to gain access to the file metadata of a permanent private file that they do not have access to by guessing the ID of the file. This issue affects: Drupal Core 8.8.x versions prior to 8.8.10; 8.9.x versions prior to 8.9.6; 9.0.x versions prior to 9.0.6.",
            "references": [
                {
                    "reference_url": "https://github.com/drupal/core/commit/f93a37b713b59f8d24e826bc74378099853eef3d",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/drupal/core/commit/f93a37b713b59f8d24e826bc74378099853eef3d"
                },
                {
                    "reference_url": "https://www.drupal.org/sa-core-2020-011",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://www.drupal.org/sa-core-2020-011"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13670",
                    "reference_id": "CVE-2020-13670",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13670"
                },
                {
                    "reference_url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/CVE-2020-13670.yaml",
                    "reference_id": "CVE-2020-13670.YAML",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/CVE-2020-13670.yaml"
                },
                {
                    "reference_url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/drupal/CVE-2020-13670.yaml",
                    "reference_id": "CVE-2020-13670.YAML",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/drupal/CVE-2020-13670.yaml"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-mmjr-5q74-p3m4",
                    "reference_id": "GHSA-mmjr-5q74-p3m4",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-mmjr-5q74-p3m4"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60641?format=api",
                    "purl": "pkg:composer/drupal/drupal@8.8.10",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/drupal/drupal@8.8.10"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60642?format=api",
                    "purl": "pkg:composer/drupal/drupal@8.9.6",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/drupal/drupal@8.9.6"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60643?format=api",
                    "purl": "pkg:composer/drupal/drupal@9.0.6",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/drupal/drupal@9.0.6"
                }
            ],
            "aliases": [
                "CVE-2020-13670",
                "GHSA-mmjr-5q74-p3m4"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-31qy-vagp-83b6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/42386?format=api",
            "vulnerability_id": "VCID-avmn-kqky-83dd",
            "summary": "Drupal core Cross-site Scripting (XSS) vulnerability in ckeditor\nCross-site Scripting (XSS) vulnerability in ckeditor of Drupal Core allows attacker to inject XSS. This issue affects: Drupal Core 8.8.x versions prior to 8.8.10.; 8.9.x versions prior to 8.9.6; 9.0.x versions prior to 9.0.6.",
            "references": [
                {
                    "reference_url": "https://github.com/drupal/core",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/drupal/core"
                },
                {
                    "reference_url": "https://www.drupal.org/sa-core-2020-010",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://www.drupal.org/sa-core-2020-010"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13669",
                    "reference_id": "CVE-2020-13669",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13669"
                },
                {
                    "reference_url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/CVE-2020-13669.yaml",
                    "reference_id": "CVE-2020-13669.YAML",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/CVE-2020-13669.yaml"
                },
                {
                    "reference_url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/drupal/CVE-2020-13669.yaml",
                    "reference_id": "CVE-2020-13669.YAML",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/drupal/CVE-2020-13669.yaml"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-c533-c843-67h8",
                    "reference_id": "GHSA-c533-c843-67h8",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-c533-c843-67h8"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60641?format=api",
                    "purl": "pkg:composer/drupal/drupal@8.8.10",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/drupal/drupal@8.8.10"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60642?format=api",
                    "purl": "pkg:composer/drupal/drupal@8.9.6",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/drupal/drupal@8.9.6"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60643?format=api",
                    "purl": "pkg:composer/drupal/drupal@9.0.6",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/drupal/drupal@9.0.6"
                }
            ],
            "aliases": [
                "CVE-2020-13669",
                "GHSA-c533-c843-67h8"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-avmn-kqky-83dd"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/42392?format=api",
            "vulnerability_id": "VCID-nacy-y1qt-5yhb",
            "summary": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')\nAccess Bypass vulnerability in Drupal Core allows for an attacker to leverage the way that HTML is rendered for affected forms in order to exploit the vulnerability. This issue affects: Drupal Core 8.8.x versions prior to 8.8.10; 8.9.x versions prior to 8.9.6; 9.0.x versions prior to 9.0.6.",
            "references": [
                {
                    "reference_url": "https://github.com/drupal/core/commit/3184fa4b2f3b65b44884b5e858cdc7794d34b4c8",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/drupal/core/commit/3184fa4b2f3b65b44884b5e858cdc7794d34b4c8"
                },
                {
                    "reference_url": "https://github.com/drupal/core/commit/58330ba58d1ac6f1a0a549e8dbde8a3e094bf4fb",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/drupal/core/commit/58330ba58d1ac6f1a0a549e8dbde8a3e094bf4fb"
                },
                {
                    "reference_url": "https://github.com/drupal/core/commit/d4be028d81fb6b067513d788b60c3e6fc8fbd0a2",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/drupal/core/commit/d4be028d81fb6b067513d788b60c3e6fc8fbd0a2"
                },
                {
                    "reference_url": "https://www.drupal.org/sa-core-2020-009",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://www.drupal.org/sa-core-2020-009"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13668",
                    "reference_id": "CVE-2020-13668",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13668"
                },
                {
                    "reference_url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/CVE-2020-13668.yaml",
                    "reference_id": "CVE-2020-13668.YAML",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/core/CVE-2020-13668.yaml"
                },
                {
                    "reference_url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/drupal/CVE-2020-13668.yaml",
                    "reference_id": "CVE-2020-13668.YAML",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/drupal/drupal/CVE-2020-13668.yaml"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-m6q5-wv4x-fv6h",
                    "reference_id": "GHSA-m6q5-wv4x-fv6h",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-m6q5-wv4x-fv6h"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60641?format=api",
                    "purl": "pkg:composer/drupal/drupal@8.8.10",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/drupal/drupal@8.8.10"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60642?format=api",
                    "purl": "pkg:composer/drupal/drupal@8.9.6",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/drupal/drupal@8.9.6"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/60643?format=api",
                    "purl": "pkg:composer/drupal/drupal@9.0.6",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/drupal/drupal@9.0.6"
                }
            ],
            "aliases": [
                "CVE-2020-13668",
                "GHSA-m6q5-wv4x-fv6h"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-nacy-y1qt-5yhb"
        }
    ],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:composer/drupal/drupal@9.0.6"
}