{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:aa9b7790-6de5-5acb-a606-182bbde96e7b",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/js-yaml@4.3.0",
      "type": "library",
      "name": "js-yaml",
      "version": "4.3.0",
      "purl": "pkg:npm/js-yaml@4.3.0"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:c1b6666e-3003-5220-8d51-b8b95d42630c",
      "id": "CVE-2026-59868",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-59868 does not affect version 4.3.0 of js-yaml. not_affected \u2014 CVE-2026-59868 is NOT present in js-yaml v4.3.0. The upstream vendor (Vitaly Puzrin) backported the maxTotalMergeKeys defense from v5, which prevents the O(N^2) merge-chain CPU exhaustion attack. The fix is present at lib/loader.js:155,166,384-386 and enforces a cumulative limit (default 10000) on keys processed during merge operations. This is an upstream vendor fix that TuxCare's repository i..."
      },
      "affects": [
        {
          "ref": "pkg:npm/js-yaml@4.3.0"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:826b1764-9478-5673-aa9f-e62a313f7462",
      "id": "CVE-2026-59870",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-59870 affects version 4.3.0 of js-yaml."
      },
      "affects": [
        {
          "ref": "pkg:npm/js-yaml@4.3.0"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:d58f3395-97a0-5784-afc2-bca934c97028",
      "id": "CVE-2026-73643",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-73643 does not affect version 4.3.0 of js-yaml. Version 4.3.0 is NOT affected by CVE-2026-73643. The vulnerability was introduced in version 5.0.0 when js-yaml was rewritten with a new TypeScript-based event parser. Version 4.3.0 uses the older JavaScript-based parser architecture that does not exhibit the exponential re-parsing behavior. While version 4.3.0 does process nested flow sequences with key:value pairs (the Input), its parser cannot reach the Goal (exponential CPU exhaustion) because it lacks the vulnerable code path (restoreState + re-parse pattern)."
      },
      "affects": [
        {
          "ref": "pkg:npm/js-yaml@4.3.0"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:eccc7d49-b171-545f-87eb-87cfa63a73d8",
      "id": "GHSA-5p4m-2wfm-xmqj",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability GHSA-5p4m-2wfm-xmqj affects version 4.3.0 of js-yaml."
      },
      "affects": [
        {
          "ref": "pkg:npm/js-yaml@4.3.0"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:5b155406-191a-5905-b62e-045821a4ea73",
      "id": "GHSA-pm4m-ph32-ghv5",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability GHSA-pm4m-ph32-ghv5 does not affect version 4.3.0 of js-yaml. Version 4.3.0 uses a JavaScript direct-parsing architecture that does not exhibit the exponential reparsing vulnerability. The vulnerability exists only in v5.x's TypeScript event-based parser which uses a rewind-and-reparse pattern. Testing confirms v4.3.0 completes the CVE PoC payload (n=30) in <10ms, whereas vulnerable v5.x versions would take >2 minutes. The target architecture never had the vulnerable code path."
      },
      "affects": [
        {
          "ref": "pkg:npm/js-yaml@4.3.0"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/js-yaml@4.3.0"
    }
  ]
}