Product Affected

This issue affects Contrail Cloud.
High
8.6 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H)

Problem

Juniper Networks Contrail Cloud (CC) releases prior to 13.6.0 have RabbitMQ service enabled by default with hardcoded credentials. The messaging services of RabbitMQ are used when coordinating operations and status information among Contrail services. An attacker with access to an administrative service for RabbitMQ (e.g. GUI), can use these hardcoded credentials to cause a Denial of Service (DoS) or have access to unspecified sensitive system information.

This issue affects the Juniper Networks Contrail Cloud releases on versions prior to 13.6.0.

This issue was seen during production usage.

This issue has been assigned CVE-2021-0279 .

Solution

The following software releases have been updated to resolve this specific issue: Juniper Networks Contrail Cloud version 13.6.0, and all subsequent releases.

When installing Contrail Cloud version 13.6.0, to set a non-default password for RabbitMQ, one of these options are possible:

a) You may set a non-default password using the config/vault-data.yml file.

b) Or following configuration should be added to the CC site.yml file:

  extra_config:
      ContrailAnalyticsParameters:
        ContrailSettings:
          RABBITMQ_PASSWORD: "{{ vault['other']['credentials']['contrail_rabbit']['password'] }}"
          RABBITMQ_USER: "{{ vault['other']['credentials']['contrail_rabbit']['user'] }}"
      ContrailControllerParameters:
        ContrailSettings:
          RABBITMQ_PASSWORD: "{{ vault['other']['credentials']['contrail_rabbit']['password'] }}"
          RABBITMQ_USER: "{{ vault['other']['credentials']['contrail_rabbit']['user'] }}"

Contact Juniper Networks Technical Assistance Center (JTAC) for guided assistance if necessary.

This issue is being tracked as CC-773.

Software releases or updates are available for download at https://support.juniper.net/support/downloads/
 

Workaround

To mitigate this issue with a fresh installation of Contrail Cloud version prior to 13.6.0, the following configuration options should be added to the CC site.yml file :

  extra_config:
      ContrailAnalyticsParameters:
        ContrailSettings:
          RABBITMQ_PASSWORD: "{{ vault['other']['credentials']['contrail_rabbit']['password'] }}"
          RABBITMQ_USER: "{{ vault['other']['credentials']['contrail_rabbit']['user'] }}"
      ContrailControllerParameters:
        ContrailSettings:
          RABBITMQ_PASSWORD: "{{ vault['other']['credentials']['contrail_rabbit']['password'] }}"
          RABBITMQ_USER: "{{ vault['other']['credentials']['contrail_rabbit']['user'] }}"

Please contact Juniper Networks Technical Assistance Center (JTAC) for guided assistance if necessary.

Until a fresh installation or upgrade is possible, to reduce the risk of exploitation utilize common security BCPs to limit the exploitable surface by limiting access to network and device to trusted systems, administrators, networks and hosts.

Severity Assessment

Information for how Juniper Networks uses CVSS can be found at KB 16446 [juniper.net] "Common Vulnerability Scoring System (CVSS) and Juniper's Security Advisories."

Modification History

2021-07-14: Initial Publication.

Related Information