Information Exposure Through an Error Message in RabbitMQ Java Client Library - #VU144579
Published: August 21, 2026
Vulnerability details
The vulnerability allows a local user to disclose sensitive information.
The vulnerability exists due to insertion of sensitive information into an error message in ConnectionFactoryConfigurator.load() when parsing a property-file or map-supplied AMQP URI. A local user can supply a malformed connection URI to disclose sensitive information.
The issue is triggered when connection setup fails while processing the uri key, and the resulting exception message can include plaintext username and password from the AMQP URI.