{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:3486ece2-b010-50e9-a4bf-1da166a37cd3",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/qs@4.0.0",
      "type": "library",
      "name": "qs",
      "version": "4.0.0",
      "purl": "pkg:npm/qs@4.0.0"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:147a0103-9e7f-516c-9081-f132fc3cd978",
      "id": "CVE-2017-1000048",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2017-1000048 does not affect version 4.0.0 of qs. already_fixed \u2014 CVE-2017-1000048 (Prototype Pollution) has been fixed in the target repository. The vulnerability was addressed by a TuxCare backport applied in commit bc776ca on January 26, 2026. The fix adds comprehensive prototype pollution protections to the qs.parse() function, including checks for Object.prototype properties and explicit __proto__ blocking. All defense mechanisms from the vendor patches ..."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@4.0.0"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:a9795400-1857-5219-95ee-e926c6e72e06",
      "id": "CVE-2022-24999",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2022-24999 does not affect version 4.0.0 of qs. already_fixed \u2014 The target repository (qs version 4.0.0-tuxcare.1, SHA 7dbe1314675c0b5456f4a1254b1e63ea3e6b637b) already contains the fix for CVE-2022-24999. The defense against __proto__ prototype pollution has been applied in prior TuxCare backport commits (cb60809, dd207dd) as part of JSELS-728. The exact same defense mechanism from the upstream vendor patches is present in the target code."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@4.0.0"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:fa763842-5bba-58d9-b3d3-98cbbeaee616",
      "id": "CVE-2025-15284",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2025-15284 does not affect version 4.0.0 of qs. already_fixed \u2014 CVE-2025-15284 has been fixed in this version (4.0.0-tuxcare.1). The fix was applied via commit 0c1a397 (feat(JSELS-727): fix CVE-2025-15284), which adds arrayLimit enforcement to bracket notation parsing. The target code contains both the modified bracket notation handler in lib/parse.js that calls Utils.combine() with arrayLimit parameter, and the enhanced combine() function in lib/utils.js t..."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@4.0.0"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:2d716315-1d01-5d9b-a293-1e2209a25e42",
      "id": "CVE-2026-2391",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-2391 does not affect version 4.0.0 of qs. not_affected \u2014 Version 4.0.0 is not affected by CVE-2026-2391. The vulnerability requires the 'comma' option feature (comma: true) which does not exist in this version. This feature was introduced in later versions (6.x+). Without the comma-parsing capability, query strings containing commas are treated as single string values rather than being split into arrays, preventing the unbounded array allocation vuln..."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@4.0.0"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:ff8c7871-a660-5824-8a99-1afe22ac8444",
      "id": "CVE-2026-82417",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-82417 affects version 4.0.0 of qs."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@4.0.0"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:bf0f0a89-2bf7-5d9b-b6cb-6ebfcce02b44",
      "id": "CVE-2026-8723",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-8723 does not affect version 4.0.0 of qs. not_affected \u2014 Target version 4.0.0 is NOT affected by CVE-2026-8723. The vulnerable code path (arrayFormat: 'comma' + encodeValuesOnly) does not exist in this version. The vulnerability was introduced in v6.11.1 (commit 4c4b23d, January 2023), years after v4.0.0. Empirical testing confirms the CVE PoC does not crash in v4.0.0."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@4.0.0"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/qs@4.0.0"
    }
  ]
}