Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/57767?format=api",
    "purl": "pkg:pypi/pandas@0.19.2",
    "type": "pypi",
    "namespace": "",
    "name": "pandas",
    "version": "0.19.2",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "1.0.4",
    "latest_non_vulnerable_version": "1.0.4",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/207693?format=api",
            "vulnerability_id": "VCID-5228-2w57-13d8",
            "summary": "pandas through 1.0.3 can unserialize and execute commands from an untrusted file that is passed to the read_pickle() function, if __reduce__ makes an os.system call. NOTE: third parties dispute this issue because the read_pickle() function is documented as unsafe and it is the user's responsibility to use the function in a secure manner",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2020-13091",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.00647",
                            "scoring_system": "epss",
                            "scoring_elements": "0.71261",
                            "published_at": "2026-06-11T12:55:00Z"
                        },
                        {
                            "value": "0.00647",
                            "scoring_system": "epss",
                            "scoring_elements": "0.71351",
                            "published_at": "2026-06-12T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2020-13091"
                },
                {
                    "reference_url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13091",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13091"
                },
                {
                    "reference_url": "https://github.com/0FuzzingQ/vuln/blob/master/pandas%20unserialize.md",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/0FuzzingQ/vuln/blob/master/pandas%20unserialize.md"
                },
                {
                    "reference_url": "https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_pickle.html",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_pickle.html"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13091",
                    "reference_id": "CVE-2020-13091",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13091"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/57797?format=api",
                    "purl": "pkg:pypi/pandas@1.0.4",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pandas@1.0.4"
                }
            ],
            "aliases": [
                "CVE-2020-13091",
                "PYSEC-2020-73"
            ],
            "risk_score": null,
            "exploitability": "0.5",
            "weighted_severity": "0.0",
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-5228-2w57-13d8"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/pandas@0.19.2"
}