Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/33150?format=api",
    "purl": "pkg:pypi/pacparser@1.4.1.dev14",
    "type": "pypi",
    "namespace": "",
    "name": "pacparser",
    "version": "1.4.1.dev14",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "1.4.2",
    "latest_non_vulnerable_version": "1.4.2",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/8804?format=api",
            "vulnerability_id": "VCID-yjjr-re41-dbde",
            "summary": "pacparser_find_proxy in Pacparser before 1.4.2 allows JavaScript injection, and possibly privilege escalation, when the attacker controls the URL (which may be realistic within enterprise security products).",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2023-37360",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00064",
                            "scoring_system": "epss",
                            "scoring_elements": "0.2",
                            "published_at": "2026-05-30T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2023-37360"
                },
                {
                    "reference_url": "https://github.com/manugarg/pacparser/security/advisories/GHSA-62q6-v997-f7v9",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/manugarg/pacparser/security/advisories/GHSA-62q6-v997-f7v9"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/33157?format=api",
                    "purl": "pkg:pypi/pacparser@1.4.2",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pacparser@1.4.2"
                }
            ],
            "aliases": [
                "CVE-2023-37360",
                "GHSA-62q6-v997-f7v9",
                "PYSEC-2023-93"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-yjjr-re41-dbde"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pacparser@1.4.1.dev14"
}