{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:ed57d1b0-df9f-5a58-b5f7-bb4eaf2771b6",
  "version": 1,
  "metadata": {
    "tools": [
      {
        "name": "tuxcare-vex-generator",
        "version": "1.0.0"
      }
    ]
  },
  "components": [
    {
      "bom-ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.15",
      "type": "library",
      "group": "org.springframework.boot",
      "name": "spring-boot-starter-data-couchbase-reactive",
      "version": "3.3.13-tuxcare.15",
      "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.15"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:688e4f72-f5cd-5f5b-b815-6a667a92c23f",
      "id": "CVE-2025-22235",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2025-22235 does not affect version 3.3.13-tuxcare.15 of org.springframework.boot:spring-boot-starter-data-couchbase-reactive. This CVE was fixed in version 3.3.11 (https://security.snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKBOOT-9804539, https://github.com/advisories/GHSA-rc42-6c7j-7h5r) so version 3.3.13 is not affected"
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.15"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:c261169a-3534-5993-9fd1-f9311904b94c",
      "id": "CVE-2026-22733",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-22733 is fixed in version 3.3.13-tuxcare.15 of org.springframework.boot:spring-boot-starter-data-couchbase-reactive."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.15"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:4e79c52d-c752-586d-8858-1f0a4c67c54c",
      "id": "CVE-2026-40972",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40972 is fixed in version 3.3.13-tuxcare.15 of org.springframework.boot:spring-boot-starter-data-couchbase-reactive."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.15"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:a44847a3-e4d5-5767-81fe-096e1c29bec0",
      "id": "CVE-2026-40973",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40973 is fixed in version 3.3.13-tuxcare.15 of org.springframework.boot:spring-boot-starter-data-couchbase-reactive."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.15"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:e5bd379d-b387-5a63-a8ff-7dc3dd021b8d",
      "id": "CVE-2026-40974",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40974 is fixed in version 3.3.13-tuxcare.15 of org.springframework.boot:spring-boot-starter-data-couchbase-reactive."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.15"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:c1b1082a-8ff7-52ef-b4b7-9ea6073c3d57",
      "id": "CVE-2026-40975",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40975 is fixed in version 3.3.13-tuxcare.15 of org.springframework.boot:spring-boot-starter-data-couchbase-reactive."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.15"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:26e5492c-166a-5678-892f-45b8a1647332",
      "id": "CVE-2026-40977",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40977 is fixed in version 3.3.13-tuxcare.15 of org.springframework.boot:spring-boot-starter-data-couchbase-reactive."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.15"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:19535cf9-6cd7-5043-a2dc-7ab5ce9f37e2",
      "id": "CVE-2026-40992",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-40992 does not affect version 3.3.13-tuxcare.15 of org.springframework.boot:spring-boot-starter-data-couchbase-reactive. CVE-2026-40992 affects only Spring Boot >= 3.4.0 (ranges 3.4.0-3.4.16, 3.5.0-3.5.14, 4.0.0-4.0.6 per spring.io/security/cve-2026-40992). The vulnerable code path is the mail SSL auto-configuration (spring.mail.ssl.*), which sets an SSL socket factory without mail.<proto>.ssl.checkserveridentity. That feature was introduced in Spring Boot 3.4.0. 3.3.13 predates it: MailProperties has no Ssl class and the mail autoconfigure package has zero SSL/socketFactory/checkserveridentity references."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.15"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:8ad76fc8-c5a0-5f55-9c59-edb2943a59b0",
      "id": "CVE-2026-41001",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-41001 is fixed in version 3.3.13-tuxcare.15 of org.springframework.boot:spring-boot-starter-data-couchbase-reactive."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.15"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:327230e0-f89c-5ba5-9182-75a1e3af5eaf",
      "id": "CVE-2026-41695",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-41695 is fixed in version 3.3.13-tuxcare.15 of org.springframework.boot:spring-boot-starter-data-couchbase-reactive."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.15"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:5a47e40f-c0c1-5d5f-aacd-413c89a04402",
      "id": "CVE-2026-41711",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-41711 is fixed in version 3.3.13-tuxcare.15 of org.springframework.boot:spring-boot-starter-data-couchbase-reactive."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.15"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:fe51290b-35cc-5c36-b918-65a9604894f2",
      "id": "CVE-2026-41721",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-41721 is fixed in version 3.3.13-tuxcare.15 of org.springframework.boot:spring-boot-starter-data-couchbase-reactive."
      },
      "affects": [
        {
          "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.15"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.15"
    }
  ]
}