{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:0c607c73-ca0b-5ae1-8e50-a22b6254d26f",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:pypi/pyjwt@2.8.0.post1+tuxcare",
      "type": "library",
      "name": "pyjwt",
      "version": "2.8.0.post1+tuxcare",
      "purl": "pkg:pypi/pyjwt@2.8.0.post1+tuxcare"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:a55f781f-1b92-56da-97ed-462e9939714d",
      "id": "CVE-2025-45768",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2025-45768 is fixed in version 2.8.0.post1+tuxcare of pyjwt."
      },
      "affects": [
        {
          "ref": "pkg:pypi/pyjwt@2.8.0.post1+tuxcare"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:ae539d44-8431-58df-b948-87420c91262d",
      "id": "CVE-2026-32597",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-32597 affects version 2.8.0.post1+tuxcare of pyjwt."
      },
      "affects": [
        {
          "ref": "pkg:pypi/pyjwt@2.8.0.post1+tuxcare"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:b846acf7-a447-544a-b236-4e84710d0ace",
      "id": "CVE-2026-48522",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-48522 does not affect version 2.8.0.post1+tuxcare of pyjwt. already_fixed \u2014 CVE-2026-48522: PyJWKClient URI scheme SSRF vulnerability is already fixed in the target repository. The fix was introduced via commit 67029b7 (Backport CVE-2026-48526 to 2.8.0) on 2026-07-13, which added URI scheme validation to reject non-HTTP(S) schemes (file://, ftp://, data:, etc.) before any fetch operation. While the version number was later reverted from 2.8.0.post2+tuxcare to 2.8.0.pos..."
      },
      "affects": [
        {
          "ref": "pkg:pypi/pyjwt@2.8.0.post1+tuxcare"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:51d79640-d91c-5a7d-8b0b-d3f1068068fc",
      "id": "CVE-2026-48524",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-48524 affects version 2.8.0.post1+tuxcare of pyjwt."
      },
      "affects": [
        {
          "ref": "pkg:pypi/pyjwt@2.8.0.post1+tuxcare"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:fb1702be-8bb7-544e-a011-b0e6a2963f2c",
      "id": "CVE-2026-48525",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-48525 does not affect version 2.8.0.post1+tuxcare of pyjwt. pyjwt 2.8.0 is not affected by CVE-2026-48525. The upstream fix (jpadilla/pyjwt@95791b1) forwards the opt-in 'enforce_minimum_key_length' option into sig_options in api_jwt.py; the vulnerability is that setting that option per call had no effect, letting an undersized RSA key through. Branch tuxcare-current/2.8.0 contains none of that machinery (no enforce_minimum_key_length, no sig_options, no InsecureKeyLengthWarning in jwt/). The CVE-2025-45768 backport (796cc35, PYELSCVE-180) instead enforces a minimum 2048-bit RSA key unconditionally in RSAAlgorithm.prepare_key, which no option can disable. Verified on the released 2.8.0.post3+tuxcare wheel from Nexus with a fresh 1024-bit RSA key: rejected with no options, with enforce_minimum_key_length=False and with verify_signature=False; a 2048-bit key still round-trips. MR !18 was changelog-only and has been closed. Jira PYELSCVE-1216."
      },
      "affects": [
        {
          "ref": "pkg:pypi/pyjwt@2.8.0.post1+tuxcare"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:d2dca2dd-7ef3-5106-989d-809864a96277",
      "id": "CVE-2026-48526",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-48526 affects version 2.8.0.post1+tuxcare of pyjwt."
      },
      "affects": [
        {
          "ref": "pkg:pypi/pyjwt@2.8.0.post1+tuxcare"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:pypi/pyjwt@2.8.0.post1+tuxcare"
    }
  ]
}