Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/71502?format=api",
    "purl": "pkg:npm/%40sentry/sveltekit@10.27.0",
    "type": "npm",
    "namespace": "@sentry",
    "name": "sveltekit",
    "version": "10.27.0",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": false,
    "next_non_vulnerable_version": "10.27.0",
    "latest_non_vulnerable_version": "10.27.0",
    "affected_by_vulnerabilities": [],
    "fixing_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/48437?format=api",
            "vulnerability_id": "VCID-mpch-4p6e-8ycf",
            "summary": "Sentry's sensitive headers are leaked when `sendDefaultPii` is set to `true`\nIn version 10.11.0, a change to how the SDK collects request data in Node.js applications caused certain incoming HTTP headers to be added as trace span attributes. When `sendDefaultPii: true` was set, a few headers that were previously redacted - including Authorization and Cookie - were unintentionally allowed through.\n\nSentry’s server-side scrubbing (handled by Sentry's Relay edge proxy) normally serves as a second layer of protection. However, because it relied on the same matching logic as the SDK, it also failed to catch these headers in this case.\n\nUsers may be impacted if:\n\n1. Their Sentry SDK configuration has `sendDefaultPii` set to `true`\n2. Their application uses one of the Node.js Sentry SDKs with version from `10.11.0` to `10.26.0` inclusively:\n- @sentry/astro\n- @sentry/aws-serverless\n- @sentry/bun\n- @sentry/google-cloud-serverless\n- @sentry/nestjs\n- @sentry/nextjs\n- @sentry/node\n- @sentry/node-core\n- @sentry/nuxt\n- @sentry/remix\n- @sentry/solidstart\n- @sentry/sveltekit\n\nUsers can check if their project was affected, by visiting Explore → Traces and searching for “http.request.header.authorization”, “http.request.header.cookie” or similar. Any potentially sensitive values will be specific to users' applications and configurations.",
            "references": [
                {
                    "reference_url": "https://github.com/getsentry/sentry-javascript",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/getsentry/sentry-javascript"
                },
                {
                    "reference_url": "https://github.com/getsentry/sentry-javascript/commit/a820fa2891fdcf985b834a5b557edf351ec54539",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/getsentry/sentry-javascript/commit/a820fa2891fdcf985b834a5b557edf351ec54539"
                },
                {
                    "reference_url": "https://github.com/getsentry/sentry-javascript/pull/17475",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/getsentry/sentry-javascript/pull/17475"
                },
                {
                    "reference_url": "https://github.com/getsentry/sentry-javascript/pull/18311",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/getsentry/sentry-javascript/pull/18311"
                },
                {
                    "reference_url": "https://github.com/getsentry/sentry-javascript/releases",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/getsentry/sentry-javascript/releases"
                },
                {
                    "reference_url": "https://github.com/getsentry/sentry-javascript/releases/tag/10.11.0",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/getsentry/sentry-javascript/releases/tag/10.11.0"
                },
                {
                    "reference_url": "https://github.com/getsentry/sentry-javascript/releases/tag/10.27.0",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/getsentry/sentry-javascript/releases/tag/10.27.0"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65944",
                    "reference_id": "CVE-2025-65944",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65944"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-6465-jgvq-jhgp",
                    "reference_id": "GHSA-6465-jgvq-jhgp",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-6465-jgvq-jhgp"
                },
                {
                    "reference_url": "https://github.com/getsentry/sentry-javascript/security/advisories/GHSA-6465-jgvq-jhgp",
                    "reference_id": "GHSA-6465-jgvq-jhgp",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/getsentry/sentry-javascript/security/advisories/GHSA-6465-jgvq-jhgp"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/71502?format=api",
                    "purl": "pkg:npm/%40sentry/sveltekit@10.27.0",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/%2540sentry/sveltekit@10.27.0"
                }
            ],
            "aliases": [
                "CVE-2025-65944",
                "GHSA-6465-jgvq-jhgp"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-mpch-4p6e-8ycf"
        }
    ],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/%2540sentry/sveltekit@10.27.0"
}