{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:9e25c864-c581-565d-89e3-3b37c72a2a3a",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1",
      "type": "library",
      "name": "@angular/platform-server",
      "version": "8.0.0-tuxcare.1",
      "purl": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:a9c02856-31c6-56a9-a15c-dc90b305121f",
      "id": "CVE-2021-4231",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2021-4231 affects version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:17c99b2d-f2fa-5c7a-af06-2aa2173afacc",
      "id": "CVE-2025-66035",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2025-66035 is fixed in version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:4ed20939-871d-5c12-82fe-a72e7c22d05e",
      "id": "CVE-2025-66412",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2025-66412 affects version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:39811824-9c0e-5ab1-84ca-e5dc3d64b03e",
      "id": "CVE-2026-22610",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-22610 affects version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:9d02c665-ae76-57d6-8708-4d29eb35acdb",
      "id": "CVE-2026-27970",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-27970 affects version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:29dc5c79-d570-5976-bbc7-cc24843ef766",
      "id": "CVE-2026-41423",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41423 does not affect version 8.0.0-tuxcare.1 of @angular/platform-server. not_affected \u2014 The target Angular 8.0.0 is not affected by CVE-2026-41423. The vulnerability exists only in newer Angular versions (17+) that use the WHATWG URL API. The target uses Node.js url.parse() which does not interpret protocol-relative URLs (//evil.com) as hostname overrides when used without a base URL parameter."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:49abea7f-8132-563e-bb1c-e77f97f53288",
      "id": "CVE-2026-46417",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-46417 affects version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:86280fd1-b7ae-553b-bd9a-f1cd175a18f4",
      "id": "CVE-2026-50168",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50168 affects version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:daa86f82-130e-591d-a7f8-90e249db1370",
      "id": "CVE-2026-50169",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50169 affects version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:527fd2d8-b7df-5087-9dd3-f30cc1a52984",
      "id": "CVE-2026-50170",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-50170 does not affect version 8.0.0-tuxcare.1 of @angular/platform-server. not_affected \u2014 Angular v8.0.0 is not affected by CVE-2026-50170. The vulnerability requires the HTTP TransferCache feature (automatic caching of HTTP responses during SSR with client hydration), which was introduced in Angular v16+. Version 8.0.0 lacks the vulnerable code path entirely: no transfer_cache.ts, no transferCacheInterceptorFn, no shouldCacheRequest() function, and no automatic HTTP response cachin..."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:9be30009-7bdf-5f49-a5b8-177d137700c8",
      "id": "CVE-2026-50171",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50171 affects version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:c6b26f78-06bb-5568-af97-67d08d9966af",
      "id": "CVE-2026-50184",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50184 affects version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:d9493e5f-8e56-58e4-b534-f20c3e46cedc",
      "id": "CVE-2026-50555",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50555 affects version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:54c3501c-4425-55da-9047-c25455464529",
      "id": "CVE-2026-50556",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50556 affects version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:8320e5a5-e996-5536-b880-e3efd12e1862",
      "id": "CVE-2026-50557",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50557 affects version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:6705bdab-08e1-574a-8464-a132444487c6",
      "id": "CVE-2026-52725",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-52725 affects version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:603bff44-db5a-5759-8111-f4a74c8aeb2d",
      "id": "CVE-2026-54264",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-54264 does not affect version 8.0.0-tuxcare.1 of @angular/platform-server. not_affected \u2014 Target version 8.0.0-tuxcare.2 is NOT AFFECTED by CVE-2026-54264. The Service Worker implementation strips ALL request headers (including Authorization, Proxy-Authorization, and Cookie) when reconstructing network requests for asset fetches. This architectural design prevents sensitive headers from being forwarded to any destination, including cross-origin redirect targets."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:ecae00d6-9b87-5221-803d-a19dc3bfbef6",
      "id": "CVE-2026-54265",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-54265 does not affect version 8.0.0-tuxcare.1 of @angular/platform-server. not_affected \u2014 Angular 8.0.0-tuxcare.2 is NOT affected by CVE-2026-54265. This vulnerability is specific to the Ivy template compiler pipeline introduced in Angular 9+. Angular 8.0.0 uses View Engine, which desugars two-way bindings through the same parsePropertyBinding() code path as one-way bindings, inherently applying schema-derived sanitization. The vulnerable TwoWayProperty operation and resolve_sanitiz..."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:44ee62db-36fd-50b7-a43c-4d45e603ad62",
      "id": "CVE-2026-54266",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-54266 does not affect version 8.0.0-tuxcare.1 of @angular/platform-server. not_affected \u2014 Angular 8.0.0 does not contain the vulnerable HttpTransferCache feature. The CVE-2026-54266 vulnerability affects HttpTransferCache, which was introduced in Angular 9+. While this version has the underlying TransferState mechanism, it lacks the automatic HTTP request caching feature with the vulnerable DJB2 hash-based cache key generation."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:a630c5ba-9b11-53a2-9af0-94cdd2554ce5",
      "id": "CVE-2026-54267",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-54267 affects version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:af5022c2-8e36-59a5-9d41-4750c541af8e",
      "id": "CVE-2026-54268",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-54268 affects version 8.0.0-tuxcare.1 of @angular/platform-server."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/%40angular/platform-server@8.0.0-tuxcare.1"
    }
  ]
}