{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:a8646ddd-2880-58e7-8bff-1badf785f00c",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/qs@4.0.0-tuxcare.1",
      "type": "library",
      "name": "qs",
      "version": "4.0.0-tuxcare.1",
      "purl": "pkg:npm/qs@4.0.0-tuxcare.1"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:5cb36b75-ad33-5277-b1b5-eca5c9355e32",
      "id": "CVE-2017-1000048",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2017-1000048 does not affect version 4.0.0-tuxcare.1 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-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:23445722-c090-532b-a9c9-9d967793f0ea",
      "id": "CVE-2020-7774",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2020-7774 is fixed in version 4.0.0-tuxcare.1 of qs."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@4.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:06e0c45a-cab1-5e4b-bcd1-98ff0d6b8971",
      "id": "CVE-2022-24999",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2022-24999 does not affect version 4.0.0-tuxcare.1 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-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:45e71eaa-5a9a-598c-921d-9fd5258dc3a8",
      "id": "CVE-2025-15284",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2025-15284 does not affect version 4.0.0-tuxcare.1 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-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:c1788874-3c21-5098-b860-cc89610b539f",
      "id": "CVE-2025-7783",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2025-7783 is fixed in version 4.0.0-tuxcare.1 of qs."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@4.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:afe00971-d641-592a-9269-65fe41e53446",
      "id": "CVE-2026-2391",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-2391 does not affect version 4.0.0-tuxcare.1 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-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:a5367f90-d745-584e-a8d3-37802dcf1dc9",
      "id": "CVE-2026-8723",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-8723 does not affect version 4.0.0-tuxcare.1 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-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:c6090890-e266-58b1-8145-54b82ebce794",
      "id": "GHSA-5c6j-r48x-rmvq",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability GHSA-5c6j-r48x-rmvq is fixed in version 4.0.0-tuxcare.1 of qs."
      },
      "affects": [
        {
          "ref": "pkg:npm/qs@4.0.0-tuxcare.1"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/qs@4.0.0-tuxcare.1"
    }
  ]
}