Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/72855?format=api",
    "purl": "pkg:nuget/Umbraco.CMS@13.12.1",
    "type": "nuget",
    "namespace": "",
    "name": "Umbraco.CMS",
    "version": "13.12.1",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": false,
    "next_non_vulnerable_version": "16.5.1",
    "latest_non_vulnerable_version": "17.2.2",
    "affected_by_vulnerabilities": [],
    "fixing_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/49383?format=api",
            "vulnerability_id": "VCID-nhwe-aq8z-ryhn",
            "summary": "Umbraco Vulnerable to Improper File Access and Credential Exposure in Dictionary Import Functionality\nDue to unsafe handling and deletion of temporary files during the dictionary upload process, an attacker with access to the backoffice can trigger predictable requests to temporary file paths. The application’s error responses (HTTP 500 when a file exists, 404 when it does not) allow the attacker to enumerate the existence of arbitrary files on the server’s filesystem. This vulnerability does not allow reading or writing file contents.\n\nIn certain configurations, incomplete clean-up of temporary upload files may additionally expose the NTLM hash of the Windows account running the Umbraco application. The direct impact of this vulnerability is therefore limited to confidentiality, which is reflected in its CVSS base score of 4.9\n\nWhile the CVSS Base Score captures only the immediate effect, the practical risk varies significantly based on hosting environment and identity configuration. Umbraco Cloud sites run under low-privilege, isolated Azure App Service worker identities, which mitigates the impact of any credential exposure. In contrast, self-hosted deployments could run Umbraco using privileged local or domain accounts. If such an account’s NTLM hash is disclosed, an attacker may be able to:\n- Perform NTLM relay attacks\n- Crack the hash offline to recover the underlying password\n- Authenticate as the compromised identity\n- Access internal systems trusted by that identity\n- Move laterally within the network\n- Potentially escalate to full domain compromise in weakly segmented environments\n\nThese outcomes are not part of the CVSS base score, which only rates the immediate confidentiality impact, but represent realistic downstream consequences for installations using elevated or widely-trusted service accounts. Self-hosted environments running Umbraco under privileged identities are therefore at significantly higher risk.\n\nVulnerability found and reported by Tomasz Holeksa at Pentest Limited",
            "references": [
                {
                    "reference_url": "https://github.com/umbraco/Umbraco-CMS",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/umbraco/Umbraco-CMS"
                },
                {
                    "reference_url": "https://github.com/umbraco/Umbraco-CMS/commit/7505efd433189037f46547932d4a8b603fd4a615",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/umbraco/Umbraco-CMS/commit/7505efd433189037f46547932d4a8b603fd4a615"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66625",
                    "reference_id": "CVE-2025-66625",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66625"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-hfv2-pf68-m33x",
                    "reference_id": "GHSA-hfv2-pf68-m33x",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-hfv2-pf68-m33x"
                },
                {
                    "reference_url": "https://github.com/umbraco/Umbraco-CMS/security/advisories/GHSA-hfv2-pf68-m33x",
                    "reference_id": "GHSA-hfv2-pf68-m33x",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/umbraco/Umbraco-CMS/security/advisories/GHSA-hfv2-pf68-m33x"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/72855?format=api",
                    "purl": "pkg:nuget/Umbraco.CMS@13.12.1",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Umbraco.CMS@13.12.1"
                }
            ],
            "aliases": [
                "CVE-2025-66625",
                "GHSA-hfv2-pf68-m33x"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-nhwe-aq8z-ryhn"
        }
    ],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:nuget/Umbraco.CMS@13.12.1"
}