Cyber Resilience

CVE-2025-50200

Info Disclosure in Broadcom Rabbitmq Server ≤ 4.0.8

Public PoCInfo Disclosure
Published
19 June 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v4 6.7
Click a component to see what it means
Raw vectorCVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0019 9th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-50200 is a medium-severity Insertion of Sensitive Information into Log File (CWE-532) vulnerability in Broadcom Rabbitmq Server. Its CVSS base score is 6.7 (Medium).

Operationally, ranked at the 9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AU-3 (Content of Audit Records) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

RabbitMQ is a messaging and streaming broker. In versions 3.13.7 and prior, RabbitMQ is logging authorization headers in plaintext encoded in base64. When querying RabbitMQ api with HTTP/s with basic authentication it creates logs with all headers in request, including…

more

authorization headers which show base64 encoded username:password. This is easy to decode and afterwards could be used to obtain control to the system depending on credentials. This issue has been patched in version 4.0.8.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-57212Same product: Broadcom Rabbitmq Server
CVE-2026-57219Same product: Broadcom Rabbitmq Server
CVE-2026-57220Same product: Broadcom Rabbitmq Server
CVE-2026-44839Same product: Broadcom Rabbitmq Server
CVE-2026-57214Same product: Broadcom Rabbitmq Server
CVE-2026-57221Same product: Broadcom Rabbitmq Server
CVE-2026-57218Same product: Broadcom Rabbitmq Server
CVE-2026-44838Same product: Broadcom Rabbitmq Server
CVE-2026-57216Same product: Broadcom Rabbitmq Server
CVE-2026-57217Same product: Broadcom Rabbitmq Server

Affected Assets

broadcom
rabbitmq server
≤ 4.0.8

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AU-3 Content of Audit Records
  • SI-2 Flaw Remediation
  • SC-28 Protection of Information at Rest
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires audit records to exclude sensitive data such as credentials, directly preventing base64-encoded Authorization headers from being written to RabbitMQ logs.

prevent

Mandates timely application of patches to eliminate the logging flaw present in RabbitMQ ≤3.13.7.

prevent

Requires cryptographic protection of information at rest, limiting exposure if logs containing decoded credentials are stored on disk.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prohibit writing sensitive data to logs; eliminating the weakness satisfies only one narrow slice of the control.

PR.PS-04 partial match
prevents

Log generation configuration can and should exclude sensitive data, but the control statement focuses on availability rather than content filtering.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

A.8.15 Logging mostly match
prevents

Requiring de-identification and privacy controls before logs leave the organization reduces the chance that sensitive data inadvertently captured in logs becomes exposed to external parties.

mitigates

By defining what records must be kept, where, and for how long, the control discourages the inadvertent inclusion of sensitive information in logs or other externally accessible files that fall outside the formal record system.

mitigates

Mandating deletion of temporary files and logs that may contain sensitive information prevents those artifacts from remaining accessible after the data is no longer needed.

A.8.11 Data masking partial match
mitigates

When log entries are produced from masked data sets, the control prevents the inadvertent insertion of sensitive values into externally accessible log files.

mitigates

DLP inspection of logs and file transfers can detect and block the inadvertent placement of sensitive tokens or credentials into externally accessible log files before they are written or transmitted.

prevents

Requiring restrictions on free-text fields and proper error-message handling stops developers from embedding or leaking sensitive data into logs or diagnostic output.

References