Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/49397?format=api",
    "vulnerability_id": "VCID-9mrv-c438-vkgv",
    "summary": "LangGraph's SQLite is vulnerable to SQL injection via metadata filter key in SQLite checkpointer list method\nAttackers who control metadata filter keys can execute arbitrary sql queries against the database.",
    "aliases": [
        {
            "alias": "CVE-2025-67644"
        },
        {
            "alias": "GHSA-9rwj-6rc7-p77c"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/72879?format=api",
            "purl": "pkg:pypi/langgraph-checkpoint-sqlite@3.0.1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:pypi/langgraph-checkpoint-sqlite@3.0.1"
        }
    ],
    "affected_packages": [],
    "references": [
        {
            "reference_url": "https://github.com/langchain-ai/langgraph",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/langchain-ai/langgraph"
        },
        {
            "reference_url": "https://github.com/langchain-ai/langgraph/commit/297242913f8ad2143ee3e2f72e67db0911d48e2a",
            "reference_id": "",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/langchain-ai/langgraph/commit/297242913f8ad2143ee3e2f72e67db0911d48e2a"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67644",
            "reference_id": "CVE-2025-67644",
            "reference_type": "",
            "scores": [],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67644"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-9rwj-6rc7-p77c",
            "reference_id": "GHSA-9rwj-6rc7-p77c",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/advisories/GHSA-9rwj-6rc7-p77c"
        },
        {
            "reference_url": "https://github.com/langchain-ai/langgraph/security/advisories/GHSA-9rwj-6rc7-p77c",
            "reference_id": "GHSA-9rwj-6rc7-p77c",
            "reference_type": "",
            "scores": [],
            "url": "https://github.com/langchain-ai/langgraph/security/advisories/GHSA-9rwj-6rc7-p77c"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 89,
            "name": "Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')",
            "description": "The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component."
        },
        {
            "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-9mrv-c438-vkgv"
}