{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:0f452a74-860a-5f12-ba0e-073962c3dddd",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1",
      "type": "library",
      "name": "@angular/platform-browser-dynamic",
      "version": "15.2.6-tuxcare.1",
      "purl": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:993d64e7-7e2a-50f0-bbd0-997576d49f96",
      "id": "CVE-2025-66035",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2025-66035 is fixed in version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:8af9e104-4e34-5689-a0a6-17d3d28d56c9",
      "id": "CVE-2025-66412",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2025-66412 affects version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:91b4b2e5-f882-5949-b9ee-cc11118c235d",
      "id": "CVE-2026-22610",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-22610 affects version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:2b7b5aa2-8068-5bda-b8a0-f5ecf0f3d181",
      "id": "CVE-2026-27970",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-27970 affects version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:2923ace2-96c5-583a-a424-e5d03a2018e6",
      "id": "CVE-2026-41423",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-41423 does not affect version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic. 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/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:43b77336-cf5c-5007-a7b2-c280c8866509",
      "id": "CVE-2026-46417",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-46417 affects version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:695ec9b1-cfee-554d-9910-98980b800192",
      "id": "CVE-2026-50168",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-50168 does not affect version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic. 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/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:fe3856fa-de15-5518-8d67-26fa031bc760",
      "id": "CVE-2026-50169",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50169 affects version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:cf31bfe4-53c0-581a-9df1-e750467393fb",
      "id": "CVE-2026-50170",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-50170 does not affect version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic. 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/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:0aeb8a89-782f-58c7-86b1-3167d9bef399",
      "id": "CVE-2026-50171",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50171 affects version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:b442b607-57be-527f-b180-7c913fadc1fb",
      "id": "CVE-2026-50184",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50184 affects version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:afc6cd68-63cb-57f3-8201-be96c44e36c2",
      "id": "CVE-2026-50555",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50555 affects version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:d277e9e4-c134-51af-871e-23bf7f7db891",
      "id": "CVE-2026-50556",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50556 affects version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:ef49e2f1-1016-5495-8087-80cf38bcaf88",
      "id": "CVE-2026-50557",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-50557 affects version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:ca45e123-f561-5926-bd31-b2e1bdae29b3",
      "id": "CVE-2026-52725",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-52725 affects version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:83f73ca4-3b8b-57f1-8e0e-b9065eef5cb1",
      "id": "CVE-2026-54264",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-54264 affects version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:ee54cece-e328-5a55-a673-89d32bc5885f",
      "id": "CVE-2026-54265",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-54265 does not affect version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic. 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/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:707c6d53-619c-59a5-9bfe-3c68b168f3d7",
      "id": "CVE-2026-54266",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-54266 does not affect version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic. 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/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:ffdbe6a2-67b0-5ea3-9970-dec8bb6a9e13",
      "id": "CVE-2026-54267",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-54267 affects version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:e471779f-2799-5da9-a090-6911980722d9",
      "id": "CVE-2026-54268",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-54268 affects version 15.2.6-tuxcare.1 of @angular/platform-browser-dynamic."
      },
      "affects": [
        {
          "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:npm/%40angular/platform-browser-dynamic@15.2.6-tuxcare.1"
    }
  ]
}