{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:5c5ec385-5287-504c-8553-819c9cc8eb90",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "marked",
      "purl": "pkg:npm/marked@0.7.0",
      "type": "library",
      "bom-ref": "pkg:npm/marked@0.7.0",
      "version": "0.7.0",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2022-21680",
      "affects": [
        {
          "ref": "pkg:npm/marked@0.7.0"
        }
      ],
      "bom-ref": "urn:uuid:946a1632-3acf-5d19-950c-3ba9720cdca8",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2022-21680 affects version 0.7.0 of marked, and is fixed in 0.7.0-tuxcare.1."
      }
    },
    {
      "id": "CVE-2022-21681",
      "affects": [
        {
          "ref": "pkg:npm/marked@0.7.0"
        }
      ],
      "bom-ref": "urn:uuid:7da658d0-d575-5732-a04f-afc3b8316f8e",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2022-21681 affects version 0.7.0 of marked, and is fixed in 0.7.0-tuxcare.1."
      }
    },
    {
      "id": "CVE-2026-41680",
      "affects": [
        {
          "ref": "pkg:npm/marked@0.7.0"
        }
      ],
      "bom-ref": "urn:uuid:c8ef08cb-9e6d-5e6d-b3d2-a5be3b5b9dc7",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41680 does not affect version 0.7.0 of marked. Target version 0.7.0 is not affected by CVE-2026-41680. The vulnerability exists specifically in marked versions 18.0.0-18.0.1 due to architectural changes in the modern TypeScript codebase. Version 0.7.0 uses a fundamentally different single-file JavaScript architecture where all pattern matches properly consume input characters, preventing the infinite loop condition. Empirical testing confirms the malicious input `\\t\\v\\n` is parsed successfully without triggering an infinite loop, producing the correct output `<pre><code>\\v</code></pre>`.",
        "justification": "code_not_present"
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/marked@0.7.0"
    }
  ]
}