{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:8f847b91-842a-57db-87c7-3018fe82c847",
  "version": 1,
  "metadata": {
    "supplier": {
      "name": "TuxCare",
      "url": [
        "https://tuxcare.com"
      ]
    }
  },
  "components": [
    {
      "name": "spring-security-crypto",
      "purl": "pkg:maven/org.springframework.security/spring-security-crypto@6.3.9-tuxcare.1",
      "type": "library",
      "group": "org.springframework.security",
      "bom-ref": "pkg:maven/org.springframework.security/spring-security-crypto@6.3.9-tuxcare.1",
      "version": "6.3.9-tuxcare.1",
      "supplier": {
        "url": [
          "https://tuxcare.com"
        ],
        "name": "TuxCare"
      }
    }
  ],
  "vulnerabilities": [
    {
      "id": "CVE-2026-22732",
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-crypto@6.3.9-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:e3aa7368-57c5-558d-b72c-9e7391c62db3",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-22732 is fixed in version 6.3.9-tuxcare.1 of org.springframework.security:spring-security-crypto."
      }
    },
    {
      "id": "CVE-2026-22746",
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-crypto@6.3.9-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:892a7b17-5656-512b-b48f-459d83a29d68",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-22746 is fixed in version 6.3.9-tuxcare.1 of org.springframework.security:spring-security-crypto."
      }
    },
    {
      "id": "CVE-2026-22747",
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-crypto@6.3.9-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:18310c8c-fc47-55bc-8898-a69458886a10",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-22747 affects version 6.3.9-tuxcare.1 of org.springframework.security:spring-security-crypto."
      }
    },
    {
      "id": "CVE-2026-22748",
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-crypto@6.3.9-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:92d5df27-53e1-5d30-a182-d08b829e2c8d",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-22748 is fixed in version 6.3.9-tuxcare.1 of org.springframework.security:spring-security-crypto."
      }
    },
    {
      "id": "CVE-2026-22753",
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-crypto@6.3.9-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:2d747549-fa18-52ff-89ba-cca977108b4d",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-22753 does not affect version 6.3.9-tuxcare.1 of org.springframework.security:spring-security-crypto. Spring Security 6.3.9 is NOT AFFECTED by CVE-2026-22753. The vulnerability requires PathPatternRequestMatcher and PathPatternRequestMatcher.Builder classes introduced in Spring Security 7.0+. Version 6.3.9 uses a fundamentally different request matching architecture (MvcRequestMatcher/AntPathRequestMatcher) that predates the vulnerable infrastructure. The vulnerable pattern\u2014ignoring user-provided PathPatternRequestMatcher.Builder beans with configured base paths\u2014cannot exist because these classes and the bean-based configuration mechanism do not exist in 6.3.9. Exhaustive searches confirmed the absence of the vulnerable component.",
        "justification": "code_not_present"
      }
    },
    {
      "id": "CVE-2026-22754",
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-crypto@6.3.9-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:888ece11-4fe2-50c2-a7f9-897dc122ec79",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-22754 does not affect version 6.3.9-tuxcare.1 of org.springframework.security:spring-security-crypto. Spring Security 6.3.9 is not affected by CVE-2026-22754. The vulnerability exists in PathPatternRequestMatcherFactoryBean (introduced in version 7.0.x) where the builder's basePath() return value is not captured, causing servlet-path configuration to be lost. Version 6.3.9 uses a completely different architecture: MvcRequestMatcher for servlet-path handling, with no builder assignment bug. The vulnerable class PathPatternRequestMatcherFactoryBean does not exist in 6.3.9.",
        "justification": "code_not_present"
      }
    },
    {
      "id": "CVE-2026-40988",
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-crypto@6.3.9-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:62e0d3fb-ed1e-5919-bec4-939827a45045",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40988 is fixed in version 6.3.9-tuxcare.1 of org.springframework.security:spring-security-crypto."
      }
    },
    {
      "id": "CVE-2026-40993",
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-crypto@6.3.9-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:8f453007-c632-52ab-a9ea-ff7edee21ea1",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-40993 does not affect version 6.3.9-tuxcare.1 of org.springframework.security:spring-security-crypto. Spring Security 6.3.9 is not affected by CVE-2026-40993. The vulnerable component `JdbcAssertingPartyMetadataRepository` does not exist in this version. This JDBC-backed SAML2 asserting party metadata storage feature, which deserializes credentials from database columns, was introduced in Spring Security 7.0.x. Version 6.3.9 only provides in-memory storage via `InMemoryRelyingPartyRegistrationRepository` with no serialization or JDBC interaction for SAML2 credentials.",
        "justification": "code_not_present"
      }
    },
    {
      "id": "CVE-2026-41003",
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-crypto@6.3.9-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:268e689e-f3aa-5a38-abab-1660068c4214",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-41003 is fixed in version 6.3.9-tuxcare.1 of org.springframework.security:spring-security-crypto."
      }
    },
    {
      "id": "CVE-2026-41694",
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-crypto@6.3.9-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:1719b1aa-5edb-5192-8ec2-e5ee5d83438e",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-41694 is fixed in version 6.3.9-tuxcare.1 of org.springframework.security:spring-security-crypto."
      }
    },
    {
      "id": "CVE-2026-41706",
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-crypto@6.3.9-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:33f6fb7b-d2e0-55a1-8388-a2353ce9c7c3",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-41706 is fixed in version 6.3.9-tuxcare.1 of org.springframework.security:spring-security-crypto."
      }
    },
    {
      "id": "CVE-2026-47838",
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-crypto@6.3.9-tuxcare.1"
        }
      ],
      "bom-ref": "urn:uuid:6208c5cf-cef1-522e-a3cf-c2e41ef3f1d7",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-47838 is fixed in version 6.3.9-tuxcare.1 of org.springframework.security:spring-security-crypto."
      }
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:maven/org.springframework.security/spring-security-crypto@6.3.9-tuxcare.1"
    }
  ]
}