{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:8781d0ea-167f-5e98-83f6-1d7e08d998ec",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/fast-xml-parser@4.4.0",
      "type": "library",
      "name": "fast-xml-parser",
      "version": "4.4.0",
      "purl": "pkg:npm/fast-xml-parser@4.4.0"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:37083e6e-d96a-51b5-9935-5b79748a88f0",
      "id": "CVE-2026-25128",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-25128 does not affect version 4.4.0 of fast-xml-parser. Version 4.4.0 is not affected by CVE-2026-25128. The vulnerability requires String.fromCodePoint() to throw RangeError on out-of-range code points, but version 4.4.0 uses String.fromCharCode() instead (lines 43-44 of OrderedObjParser.js), which wraps values using modulo 65536 and never throws RangeError. The switch to fromCodePoint() occurred in commit 5b6000a (Feb 2025), introducing the vulnerability in versions 5.0.x+. Empirical testing with CVE example input (&#9999999; and &#xFFFFFF;) confirms the parser does not crash in version 4.4.0\u2014it produces truncated characters but no exception. The vulnerable code pattern is not present in this version."
      },
      "affects": [
        {
          "ref": "pkg:npm/fast-xml-parser@4.4.0"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/fast-xml-parser@4.4.0"
    }
  ]
}