{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:b653e849-ca79-5198-942e-2c6cef80ff5a",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3",
      "type": "library",
      "group": "org.springframework.security",
      "name": "spring-security-ldap",
      "version": "6.2.7-tuxcare.3",
      "purl": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:628a90d6-e8cf-5e49-a1e9-8bada7c0e1cc",
      "id": "CVE-2024-38827",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2024-38827 affects version 6.2.7-tuxcare.3 of org.springframework.security:spring-security-ldap."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:90ca3ca7-f794-5c64-8e04-ecaeb4537d8e",
      "id": "CVE-2025-22228",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2025-22228 is fixed in version 6.2.7-tuxcare.3 of org.springframework.security:spring-security-ldap."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:5fa45533-b67c-58ea-9155-b06e126a5c58",
      "id": "CVE-2025-22234",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2025-22234 affects version 6.2.7-tuxcare.3 of org.springframework.security:spring-security-ldap."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:48716705-c353-5288-949b-b3252a235e6b",
      "id": "CVE-2026-22732",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-22732 is fixed in version 6.2.7-tuxcare.3 of org.springframework.security:spring-security-ldap."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:629d9668-17f1-5336-a45f-13816fc9f11b",
      "id": "CVE-2026-22746",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-22746 is fixed in version 6.2.7-tuxcare.3 of org.springframework.security:spring-security-ldap."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:fe98deb1-fdb7-5af0-bf6e-e5f5ab65e71e",
      "id": "CVE-2026-22747",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-22747 affects version 6.2.7-tuxcare.3 of org.springframework.security:spring-security-ldap."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:b7ad7195-50b2-5a2a-84f7-99a3a36e8d9e",
      "id": "CVE-2026-22748",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-22748 is fixed in version 6.2.7-tuxcare.3 of org.springframework.security:spring-security-ldap."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:d7f343d5-1614-5649-9ea1-b994ef123af2",
      "id": "CVE-2026-22753",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-22753 does not affect version 6.2.7-tuxcare.3 of org.springframework.security:spring-security-ldap. not_affected \u2014 Spring Security 6.2.7 is not affected by CVE-2026-22753. The vulnerability concerns PathPatternRequestMatcher.Builder bean handling, a feature introduced in version 7.0.0. Version 6.2.7 uses a completely different request matching architecture based on MvcRequestMatcher and AntPathRequestMatcher, with servlet path handling implemented via MvcRequestMatcher.setServletPath(). The vulnerable code ..."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:88f0f078-fb24-5f59-9f9b-6e8646b38c85",
      "id": "CVE-2026-22754",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-22754 does not affect version 6.2.7-tuxcare.3 of org.springframework.security:spring-security-ldap. not_affected \u2014 Spring Security 6.2.7 is not affected by CVE-2026-22754. The vulnerability exists in Spring Security 7.0.0-7.0.4 due to a builder pattern bug in PathPatternRequestMatcherFactoryBean (introduced in 7.x) where basePath assignment was missing. Version 6.2.7 uses a different architecture (MvcRequestMatcher for servlet-path handling) that does not have this vulnerability pattern."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:822be62f-7ed3-5912-9329-7276d68b7912",
      "id": "CVE-2026-40988",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-40988 affects version 6.2.7-tuxcare.3 of org.springframework.security:spring-security-ldap."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:1639fdba-0a40-5fce-bbe0-52b3b96ec000",
      "id": "CVE-2026-40993",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-40993 affects version 6.2.7-tuxcare.3 of org.springframework.security:spring-security-ldap."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:cc45c913-de9c-5f60-acee-0ad20d62c81b",
      "id": "CVE-2026-41003",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-41003 affects version 6.2.7-tuxcare.3 of org.springframework.security:spring-security-ldap."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:331b6db3-9818-59a1-9786-3f8b192d57df",
      "id": "CVE-2026-41694",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-41694 affects version 6.2.7-tuxcare.3 of org.springframework.security:spring-security-ldap."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:38dc819a-ac05-5c6e-9f48-a0f607e63cd6",
      "id": "CVE-2026-41706",
      "analysis": {
        "state": "exploitable",
        "detail": "Vulnerability CVE-2026-41706 affects version 6.2.7-tuxcare.3 of org.springframework.security:spring-security-ldap."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:55ed5643-3f85-5d27-9a8c-81b73c1a3cfc",
      "id": "CVE-2026-47838",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-47838 is fixed in version 6.2.7-tuxcare.3 of org.springframework.security:spring-security-ldap."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:maven/org.springframework.security/spring-security-ldap@6.2.7-tuxcare.3"
    }
  ]
}