Improper Certificate Validation in Spring AMQP - CVE-2026-41714
Published: August 28, 2026
Vulnerability details
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to improper certificate validation in RabbitConnectionFactoryBean.setUri("amqps://...") when configuring broker connections with amqps without also calling setUseSSL(true). A remote attacker can present a crafted TLS endpoint to disclose sensitive information.
Hostname verification is also not performed in this configuration.