Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/71306?format=api",
    "purl": "pkg:pypi/agno@2.2.2",
    "type": "pypi",
    "namespace": "",
    "name": "agno",
    "version": "2.2.2",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": false,
    "next_non_vulnerable_version": null,
    "latest_non_vulnerable_version": null,
    "affected_by_vulnerabilities": [],
    "fixing_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/48317?format=api",
            "vulnerability_id": "VCID-14eb-zk7z-aff1",
            "summary": "Agno session state overwrites between different sessions/users\nUnder certain conditions (under high concurrency), when `session_state` is passed to an Agent or Team during run or arun calls, a race condition can occur, causing a `session_state` to be assigned and persisted to the incorrect session. This may result in user data from one session being exposed to another user.",
            "references": [
                {
                    "reference_url": "https://github.com/agno-agi/agno",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/agno-agi/agno"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64168",
                    "reference_id": "CVE-2025-64168",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64168"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-vw84-hprm-cxmm",
                    "reference_id": "GHSA-vw84-hprm-cxmm",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-vw84-hprm-cxmm"
                },
                {
                    "reference_url": "https://github.com/agno-agi/agno/security/advisories/GHSA-vw84-hprm-cxmm",
                    "reference_id": "GHSA-vw84-hprm-cxmm",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/agno-agi/agno/security/advisories/GHSA-vw84-hprm-cxmm"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/71306?format=api",
                    "purl": "pkg:pypi/agno@2.2.2",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/agno@2.2.2"
                }
            ],
            "aliases": [
                "CVE-2025-64168",
                "GHSA-vw84-hprm-cxmm"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-14eb-zk7z-aff1"
        }
    ],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/agno@2.2.2"
}