Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/26222?format=api",
    "purl": "pkg:pypi/consoleme@1.1.10.dev5",
    "type": "pypi",
    "namespace": "",
    "name": "consoleme",
    "version": "1.1.10.dev5",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "1.2.2",
    "latest_non_vulnerable_version": "1.4.0",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/8360?format=api",
            "vulnerability_id": "VCID-bzah-jz7b-fugw",
            "summary": "A Python format string issue leading to information disclosure and potentially remote code execution in ConsoleMe for all versions prior to 1.2.2",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2022-27177",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.02136",
                            "scoring_system": "epss",
                            "scoring_elements": "0.84482",
                            "published_at": "2026-05-30T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2022-27177"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-74w3-2r77-fw5h",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "CRITICAL",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-74w3-2r77-fw5h"
                },
                {
                    "reference_url": "https://github.com/Netflix/consoleme/commit/2a3c84eee524d77c427b3329a8419cbbce9e1d16",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/Netflix/consoleme/commit/2a3c84eee524d77c427b3329a8419cbbce9e1d16"
                },
                {
                    "reference_url": "https://github.com/Netflix/security-bulletins/blob/master/advisories/nflx-2022-001.md",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/Netflix/security-bulletins/blob/master/advisories/nflx-2022-001.md"
                },
                {
                    "reference_url": "https://github.com/pypa/advisory-database/tree/main/vulns/consoleme/PYSEC-2022-189.yaml",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/pypa/advisory-database/tree/main/vulns/consoleme/PYSEC-2022-189.yaml"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27177",
                    "reference_id": "CVE-2022-27177",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27177"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/26229?format=api",
                    "purl": "pkg:pypi/consoleme@1.2.2",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/consoleme@1.2.2"
                }
            ],
            "aliases": [
                "CVE-2022-27177",
                "GHSA-74w3-2r77-fw5h",
                "PYSEC-2022-189"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-bzah-jz7b-fugw"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/consoleme@1.1.10.dev5"
}