An issue was discovered in OpenStack Nova before 17.0.12, 18.x before 18.2.2, and 19.x before 19.0.2. If an API request from an authenticated user ends in a fault condition due to an external exception, details of the underlying environment may be leaked in the response, and could include sensitive configuration or other data.
The product generates an error message that includes sensitive information about its environment, users, or associated data.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Nova | Openstack | * | 17.0.12 (excluding) |
Nova | Openstack | 18.0.0 (including) | 18.2.2 (excluding) |
Nova | Openstack | 19.0.0 (including) | 19.0.2 (excluding) |
Red Hat OpenStack Platform 10.0 (Newton) | RedHat | openstack-nova-1:14.1.0-56.el7ost | * |
Red Hat OpenStack Platform 13.0 (Queens) | RedHat | openstack-nova-1:17.0.10-6.el7ost | * |
Red Hat OpenStack Platform 14.0 (Rocky) | RedHat | openstack-nova-1:18.2.1-0.20190509150817.8e130e2.el7ost | * |
Nova | Ubuntu | bionic | * |
Nova | Ubuntu | devel | * |
Nova | Ubuntu | disco | * |
Nova | Ubuntu | trusty | * |
Nova | Ubuntu | xenial | * |
The sensitive information may be valuable information on its own (such as a password), or it may be useful for launching other, more serious attacks. The error message may be created in different ways:
An attacker may use the contents of error messages to help launch another, more focused attack. For example, an attempt to exploit a path traversal weakness (CWE-22) might yield the full pathname of the installed application. In turn, this could be used to select the proper number of “..” sequences to navigate to the targeted file. An attack using SQL injection (CWE-89) might not initially succeed, but an error message could reveal the malformed query, which would expose query logic and possibly even passwords or other sensitive information used within the query.