Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/72736?format=api",
    "purl": "pkg:npm/next@15.4.0-canary.0",
    "type": "npm",
    "namespace": "",
    "name": "next",
    "version": "15.4.0-canary.0",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "15.4.8",
    "latest_non_vulnerable_version": "16.1.5",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/49414?format=api",
            "vulnerability_id": "VCID-2q2t-61xt-u3ax",
            "summary": "Next Server Actions Source Code Exposure\nA vulnerability affects certain React packages for versions 19.0.0, 19.0.1, 19.1.0, 19.1.1, 19.1.2, 19.2.0, and 19.2.1 and frameworks that use the affected packages, including Next.js 15.x and 16.x using the App Router. The issue is tracked upstream as [CVE-2025-55183](https://www.cve.org/CVERecord?id=CVE-2025-55183).\n\nA malicious HTTP request can be crafted and sent to any App Router endpoint that can return the compiled source code of [Server Functions](https://react.dev/reference/rsc/server-functions). This could reveal business logic, but would not expose secrets unless they were hardcoded directly into [Server Function](https://react.dev/reference/rsc/server-functions) code.",
            "references": [
                {
                    "reference_url": "https://github.com/vercel/next.js",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/vercel/next.js"
                },
                {
                    "reference_url": "https://nextjs.org/blog/security-update-2025-12-11",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nextjs.org/blog/security-update-2025-12-11"
                },
                {
                    "reference_url": "https://www.cve.org/CVERecord?id=CVE-2025-55183",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://www.cve.org/CVERecord?id=CVE-2025-55183"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-w37m-7fhw-fmv9",
                    "reference_id": "GHSA-w37m-7fhw-fmv9",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-w37m-7fhw-fmv9"
                },
                {
                    "reference_url": "https://github.com/vercel/next.js/security/advisories/GHSA-w37m-7fhw-fmv9",
                    "reference_id": "GHSA-w37m-7fhw-fmv9",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/vercel/next.js/security/advisories/GHSA-w37m-7fhw-fmv9"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/72931?format=api",
                    "purl": "pkg:npm/next@15.4.9",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-38m6-9vq5-a7a7"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@15.4.9"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/72932?format=api",
                    "purl": "pkg:npm/next@15.5.8",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-38m6-9vq5-a7a7"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@15.5.8"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/72933?format=api",
                    "purl": "pkg:npm/next@15.6.0-canary.59",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-38m6-9vq5-a7a7"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@15.6.0-canary.59"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/72934?format=api",
                    "purl": "pkg:npm/next@16.0.9",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-38m6-9vq5-a7a7"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@16.0.9"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/72935?format=api",
                    "purl": "pkg:npm/next@16.1.0-canary.17",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-38m6-9vq5-a7a7"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@16.1.0-canary.17"
                }
            ],
            "aliases": [
                "GHSA-w37m-7fhw-fmv9"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-2q2t-61xt-u3ax"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/49418?format=api",
            "vulnerability_id": "VCID-3ruh-95mg-wybh",
            "summary": "Next Vulnerable to Denial of Service with Server Components\nA vulnerability affects certain React packages for versions 19.0.0, 19.0.1, 19.1.0, 19.1.1, 19.1.2, 19.2.0, and 19.2.1 and frameworks that use the affected packages, including Next.js 15.x and 16.x using the App Router. The issue is tracked upstream as [CVE-2025-55184](https://www.cve.org/CVERecord?id=CVE-2025-55184).\n\nA malicious HTTP request can be crafted and sent to any App Router endpoint that, when deserialized, can cause the server process to hang and consume CPU. This can result in denial of service in unpatched environments.",
            "references": [
                {
                    "reference_url": "https://github.com/vercel/next.js",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/vercel/next.js"
                },
                {
                    "reference_url": "https://nextjs.org/blog/security-update-2025-12-11",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nextjs.org/blog/security-update-2025-12-11"
                },
                {
                    "reference_url": "https://www.cve.org/CVERecord?id=CVE-2025-55184",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://www.cve.org/CVERecord?id=CVE-2025-55184"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-mwv6-3258-q52c",
                    "reference_id": "GHSA-mwv6-3258-q52c",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-mwv6-3258-q52c"
                },
                {
                    "reference_url": "https://github.com/vercel/next.js/security/advisories/GHSA-mwv6-3258-q52c",
                    "reference_id": "GHSA-mwv6-3258-q52c",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/vercel/next.js/security/advisories/GHSA-mwv6-3258-q52c"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/72931?format=api",
                    "purl": "pkg:npm/next@15.4.9",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-38m6-9vq5-a7a7"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@15.4.9"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/72932?format=api",
                    "purl": "pkg:npm/next@15.5.8",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-38m6-9vq5-a7a7"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@15.5.8"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/72933?format=api",
                    "purl": "pkg:npm/next@15.6.0-canary.59",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-38m6-9vq5-a7a7"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@15.6.0-canary.59"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/72934?format=api",
                    "purl": "pkg:npm/next@16.0.9",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-38m6-9vq5-a7a7"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@16.0.9"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/72935?format=api",
                    "purl": "pkg:npm/next@16.1.0-canary.17",
                    "is_vulnerable": true,
                    "affected_by_vulnerabilities": [
                        {
                            "vulnerability": "VCID-38m6-9vq5-a7a7"
                        }
                    ],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@16.1.0-canary.17"
                }
            ],
            "aliases": [
                "GHSA-mwv6-3258-q52c"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-3ruh-95mg-wybh"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/49872?format=api",
            "vulnerability_id": "VCID-3rx6-y94b-27ep",
            "summary": "Next.js HTTP request deserialization can lead to DoS when using insecure React Server Components\nA vulnerability affects certain React Server Components packages for versions 19.0.x, 19.1.x, and 19.2.x and frameworks that use the affected packages, including Next.js 13.x, 14.x, 15.x, and 16.x using the App Router. The issue is tracked upstream as [CVE-2026-23864](https://github.com/facebook/react/security/advisories/GHSA-83fc-fqcc-2hmg).\n\nA specially crafted HTTP request can be sent to any App Router Server Function endpoint that, when deserialized, may trigger excessive CPU usage, out-of-memory exceptions, or server crashes. This can result in denial of service in unpatched environments.",
            "references": [
                {
                    "reference_url": "https://github.com/vercel/next.js",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/vercel/next.js"
                },
                {
                    "reference_url": "https://vercel.com/changelog/summary-of-cve-2026-23864",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://vercel.com/changelog/summary-of-cve-2026-23864"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23864",
                    "reference_id": "CVE-2026-23864",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23864"
                },
                {
                    "reference_url": "https://github.com/facebook/react/security/advisories/GHSA-83fc-fqcc-2hmg",
                    "reference_id": "GHSA-83fc-fqcc-2hmg",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/facebook/react/security/advisories/GHSA-83fc-fqcc-2hmg"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-h25m-26qc-wcjf",
                    "reference_id": "GHSA-h25m-26qc-wcjf",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-h25m-26qc-wcjf"
                },
                {
                    "reference_url": "https://github.com/vercel/next.js/security/advisories/GHSA-h25m-26qc-wcjf",
                    "reference_id": "GHSA-h25m-26qc-wcjf",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/vercel/next.js/security/advisories/GHSA-h25m-26qc-wcjf"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/73666?format=api",
                    "purl": "pkg:npm/next@15.4.11",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@15.4.11"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/73639?format=api",
                    "purl": "pkg:npm/next@15.5.10",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@15.5.10"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/73667?format=api",
                    "purl": "pkg:npm/next@15.6.0-canary.61",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@15.6.0-canary.61"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/73668?format=api",
                    "purl": "pkg:npm/next@16.0.11",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@16.0.11"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/73640?format=api",
                    "purl": "pkg:npm/next@16.1.5",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@16.1.5"
                }
            ],
            "aliases": [
                "GHSA-h25m-26qc-wcjf"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-3rx6-y94b-27ep"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/49874?format=api",
            "vulnerability_id": "VCID-d59z-sntr-uuak",
            "summary": "Next.js has Unbounded Memory Consumption via PPR Resume Endpoint\nA denial of service vulnerability exists in Next.js versions with Partial Prerendering (PPR) enabled when running in minimal mode. The PPR resume endpoint accepts unauthenticated POST requests with the `Next-Resume: 1` header and processes attacker-controlled postponed state data. Two closely related vulnerabilities allow an attacker to crash the server process through memory exhaustion:\n\n1. **Unbounded request body buffering**: The server buffers the entire POST request body into memory using `Buffer.concat()` without enforcing any size limit, allowing arbitrarily large payloads to exhaust available memory.\n\n2. **Unbounded decompression (zipbomb)**: The resume data cache is decompressed using `inflateSync()` without limiting the decompressed output size. A small compressed payload can expand to hundreds of megabytes or gigabytes, causing memory exhaustion.\n\nBoth attack vectors result in a fatal V8 out-of-memory error (`FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory`) causing the Node.js process to terminate. The zipbomb variant is particularly dangerous as it can bypass reverse proxy request size limits while still causing large memory allocation on the server.\n\nTo be affected, an application must run with `experimental.ppr: true` or `cacheComponents: true` configured along with the NEXT_PRIVATE_MINIMAL_MODE=1 environment variable.\n\nStrongly consider upgrading to 15.6.0-canary.61 or 16.1.5 to reduce risk and prevent availability issues in Next applications.",
            "references": [
                {
                    "reference_url": "https://github.com/vercel/next.js",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/vercel/next.js"
                },
                {
                    "reference_url": "https://vercel.com/changelog/summaries-of-cve-2025-59471-and-cve-2025-59472",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://vercel.com/changelog/summaries-of-cve-2025-59471-and-cve-2025-59472"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59472",
                    "reference_id": "CVE-2025-59472",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59472"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-5f7q-jpqc-wp7h",
                    "reference_id": "GHSA-5f7q-jpqc-wp7h",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-5f7q-jpqc-wp7h"
                },
                {
                    "reference_url": "https://github.com/vercel/next.js/security/advisories/GHSA-5f7q-jpqc-wp7h",
                    "reference_id": "GHSA-5f7q-jpqc-wp7h",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/vercel/next.js/security/advisories/GHSA-5f7q-jpqc-wp7h"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/73667?format=api",
                    "purl": "pkg:npm/next@15.6.0-canary.61",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@15.6.0-canary.61"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/73640?format=api",
                    "purl": "pkg:npm/next@16.1.5",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@16.1.5"
                }
            ],
            "aliases": [
                "CVE-2025-59472",
                "GHSA-5f7q-jpqc-wp7h"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-d59z-sntr-uuak"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/49336?format=api",
            "vulnerability_id": "VCID-k1q6-b8t3-hqb6",
            "summary": "Duplicate\nThis advisory duplicates another.",
            "references": [
                {
                    "reference_url": "https://github.com/facebook/react",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/facebook/react"
                },
                {
                    "reference_url": "https://github.com/facebook/react/commit/7dc903cd29dac55efb4424853fd0442fef3a8700",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/facebook/react/commit/7dc903cd29dac55efb4424853fd0442fef3a8700"
                },
                {
                    "reference_url": "https://github.com/facebook/react/pull/35277",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/facebook/react/pull/35277"
                },
                {
                    "reference_url": "https://github.com/facebook/react/releases/tag/v19.0.1",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/facebook/react/releases/tag/v19.0.1"
                },
                {
                    "reference_url": "https://github.com/facebook/react/releases/tag/v19.1.2",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/facebook/react/releases/tag/v19.1.2"
                },
                {
                    "reference_url": "https://github.com/facebook/react/releases/tag/v19.2.1",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/facebook/react/releases/tag/v19.2.1"
                },
                {
                    "reference_url": "https://github.com/vercel/next.js",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/vercel/next.js"
                },
                {
                    "reference_url": "https://news.ycombinator.com/item?id=46136026",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://news.ycombinator.com/item?id=46136026"
                },
                {
                    "reference_url": "https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55182",
                    "reference_id": "CVE-2025-55182",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55182"
                },
                {
                    "reference_url": "https://www.facebook.com/security/advisories/cve-2025-55182",
                    "reference_id": "CVE-2025-55182",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://www.facebook.com/security/advisories/cve-2025-55182"
                },
                {
                    "reference_url": "https://github.com/ejpir/CVE-2025-55182-poc",
                    "reference_id": "CVE-2025-55182-POC",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/ejpir/CVE-2025-55182-poc"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66478",
                    "reference_id": "CVE-2025-66478",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66478"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-9qr9-h5gf-34mp",
                    "reference_id": "GHSA-9qr9-h5gf-34mp",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-9qr9-h5gf-34mp"
                },
                {
                    "reference_url": "https://github.com/vercel/next.js/security/advisories/GHSA-9qr9-h5gf-34mp",
                    "reference_id": "GHSA-9qr9-h5gf-34mp",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/vercel/next.js/security/advisories/GHSA-9qr9-h5gf-34mp"
                },
                {
                    "reference_url": "https://github.com/vitejs/vite-plugin-react/security/advisories/GHSA-fmh4-wr37-44fp",
                    "reference_id": "GHSA-fmh4-wr37-44fp",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/vitejs/vite-plugin-react/security/advisories/GHSA-fmh4-wr37-44fp"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-fv66-9v8q-g76r",
                    "reference_id": "GHSA-fv66-9v8q-g76r",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/advisories/GHSA-fv66-9v8q-g76r"
                },
                {
                    "reference_url": "https://github.com/facebook/react/security/advisories/GHSA-fv66-9v8q-g76r",
                    "reference_id": "GHSA-fv66-9v8q-g76r",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/facebook/react/security/advisories/GHSA-fv66-9v8q-g76r"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/72743?format=api",
                    "purl": "pkg:npm/next@15.4.8",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@15.4.8"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/72744?format=api",
                    "purl": "pkg:npm/next@15.5.7",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@15.5.7"
                },
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/72745?format=api",
                    "purl": "pkg:npm/next@16.0.7",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@16.0.7"
                }
            ],
            "aliases": [
                "CVE-2025-55182",
                "CVE-2025-66478",
                "GHSA-9qr9-h5gf-34mp",
                "GHSA-fv66-9v8q-g76r"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-k1q6-b8t3-hqb6"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/next@15.4.0-canary.0"
}