{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:d5a6dfa2-2868-5d5d-bf27-3a2630d98865",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "marked",
      "purl": "pkg:npm/marked@4.0.6-tuxcare.3",
      "type": "library",
      "bom-ref": "pkg:npm/marked@4.0.6-tuxcare.3",
      "version": "4.0.6-tuxcare.3",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2022-21680",
      "affects": [
        {
          "ref": "pkg:npm/marked@4.0.6-tuxcare.3"
        }
      ],
      "bom-ref": "urn:uuid:60b0b7f7-73b4-5f89-8844-951a43d229d1",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2022-21680 is fixed in version 4.0.6-tuxcare.3 of marked."
      }
    },
    {
      "id": "CVE-2022-21681",
      "affects": [
        {
          "ref": "pkg:npm/marked@4.0.6-tuxcare.3"
        }
      ],
      "bom-ref": "urn:uuid:ba7672cd-f27c-5a4d-8628-e133f6fdd188",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2022-21681 affects version 4.0.6-tuxcare.3 of marked."
      }
    },
    {
      "id": "CVE-2026-41680",
      "affects": [
        {
          "ref": "pkg:npm/marked@4.0.6-tuxcare.3"
        }
      ],
      "bom-ref": "urn:uuid:145f0a1b-70d2-55f8-8030-9e8a45b127cc",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41680 does not affect version 4.0.6-tuxcare.3 of marked. Version 4.0.6 is NOT affected by CVE-2026-41680. This vulnerability was introduced in version 18.0.0 and fixed in 18.0.2. Version 4.0.6 predates the introduction of the vulnerability and successfully handles the malicious input (`\\t\\v\\n`) without entering an infinite loop. Empirical testing confirms the target parses the CVE's attack input correctly as an indented code block, with no memory exhaustion or crash.",
        "justification": "code_not_present"
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/marked@4.0.6-tuxcare.3"
    }
  ]
}