Cleartext storage of sensitive information in RabbitMQ Server - #VU137288

 

Cleartext storage of sensitive information in RabbitMQ Server - #VU137288

Published: July 10, 2026


Vulnerability identifier: #VU137288
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: N/A
CWE-ID: CWE-312
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: VMware, Inc
Affected software:
RabbitMQ Server

Detailed vulnerability description

The vulnerability allows a remote attacker to disclose sensitive information.

The vulnerability exists due to cleartext storage of sensitive information in the management UI login cookie when processing successful POST /login requests. A remote attacker can obtain the auth cookie value to disclose sensitive information.

The cookie stores the user's actual username and password in base64 form rather than a session token, and it is readable from JavaScript because it is set without the HttpOnly attribute.


Remediation

Install security update from vendor's website.

Sources