{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "serialNumber": "urn:uuid:471233ec-2e6d-50ff-8f35-e20c1ef4c9a3",
  "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.14",
      "type": "library",
      "group": "org.springframework.boot",
      "name": "spring-boot-starter-data-couchbase-reactive",
      "version": "3.3.13-tuxcare.14",
      "purl": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.14"
    }
  ],
  "vulnerabilities": [
    {
      "bom-ref": "urn:uuid:b6f7cf12-d838-570d-b5b9-f8c2c80f78d3",
      "id": "CVE-2025-22235",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2025-22235 does not affect version 3.3.13-tuxcare.14 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.14"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:c698ec9e-a728-5e73-86be-7c57e7ff3620",
      "id": "CVE-2026-22733",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-22733 is fixed in version 3.3.13-tuxcare.14 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.14"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:e1b7678e-c39d-5dfa-a97f-820a0683672f",
      "id": "CVE-2026-40972",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40972 is fixed in version 3.3.13-tuxcare.14 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.14"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:3c8c904a-bf3e-534b-bd9e-956efdbd6d08",
      "id": "CVE-2026-40973",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40973 is fixed in version 3.3.13-tuxcare.14 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.14"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:b37da190-e89f-5790-a2a8-24534e0dd8b0",
      "id": "CVE-2026-40974",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40974 is fixed in version 3.3.13-tuxcare.14 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.14"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:8d71623f-58e4-5658-b0e1-bc7aac95acdb",
      "id": "CVE-2026-40975",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40975 is fixed in version 3.3.13-tuxcare.14 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.14"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:3b469ed8-cb9f-5776-a8e2-4bde2e0ac358",
      "id": "CVE-2026-40977",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-40977 is fixed in version 3.3.13-tuxcare.14 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.14"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:94d8167d-4cbc-581a-8f7b-abda2fc635a3",
      "id": "CVE-2026-40992",
      "analysis": {
        "state": "not_affected",
        "detail": "Vulnerability CVE-2026-40992 does not affect version 3.3.13-tuxcare.14 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.14"
        }
      ]
    },
    {
      "bom-ref": "urn:uuid:d9f7f811-a062-5413-8e2e-4e0046f97db4",
      "id": "CVE-2026-41001",
      "analysis": {
        "state": "resolved",
        "detail": "Vulnerability CVE-2026-41001 is fixed in version 3.3.13-tuxcare.14 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.14"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "pkg:maven/org.springframework.boot/spring-boot-starter-data-couchbase-reactive@3.3.13-tuxcare.14"
    }
  ]
}