{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:a07f8406-6b7b-5764-8c0f-96a2ff2fbf39",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/fast-xml-parser@3.14.0-tuxcare.2",
      "type": "library",
      "name": "fast-xml-parser",
      "version": "3.14.0-tuxcare.2",
      "purl": "pkg:npm/fast-xml-parser@3.14.0-tuxcare.2"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:f6e2b9d1-b358-5574-aa49-ac087fc91c08",
      "id": "CVE-2023-26920",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2023-26920 is fixed in version 3.14.0-tuxcare.2 of fast-xml-parser."
      },
      "affects": [
        {
          "ref": "pkg:npm/fast-xml-parser@3.14.0-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:99373163-84c7-585d-8624-30a89a1b21fb",
      "id": "CVE-2026-25128",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-25128 does not affect version 3.14.0-tuxcare.2 of fast-xml-parser. Target version 3.14.0 is not affected by CVE-2026-25128. The vulnerability exists in fast-xml-parser versions 5.0.9-5.3.3 in built-in numeric entity processing code (src/xmlparser/OrderedObjParser.js) that calls String.fromCodePoint without range validation. Version 3.14.0 uses a completely different architecture that predates this vulnerable code: it has no built-in entity processing, no OrderedObjParser.js file, no String.fromCodePoint usage, and no src/xmlparser/ directory. Entity decoding in v3.14.0 is optional via external 'he' library through user-provided callbacks. The vulnerable code path (numeric entity \u2192 String.fromCodePoint \u2192 RangeError) does not exist in this version."
      },
      "affects": [
        {
          "ref": "pkg:npm/fast-xml-parser@3.14.0-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:c6098367-383a-5b3f-82a8-715e2fa696b7",
      "id": "CVE-2026-41650",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-41650 is fixed in version 3.14.0-tuxcare.2 of fast-xml-parser."
      },
      "affects": [
        {
          "ref": "pkg:npm/fast-xml-parser@3.14.0-tuxcare.2"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/fast-xml-parser@3.14.0-tuxcare.2"
    }
  ]
}