---
id: CVE-2026-41714
title: >-
  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.


  Affected vers…
summary: >-
  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.


  Affected vers…
severity: medium
cvss: 4
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N'
cwe:
  - CWE-295
vendor: vmware
product: spring_advanced_message_queuing_protocol
affected:
  - spring_advanced_message_queuing_protocol < 2.4.18
  - 'spring_advanced_message_queuing_protocol >= 3.1.0, < 3.1.16'
  - 'spring_advanced_message_queuing_protocol >= 3.2.0, < 3.2.10.1'
  - 'spring_advanced_message_queuing_protocol >= 4.0.0, < 4.0.3.1'
patched:
  - spring_advanced_message_queuing_protocol 4.0.3.1
published: '2026-06-10'
updated: '2026-07-17'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-41714'
references:
  - url: 'https://spring.io/security/cve-2026-41714'
    label: security@vmware.com
tags:
  - nvd
epss: 0.00166
epssPercentile: 0.05173
ingestedAt: '2026-07-17T21:16:24.169Z'
---

## Overview

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.

Affected versions:
Spring 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.

## Affected

- `spring_advanced_message_queuing_protocol < 2.4.18`
- `spring_advanced_message_queuing_protocol >= 3.1.0, < 3.1.16`
- `spring_advanced_message_queuing_protocol >= 3.2.0, < 3.2.10.1`
- `spring_advanced_message_queuing_protocol >= 4.0.0, < 4.0.3.1`

## Remediation

Upgrade past the affected range:

- `spring_advanced_message_queuing_protocol 4.0.3.1`
