Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/49543?format=api",
    "purl": "pkg:pypi/geonode@5.0.2",
    "type": "pypi",
    "namespace": "",
    "name": "geonode",
    "version": "5.0.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/37286?format=api",
            "vulnerability_id": "VCID-3112-xnvn-gyen",
            "summary": "GeoNode versions 4.4.5 and 5.0.2 (and prior within their respective releases) contain a server-side request forgery vulnerability in the service registration endpoint that allows authenticated attackers to trigger outbound network requests to arbitrary URLs by submitting a crafted service URL during form validation. Attackers can probe internal network targets including loopback addresses, RFC1918 private IP ranges, link-local addresses, and cloud metadata services by exploiting insufficient URL validation in the WMS service handler without private IP filtering or allowlist enforcement.",
            "references": [
                {
                    "reference_url": "https://github.com/GeoNode/geonode/security/advisories/GHSA-hw9r-6m78-w6h3",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L"
                        }
                    ],
                    "url": "https://github.com/GeoNode/geonode/security/advisories/GHSA-hw9r-6m78-w6h3"
                },
                {
                    "reference_url": "https://www.vulncheck.com/advisories/geonode-ssrf-via-service-registration",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "6.3",
                            "scoring_system": "cvssv3.1",
                            "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L"
                        }
                    ],
                    "url": "https://www.vulncheck.com/advisories/geonode-ssrf-via-service-registration"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49542?format=api",
                    "purl": "pkg:pypi/geonode@4.4.5",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/geonode@4.4.5"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/49543?format=api",
                    "purl": "pkg:pypi/geonode@5.0.2",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/geonode@5.0.2"
                }
            ],
            "aliases": [
                "CVE-2026-39922",
                "GHSA-hw9r-6m78-w6h3",
                "PYSEC-2026-61"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-3112-xnvn-gyen"
        }
    ],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/geonode@5.0.2"
}