{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:775a040e-6fd5-5bf9-960e-9ba476116556",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "marked",
      "purl": "pkg:npm/marked@1.2.7",
      "type": "library",
      "bom-ref": "pkg:npm/marked@1.2.7",
      "version": "1.2.7",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2021-21306",
      "affects": [
        {
          "ref": "pkg:npm/marked@1.2.7"
        }
      ],
      "bom-ref": "urn:uuid:6d26c70e-2ea9-5b57-aa3b-ad913b479528",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2021-21306 affects version 1.2.7 of marked, and is fixed in 1.2.7-tuxcare.1."
      }
    },
    {
      "id": "CVE-2022-21680",
      "affects": [
        {
          "ref": "pkg:npm/marked@1.2.7"
        }
      ],
      "bom-ref": "urn:uuid:e50215ec-aabe-52ae-bf87-a58f93c6dcb7",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2022-21680 affects version 1.2.7 of marked, and is fixed in 1.2.7-tuxcare.1."
      }
    },
    {
      "id": "CVE-2022-21681",
      "affects": [
        {
          "ref": "pkg:npm/marked@1.2.7"
        }
      ],
      "bom-ref": "urn:uuid:da9b3a04-d800-56c3-a091-201c5f63745b",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2022-21681 affects version 1.2.7 of marked, and is fixed in 1.2.7-tuxcare.1."
      }
    },
    {
      "id": "CVE-2026-41680",
      "affects": [
        {
          "ref": "pkg:npm/marked@1.2.7"
        }
      ],
      "bom-ref": "urn:uuid:d0486225-8397-50ac-bce8-3a4fc05d53cf",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41680 does not affect version 1.2.7 of marked. Target version 1.2.7 is not affected by CVE-2026-41680. The vulnerability exists in TypeScript-refactored versions (18.0.0-18.0.1) due to a `trimTrailingBlankLines` helper function that uses `.trim()` to detect blank lines, incorrectly treating vertical-tab-only lines as blank and returning empty raw tokens. This function does not exist in version 1.2.7's JavaScript codebase. The target's code tokenizer always returns the full regex match as `raw`, ensuring the lexing loop makes progress and cannot enter the infinite recursion that causes memory exhaustion.",
        "justification": "code_not_present"
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/marked@1.2.7"
    }
  ]
}