Lookup for vulnerable packages by Package URL.

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

{
    "url": "http://public2.vulnerablecode.io/api/packages/395749?format=api",
    "purl": "pkg:npm/airbrake@0.0.5",
    "type": "npm",
    "namespace": "",
    "name": "airbrake",
    "version": "0.0.5",
    "qualifiers": {},
    "subpath": "",
    "is_vulnerable": true,
    "next_non_vulnerable_version": "0.4.0",
    "latest_non_vulnerable_version": "0.4.0",
    "affected_by_vulnerabilities": [
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/48018?format=api",
            "vulnerability_id": "VCID-3a7m-jhm6-rfej",
            "summary": "Insecure Default Configuration in airbrake\nAffected versions of `airbrake` default to sending environment variables over an unencrypted HTTP connection. In scenarios where an attacker has a privileged network position, it is possible for them to capture and read these environment variables, which may result in leaking sensitive information.\n\n\n## Recommendation\n\nUpdate to version 0.4.0 or later, or upgrade from the now-deprecated `airbrake` module to its replacement, [`airbrake-js`](https://www.npmjs.com/package/airbrake-js).",
            "references": [
                {
                    "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2016-10530",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "0.003",
                            "scoring_system": "epss",
                            "scoring_elements": "0.53563",
                            "published_at": "2026-05-29T12:55:00Z"
                        }
                    ],
                    "url": "https://api.first.org/data/v1/epss?cve=CVE-2016-10530"
                },
                {
                    "reference_url": "https://github.com/advisories/GHSA-856x-cp3q-47vg",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "MODERATE",
                            "scoring_system": "cvssv3.1_qr",
                            "scoring_elements": ""
                        },
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/advisories/GHSA-856x-cp3q-47vg"
                },
                {
                    "reference_url": "https://github.com/airbrake/node-airbrake/issues/70",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://github.com/airbrake/node-airbrake/issues/70"
                },
                {
                    "reference_url": "https://nodesecurity.io/advisories/96",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://nodesecurity.io/advisories/96"
                },
                {
                    "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2016-10530",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-10530"
                },
                {
                    "reference_url": "https://www.npmjs.com/advisories/96",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [
                        {
                            "value": "MODERATE",
                            "scoring_system": "generic_textual",
                            "scoring_elements": ""
                        }
                    ],
                    "url": "https://www.npmjs.com/advisories/96"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/83040?format=api",
                    "purl": "pkg:npm/airbrake@0.4.0",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/airbrake@0.4.0"
                }
            ],
            "aliases": [
                "CVE-2016-10530",
                "GHSA-856x-cp3q-47vg"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-3a7m-jhm6-rfej"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/vulnerabilities/115479?format=api",
            "vulnerability_id": "VCID-k1ch-hkp7-c7c8",
            "summary": "Insecure Default Configuration\nThe airbrake module defaults to sending environment variables over HTTP. Environment variables can often times contain secret keys and other sensitive values. A malicious user could be on the same network as a regular user and intercept all the secret keys the user is sending. This goes against common best practice, which is to use HTTPS.",
            "references": [
                {
                    "reference_url": "https://github.com/airbrake/node-airbrake/issues/70",
                    "reference_id": "",
                    "reference_type": "",
                    "scores": [],
                    "url": "https://github.com/airbrake/node-airbrake/issues/70"
                }
            ],
            "fixed_packages": [
                {
                    "url": "http://public2.vulnerablecode.io/api/packages/83040?format=api",
                    "purl": "pkg:npm/airbrake@0.4.0",
                    "is_vulnerable": false,
                    "affected_by_vulnerabilities": [],
                    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/airbrake@0.4.0"
                }
            ],
            "aliases": [
                "GMS-2016-18"
            ],
            "risk_score": null,
            "exploitability": null,
            "weighted_severity": null,
            "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-k1ch-hkp7-c7c8"
        }
    ],
    "fixing_vulnerabilities": [],
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/airbrake@0.0.5"
}