{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:718aa37a-1aeb-544e-9e8a-f1632807ee6b",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2",
      "type": "library",
      "name": "@angular/language-service",
      "version": "15.2.6-tuxcare.2",
      "purl": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:9e9e1008-c8d0-5a3d-a62a-2d99249b2748",
      "id": "CVE-2025-66035",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2025-66035 is fixed in version 15.2.6-tuxcare.2 of @angular/language-service."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:cd0ee0e1-f738-5d60-84e0-6f15ddc20fa5",
      "id": "CVE-2025-66412",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2025-66412 is fixed in version 15.2.6-tuxcare.2 of @angular/language-service."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:b473f030-aa19-5abb-a6be-7c97501b4cb8",
      "id": "CVE-2026-22610",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-22610 is fixed in version 15.2.6-tuxcare.2 of @angular/language-service."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:f59e1faa-dd89-52e1-8bcc-d18c9b3cd1ce",
      "id": "CVE-2026-27970",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-27970 is fixed in version 15.2.6-tuxcare.2 of @angular/language-service."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:32493906-cfb0-5df6-b854-e609736c1aea",
      "id": "CVE-2026-41423",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41423 does not affect version 15.2.6-tuxcare.2 of @angular/language-service. not_affected \u2014 Target version 15.2.6 is NOT affected by CVE-2026-41423. The target uses Node.js legacy url.parse() API which does NOT interpret protocol-relative URLs (//evil.com) as hostname overrides. The vulnerability only exists when using the WHATWG URL API (new URL()) without input preprocessing, which this version does not use. Testing confirms url.parse('//attacker.com') sets hostname to null (not 'at..."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:46063296-532b-5eff-a2d5-251f559d825a",
      "id": "CVE-2026-46417",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-46417 is fixed in version 15.2.6-tuxcare.2 of @angular/language-service."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:1b0cb79f-4ecd-5e31-a289-7f074a3d72e8",
      "id": "CVE-2026-50168",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-50168 does not affect version 15.2.6-tuxcare.2 of @angular/language-service. not_affected \u2014 CVE-2026-50168 targets a vulnerability in Angular's platform-server allowedHosts validation feature that allows bypassing hostname restrictions via malformed URLs (e.g., evil.com:80:80). The target repository (Angular v15.2.6-tuxcare.1) does not contain the allowedHosts feature (validateAllowedHosts, isHostAllowed functions) that this CVE exploits. Without the allowedHosts validation mechanism,..."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:201bb95a-6921-52c8-8579-6154b941d1f0",
      "id": "CVE-2026-50169",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50169 is fixed in version 15.2.6-tuxcare.2 of @angular/language-service."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:b170a353-a22b-52c0-881f-605827dae309",
      "id": "CVE-2026-50170",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-50170 does not affect version 15.2.6-tuxcare.2 of @angular/language-service. not_affected \u2014 Angular version 15.2.6-tuxcare.1 does not contain the HttpTransferCache feature that is the subject of CVE-2026-50170. The vulnerable component (packages/common/http/src/transfer_cache.ts) was introduced in Angular v16.0.0-next.7, after the target version. The vulnerability requires automatic HTTP response caching in TransferState during SSR, which does not exist in v15.2.6."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:52054a03-9dca-51ad-8b80-b8eca246b72a",
      "id": "CVE-2026-50171",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50171 is fixed in version 15.2.6-tuxcare.2 of @angular/language-service."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:644faaaf-d824-5e7b-a40a-9c1de4298d3d",
      "id": "CVE-2026-50184",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50184 is fixed in version 15.2.6-tuxcare.2 of @angular/language-service."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:8a0a52e9-775c-5d6f-b010-f56770da1948",
      "id": "CVE-2026-50555",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50555 is fixed in version 15.2.6-tuxcare.2 of @angular/language-service."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:ad33018b-5154-5472-9872-01a77eb8b33f",
      "id": "CVE-2026-50556",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50556 is fixed in version 15.2.6-tuxcare.2 of @angular/language-service."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:ee66c40c-7e41-552e-95eb-362350b1937c",
      "id": "CVE-2026-50557",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50557 is fixed in version 15.2.6-tuxcare.2 of @angular/language-service."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:84bcd52a-7180-54fb-b970-4b9b1c9f631d",
      "id": "CVE-2026-52725",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-52725 is fixed in version 15.2.6-tuxcare.2 of @angular/language-service."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:cae6b265-c44b-582a-9a42-ab7c31c86a83",
      "id": "CVE-2026-54264",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-54264 is fixed in version 15.2.6-tuxcare.2 of @angular/language-service."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:c8d92894-bc8b-5e24-9f8b-413c907ed32d",
      "id": "CVE-2026-54265",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-54265 does not affect version 15.2.6-tuxcare.2 of @angular/language-service. not_affected \u2014 Angular 15.2.6 is not affected by CVE-2026-54265. The vulnerability is specific to the template pipeline architecture introduced in Angular 20+, which does not exist in Angular 15. Angular 15 uses the older render3 compiler that desugars two-way bindings into standard property bindings at parse time, and these property bindings correctly receive sanitizers."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:f5a3b99e-92cf-5f0b-9a24-184e722a82aa",
      "id": "CVE-2026-54266",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-54266 does not affect version 15.2.6-tuxcare.2 of @angular/language-service. not_affected \u2014 Angular 15.2.6-tuxcare.1 is not affected by CVE-2026-54266 because the HttpTransferCache feature, including the vulnerable weak DJB2 hash function, was not introduced until Angular v16.0.0. The target version predates the introduction of this feature entirely."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:3fa8dde8-e509-5c5e-80a9-51a7e3f8e000",
      "id": "CVE-2026-54267",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-54267 is fixed in version 15.2.6-tuxcare.2 of @angular/language-service."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:1fed4d6e-7e85-5ccc-abf6-2cdc73ae3c57",
      "id": "CVE-2026-54268",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-54268 is fixed in version 15.2.6-tuxcare.2 of @angular/language-service."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/%40angular/language-service@15.2.6-tuxcare.2"
    }
  ]
}