{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "4.0.0"
              },
              {
                "fixed": "4.0.3"
              },
              {
                "introduced": "3.2.0"
              },
              {
                "fixed": "3.2.10"
              },
              {
                "introduced": "2.4.0"
              },
              {
                "fixed": "2.4.17"
              }
            ],
            "source": "DESCRIPTION"
          },
          "events": [
            {
              "introduced": "6a5befef45583c95c7beccb7d03e2858ea14e190"
            },
            {
              "fixed": "fd0b59e8c7a18d015556ef325b55cb19cc521306"
            },
            {
              "introduced": "1661ee91560f4b6b9ce0a60ea424a3eca4c580a1"
            },
            {
              "fixed": "600d3908965c960280c2ce2313a5af9075c72a6b"
            },
            {
              "introduced": "6235c7b3f7c1c2b6e4caa3b7ff65c6f383703432"
            },
            {
              "fixed": "6233960e9f5126f374525c514ff7c5b42eb84cd3"
            }
          ],
          "repo": "https://github.com/spring-projects/spring-amqp",
          "type": "GIT"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "vmware",
    "cwe_ids": [
      "CWE-295"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/41xxx/CVE-2026-41714.json",
    "unresolved_ranges": [
      {
        "extracted_events": [
          {
            "introduced": "4.0.0"
          },
          {
            "fixed": "4.0.3.1"
          },
          {
            "introduced": "3.2.0"
          },
          {
            "fixed": "3.2.10.1"
          },
          {
            "introduced": "3.1.0"
          },
          {
            "fixed": "3.1.16"
          },
          {
            "introduced": "2.4.0"
          },
          {
            "fixed": "2.4.18"
          }
        ],
        "source": "AFFECTED_FIELD"
      },
      {
        "extracted_events": [
          {
            "introduced": "4.0.0"
          },
          {
            "fixed": "4.0.3"
          },
          {
            "introduced": "3.2.0"
          },
          {
            "fixed": "3.2.10"
          },
          {
            "introduced": "3.1.0"
          },
          {
            "fixed": "3.1.15"
          },
          {
            "introduced": "2.4.0"
          },
          {
            "fixed": "2.4.17"
          }
        ],
        "source": "DESCRIPTION"
      }
    ]
  },
  "details": "Applications that configure their broker connection via RabbitConnectionFactoryBean.setUri(\"amqps://...\") without also calling setUseSSL(true) get TLS encryption with no certificate validation and no hostname verification.\n\nAffected versions:\nSpring AMQP 4.0.0 through 4.0.3; 3.2.0 through 3.2.10; 3.1.0 through 3.1.15; 2.4.0 through 2.4.17.",
  "id": "CVE-2026-41714",
  "modified": "2026-08-12T03:51:17.982500418Z",
  "published": "2026-06-09T23:48:16.317Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://spring.io/security/cve-2026-41714"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/41xxx/CVE-2026-41714.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41714"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "In Spring AMQP the RabbitConnectionFactoryBean.setUri(\"amqps://...\") bypasses secure SSL setup, uses TrustEverythingTrustManager"
}