Lookup for vulnerabilities affecting packages.

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

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/70418?format=api",
    "vulnerability_id": "VCID-pk29-3vxm-skce",
    "summary": "Concurrent execution using shared resource with improper synchronization ('race condition') in Windows Telephony Service allows an authorized attacker to elevate privileges locally.",
    "aliases": [
        {
            "alias": "CVE-2026-42912"
        }
    ],
    "fixed_packages": [],
    "affected_packages": [],
    "references": [
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2026-42912",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00038",
                    "scoring_system": "epss",
                    "scoring_elements": "0.11671",
                    "published_at": "2026-06-11T12:55:00Z"
                },
                {
                    "value": "0.00038",
                    "scoring_system": "epss",
                    "scoring_elements": "0.11752",
                    "published_at": "2026-06-12T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2026-42912"
        },
        {
            "reference_url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-42912",
            "reference_id": "CVE-2026-42912",
            "reference_type": "",
            "scores": [
                {
                    "value": "7",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C"
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:T/P:M/B:A/M:M/D:T/2026-06-10T03:55:37Z/"
                }
            ],
            "url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-42912"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 362,
            "name": "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')",
            "description": "The product contains a code sequence that can run concurrently with other code, and the code sequence requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence that is operating concurrently."
        }
    ],
    "exploits": [],
    "severity_range_score": "7.0 - 7.0",
    "exploitability": null,
    "weighted_severity": null,
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-pk29-3vxm-skce"
}