{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:a3a77fab-5115-5e29-be1d-0922356114a0",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "@angular/compiler",
      "purl": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1",
      "type": "library",
      "bom-ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1",
      "version": "11.2.0-tuxcare.1",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2025-66035",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:449d58f0-f6a7-5a21-bbcb-0f19e3d8f903",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2025-66035 is fixed in version 11.2.0-tuxcare.1 of @angular/compiler."
      }
    },
    {
      "id": "CVE-2025-66412",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:c79c708a-6f5e-5099-92d5-e24d604024e9",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2025-66412 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.2."
      }
    },
    {
      "id": "CVE-2026-22610",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:b4cb1011-b817-5ccb-a348-5560e16c4d02",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-22610 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.3."
      }
    },
    {
      "id": "CVE-2026-27970",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:845a240c-60ab-502d-bad1-6188121d7e88",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-27970 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.3."
      }
    },
    {
      "id": "CVE-2026-41423",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:45ffac98-f8c7-5e44-8019-a06c9f679640",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41423 does not affect version 11.2.0-tuxcare.1 of @angular/compiler. not_affected \u2014 Target version 11.2.0 uses Node.js url.parse() API which does not perform hostname hijacking with protocol-relative URLs. The SSRF vulnerability (CVE-2026-41423) specifically affects versions using WHATWG URL constructor without the defense. The target's url.parse() produces empty hostname for inputs like '//evil.com', preventing the SSRF exploitation that requires hostname replacement.",
        "justification": "code_not_present"
      }
    },
    {
      "id": "CVE-2026-46417",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:d152e534-0ab7-52c1-9c27-af5da9178612",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-46417 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.3."
      }
    },
    {
      "id": "CVE-2026-50168",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:be94a26a-1e13-5e80-bdbd-699579053bb0",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50168 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.3."
      }
    },
    {
      "id": "CVE-2026-50169",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:c98b3177-62cc-5649-926d-5738b45c6fd4",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50169 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.3."
      }
    },
    {
      "id": "CVE-2026-50170",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:bc9e9bab-2084-5dee-851c-9cbcf42d3993",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-50170 does not affect version 11.2.0-tuxcare.1 of @angular/compiler. not_affected \u2014 Angular 11.2.0 is not affected by CVE-2026-50170. The vulnerability exists in Angular's HTTP transfer cache feature, which automatically caches HTTP responses during server-side rendering (SSR) and reuses them during client hydration. This feature was introduced in Angular v16+ and does not exist in Angular 11.2.0. The target repository lacks the vulnerable code path entirely: no transfer_cache...",
        "justification": "code_not_present"
      }
    },
    {
      "id": "CVE-2026-50171",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:9f272b67-386f-5b45-bdd4-efc41804cb60",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50171 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.3."
      }
    },
    {
      "id": "CVE-2026-50184",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:3b28c627-e6f6-5e5a-9c9d-309f697b1b02",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50184 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.3."
      }
    },
    {
      "id": "CVE-2026-50555",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:71fbe3e8-e60b-5dad-bf2e-0e821318a766",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50555 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.3."
      }
    },
    {
      "id": "CVE-2026-50556",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:327ad2ab-0014-5c0a-93f1-eca358343345",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50556 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.3."
      }
    },
    {
      "id": "CVE-2026-50557",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:33e51703-949e-5dfe-81e0-2a11191a580a",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50557 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.3."
      }
    },
    {
      "id": "CVE-2026-52725",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:0f1035a3-d19c-50fa-be9b-51e242370115",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-52725 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.3."
      }
    },
    {
      "id": "CVE-2026-54264",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:09ce6947-b3d3-584b-a618-f75a1823a79d",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-54264 does not affect version 11.2.0-tuxcare.1 of @angular/compiler. not_affected \u2014 Version 11.2.0-tuxcare.2 is NOT affected by CVE-2026-54264. This version lacks the vulnerable code pattern - asset-group requests are reconstructed using URL-only (no headers forwarded), and data-group requests use browser's native fetch which strips sensitive headers per Fetch specification. The vulnerability requires a header-copying mechanism that does not exist in this version.",
        "justification": "code_not_present"
      }
    },
    {
      "id": "CVE-2026-54265",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:57da1fae-3f21-5aa7-bb1e-9b3787958d1b",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-54265 does not affect version 11.2.0-tuxcare.1 of @angular/compiler. not_affected \u2014 Angular v11.2.0-tuxcare.2 is NOT affected by CVE-2026-54265. The vulnerability requires the Ivy template compiler pipeline's TwoWayProperty IR operation introduced in later versions (v20+). This version uses an earlier compiler architecture (View Engine + early Ivy) where two-way property bindings are desugared through the same parsePropertyBinding() path as one-way bindings, applying schema-de...",
        "justification": "code_not_present"
      }
    },
    {
      "id": "CVE-2026-54266",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:27d13b94-28e6-5339-974b-8892a68a920e",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-54266 does not affect version 11.2.0-tuxcare.1 of @angular/compiler. not_affected \u2014 Angular v11.2.0 is not affected by CVE-2026-54266. The vulnerable HttpTransferCache feature (introduced in Angular v16+) does not exist in this version. The transfer_cache.ts file and all related APIs (HttpTransferCache, generateHash, makeCacheKey, withHttpTransferCache) are completely absent from the codebase.",
        "justification": "code_not_present"
      }
    },
    {
      "id": "CVE-2026-54267",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:2a8477bc-f39e-5691-b47b-f569cb433378",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-54267 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.3."
      }
    },
    {
      "id": "CVE-2026-54268",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:39ffa7b5-d249-5343-ad95-4d0f16537ab3",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-54268 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.3."
      }
    },
    {
      "id": "CVE-2026-68945",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:86700684-7cf5-575c-8ab9-1fadc0ccb6bf",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-68945 does not affect version 11.2.0-tuxcare.1 of @angular/compiler. not_affected \u2014 Angular 11.2.0 is not affected by CVE-2026-68945. The vulnerability exists in HttpTransferCache, a feature for automatically caching HTTP requests during Server-Side Rendering (SSR). This feature does not exist in Angular 11.2.0. HttpTransferCache was introduced in Angular v16+ as part of the modernized SSR architecture. The target version predates this feature by multiple major releases. Only ...",
        "justification": "code_not_present"
      }
    },
    {
      "id": "CVE-2026-69149",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:56aff3fb-c4ff-5469-9664-57bdedf5100f",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-69149 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.4."
      }
    },
    {
      "id": "CVE-2026-69151",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:227ad6fc-52c9-5fa0-9b81-4b973e01939d",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-69151 affects version 11.2.0-tuxcare.1 of @angular/compiler, and is fixed in 11.2.0-tuxcare.4."
      }
    },
    {
      "id": "CVE-2026-88056",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:00e1d239-6790-5e9c-bd0f-b440bc96d8cd",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-88056 does not affect version 11.2.0-tuxcare.1 of @angular/compiler. not_affected \u2014 Angular 11.2.0 is not affected by CVE-2026-88056. The vulnerability requires a `String.prototype.trim()` call in URL resolution utilities (`parseUrl`/`resolveUrl`) that creates a discrepancy with WHATWG URL parsing, enabling SSRF attacks via Unicode whitespace. This vulnerable code pattern was introduced in Angular versions post-11.2.0 (appearing in 18.x-22.x) and subsequently fixed. Angular 11...",
        "justification": "code_not_present"
      }
    },
    {
      "id": "CVE-2026-88057",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:0ac4eaae-b878-505f-9c7d-dea0959e5501",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-88057 affects version 11.2.0-tuxcare.1 of @angular/compiler."
      }
    },
    {
      "id": "CVE-2026-88059",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:6d6fc808-edb6-5a36-a614-5a077e902830",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-88059 does not affect version 11.2.0-tuxcare.1 of @angular/compiler. not_affected \u2014 Angular 11.2.0 is not affected by CVE-2026-88059. The vulnerability exists in HttpTransferCache when using hierarchical HttpClient configuration with withRequestsMadeViaParent() - features introduced in Angular 16+. Angular 11.2.0 uses the legacy Module-based HTTP API (HttpClientModule) and does not contain the HttpTransferCache component, provideClientHydration(), withRequestsMadeViaParent(), ...",
        "justification": "code_not_present"
      }
    },
    {
      "id": "CVE-2026-88060",
      "affects": [
        {
          "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:9e2cc1d5-8b85-566f-99f4-488fc84c04e2",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-88060 affects version 11.2.0-tuxcare.1 of @angular/compiler."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/%40angular/compiler@11.2.0-tuxcare.1"
    }
  ]
}