CVE Vulnerabilities

CVE-2019-11287

Use of Externally-Controlled Format String

Published: Nov 23, 2019 | Modified: Nov 07, 2023
CVSS 3.x
7.5
HIGH
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS 2.x
5 MEDIUM
AV:N/AC:L/Au:N/C:N/I:N/A:P
RedHat/V2
RedHat/V3
7.5 IMPORTANT
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Ubuntu
LOW

Pivotal RabbitMQ, versions 3.7.x prior to 3.7.21 and 3.8.x prior to 3.8.1, and RabbitMQ for Pivotal Platform, 1.16.x versions prior to 1.16.7 and 1.17.x versions prior to 1.17.4, contain a web management plugin that is vulnerable to a denial of service attack. The X-Reason HTTP Header can be leveraged to insert a malicious Erlang format string that will expand and consume the heap, resulting in the server crashing.

Weakness

The product uses a function that accepts a format string as an argument, but the format string originates from an external source.

Affected Software

Name Vendor Start Version End Version
Rabbitmq Pivotal_software 1.16.0 (including) 1.16.7 (excluding)
Rabbitmq Pivotal_software 1.17.0 (including) 1.17.4 (excluding)
Rabbitmq Pivotal_software 3.7.0 (including) 3.7.21 (excluding)
Rabbitmq Vmware 3.8.0 (including) 3.8.1 (excluding)
Red Hat OpenStack Platform 15.0 (Stein) RedHat rabbitmq-server-0:3.7.22-1.el8ost *
Rabbitmq-server Ubuntu bionic *
Rabbitmq-server Ubuntu disco *
Rabbitmq-server Ubuntu eoan *
Rabbitmq-server Ubuntu esm-infra/xenial *
Rabbitmq-server Ubuntu trusty *
Rabbitmq-server Ubuntu xenial *

Extended Description

When an attacker can modify an externally-controlled format string, this can lead to buffer overflows, denial of service, or data representation problems. It should be noted that in some circumstances, such as internationalization, the set of format strings is externally controlled by design. If the source of these format strings is trusted (e.g. only contained in library files that are only modifiable by the system administrator), then the external control might not itself pose a vulnerability.

Potential Mitigations

References