{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:98fbf7c6-1b1c-5652-9ebb-552df3a9339c",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2",
      "type": "library",
      "name": "@angular/compiler-cli",
      "version": "15.2.6-tuxcare.2",
      "purl": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:1a508876-0d29-539a-8c46-c8ff72662106",
      "id": "CVE-2025-66035",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2025-66035 is fixed in version 15.2.6-tuxcare.2 of @angular/compiler-cli."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:bc0b2ee0-b352-5b19-a6a8-db381e8aef6f",
      "id": "CVE-2025-66412",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2025-66412 is fixed in version 15.2.6-tuxcare.2 of @angular/compiler-cli."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:4ba28813-9f20-5a7c-9704-5731cb8bcaac",
      "id": "CVE-2026-22610",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-22610 is fixed in version 15.2.6-tuxcare.2 of @angular/compiler-cli."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:c9ea522b-ada1-5ed0-92cb-5bb670975b52",
      "id": "CVE-2026-27970",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-27970 is fixed in version 15.2.6-tuxcare.2 of @angular/compiler-cli."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:c55d4bc8-68b5-52d8-afca-80dd46e46819",
      "id": "CVE-2026-41423",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41423 does not affect version 15.2.6-tuxcare.2 of @angular/compiler-cli. 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/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:61877650-bb46-54e9-9151-a3f97a44f0b0",
      "id": "CVE-2026-46417",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-46417 is fixed in version 15.2.6-tuxcare.2 of @angular/compiler-cli."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:8488a3db-ce0f-5d2f-97d8-62c922ffa6a7",
      "id": "CVE-2026-50168",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-50168 does not affect version 15.2.6-tuxcare.2 of @angular/compiler-cli. 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/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:15898816-7a5b-5f97-80df-7bbd06f5e371",
      "id": "CVE-2026-50169",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50169 is fixed in version 15.2.6-tuxcare.2 of @angular/compiler-cli."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:1c1aa011-4c87-57d3-a5a5-38bc2490d353",
      "id": "CVE-2026-50170",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-50170 does not affect version 15.2.6-tuxcare.2 of @angular/compiler-cli. 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/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:78846809-e8b3-588e-96fe-02542a5f2270",
      "id": "CVE-2026-50171",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50171 is fixed in version 15.2.6-tuxcare.2 of @angular/compiler-cli."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:b5cbce00-a5e6-5424-83b5-805c2b1e99bc",
      "id": "CVE-2026-50184",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50184 is fixed in version 15.2.6-tuxcare.2 of @angular/compiler-cli."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:1330e109-0094-5067-96a9-f05322c3da81",
      "id": "CVE-2026-50555",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50555 is fixed in version 15.2.6-tuxcare.2 of @angular/compiler-cli."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:1a840479-6a7c-5a20-894c-added9fa5bce",
      "id": "CVE-2026-50556",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50556 is fixed in version 15.2.6-tuxcare.2 of @angular/compiler-cli."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:4f76724a-459f-547d-bb59-fb1d946cf97a",
      "id": "CVE-2026-50557",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-50557 is fixed in version 15.2.6-tuxcare.2 of @angular/compiler-cli."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:9fe0f45f-2652-5dea-b143-3f29e43d826c",
      "id": "CVE-2026-52725",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-52725 is fixed in version 15.2.6-tuxcare.2 of @angular/compiler-cli."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:a73266c2-b387-5c99-b2ba-8f3bf0ce8694",
      "id": "CVE-2026-54264",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-54264 is fixed in version 15.2.6-tuxcare.2 of @angular/compiler-cli."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:0a1db9e5-5cc9-5a7d-9daa-53c007be1389",
      "id": "CVE-2026-54265",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-54265 does not affect version 15.2.6-tuxcare.2 of @angular/compiler-cli. 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/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:a2ce8a48-540a-5bf1-84ca-ccf760f0532c",
      "id": "CVE-2026-54266",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-54266 does not affect version 15.2.6-tuxcare.2 of @angular/compiler-cli. 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/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:03006127-a7e0-514c-b966-daeca07d8554",
      "id": "CVE-2026-54267",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-54267 is fixed in version 15.2.6-tuxcare.2 of @angular/compiler-cli."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:92ddeef2-53dc-5f53-9a7b-2daba99933ce",
      "id": "CVE-2026-54268",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-54268 is fixed in version 15.2.6-tuxcare.2 of @angular/compiler-cli."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/%40angular/compiler-cli@15.2.6-tuxcare.2"
    }
  ]
}