Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/50566?format=api",
    "vulnerability_id": "VCID-9wsw-kcx6-wkep",
    "summary": "OpenClaw vulnerable to arbitrary file read via $include directive\nA successful exploit can expose local secrets and credentials readable by the OpenClaw process user, including API keys and private config material.",
    "aliases": [
        {
            "alias": "CVE-2026-32061"
        },
        {
            "alias": "GHSA-56pc-6hvp-4gv4"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/74405?format=api",
            "purl": "pkg:npm/openclaw@2026.2.17",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/openclaw@2026.2.17"
        }
    ],
    "affected_packages": [],
    "references": [
        {
            "reference_url": "https://github.com/openclaw/openclaw",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/openclaw/openclaw"
        },
        {
            "reference_url": "https://github.com/openclaw/openclaw/commit/d1c00dbb7c64a39e205464dae7f2a068420e91c1",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/openclaw/openclaw/commit/d1c00dbb7c64a39e205464dae7f2a068420e91c1"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32061",
            "reference_id": "CVE-2026-32061",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32061"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-56pc-6hvp-4gv4",
            "reference_id": "GHSA-56pc-6hvp-4gv4",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/advisories/GHSA-56pc-6hvp-4gv4"
        },
        {
            "reference_url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-56pc-6hvp-4gv4",
            "reference_id": "GHSA-56pc-6hvp-4gv4",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-56pc-6hvp-4gv4"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 22,
            "name": "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')",
            "description": "The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory."
        },
        {
            "cwe_id": 937,
            "name": "OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities",
            "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013."
        },
        {
            "cwe_id": 1035,
            "name": "OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities",
            "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017."
        }
    ],
    "exploits": [],
    "severity_range_score": null,
    "exploitability": null,
    "weighted_severity": null,
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-9wsw-kcx6-wkep"
}