CVE Vulnerabilities

CVE-2011-2204

Exposure of Sensitive Information to an Unauthorized Actor

Published: Jun 29, 2011 | Modified: Nov 21, 2024
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
1.9 LOW
AV:L/AC:M/Au:N/C:P/I:N/A:N
RedHat/V2
2.1 LOW
AV:N/AC:H/Au:S/C:P/I:N/A:N
RedHat/V3
Ubuntu
LOW

Apache Tomcat 5.5.x before 5.5.34, 6.x before 6.0.33, and 7.x before 7.0.17, when the MemoryUserDatabase is used, creates log entries containing passwords upon encountering errors in JMX user creation, which allows local users to obtain sensitive information by reading a log file.

Weakness

The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

Affected Software

Name Vendor Start Version End Version
Tomcat Apache 5.5.0 (including) 5.5.0 (including)
Tomcat Apache 5.5.1 (including) 5.5.1 (including)
Tomcat Apache 5.5.2 (including) 5.5.2 (including)
Tomcat Apache 5.5.3 (including) 5.5.3 (including)
Tomcat Apache 5.5.4 (including) 5.5.4 (including)
Tomcat Apache 5.5.5 (including) 5.5.5 (including)
Tomcat Apache 5.5.6 (including) 5.5.6 (including)
Tomcat Apache 5.5.7 (including) 5.5.7 (including)
Tomcat Apache 5.5.8 (including) 5.5.8 (including)
Tomcat Apache 5.5.9 (including) 5.5.9 (including)
Tomcat Apache 5.5.10 (including) 5.5.10 (including)
Tomcat Apache 5.5.11 (including) 5.5.11 (including)
Tomcat Apache 5.5.12 (including) 5.5.12 (including)
Tomcat Apache 5.5.13 (including) 5.5.13 (including)
Tomcat Apache 5.5.14 (including) 5.5.14 (including)
Tomcat Apache 5.5.15 (including) 5.5.15 (including)
Tomcat Apache 5.5.16 (including) 5.5.16 (including)
Tomcat Apache 5.5.17 (including) 5.5.17 (including)
Tomcat Apache 5.5.18 (including) 5.5.18 (including)
Tomcat Apache 5.5.19 (including) 5.5.19 (including)
Tomcat Apache 5.5.20 (including) 5.5.20 (including)
Tomcat Apache 5.5.21 (including) 5.5.21 (including)
Tomcat Apache 5.5.22 (including) 5.5.22 (including)
Tomcat Apache 5.5.23 (including) 5.5.23 (including)
Tomcat Apache 5.5.24 (including) 5.5.24 (including)
Tomcat Apache 5.5.25 (including) 5.5.25 (including)
Tomcat Apache 5.5.26 (including) 5.5.26 (including)
Tomcat Apache 5.5.27 (including) 5.5.27 (including)
Tomcat Apache 5.5.28 (including) 5.5.28 (including)
Tomcat Apache 5.5.29 (including) 5.5.29 (including)
Tomcat Apache 5.5.30 (including) 5.5.30 (including)
Tomcat Apache 5.5.31 (including) 5.5.31 (including)
Tomcat Apache 5.5.32 (including) 5.5.32 (including)
Tomcat Apache 5.5.33 (including) 5.5.33 (including)
Red Hat Enterprise Linux 5 RedHat tomcat5-0:5.5.23-0jpp.22.el5_7 *
Red Hat Enterprise Linux 6 RedHat tomcat6-0:6.0.24-35.el6_1 *
Red Hat JBoss Enterprise Web Server 1 for RHEL 5 RedHat tomcat5-0:5.5.33-27_patch_07.ep5.el5 *
Red Hat JBoss Enterprise Web Server 1 for RHEL 5 RedHat tomcat6-0:6.0.32-24_patch_07.ep5.el5 *
Red Hat JBoss Enterprise Web Server 1 for RHEL 6 RedHat tomcat5-0:5.5.33-28_patch_07.ep5.el6 *
Red Hat JBoss Enterprise Web Server 1 for RHEL 6 RedHat tomcat6-0:6.0.32-24_patch_07.ep5.el6 *
Red Hat JBoss Web Server 1.0 RedHat *
Red Hat JBoss Web Server 1.0 RedHat *
Tomcat5.5 Ubuntu hardy *
Tomcat5.5 Ubuntu upstream *
Tomcat6 Ubuntu lucid *
Tomcat6 Ubuntu maverick *
Tomcat6 Ubuntu natty *
Tomcat6 Ubuntu upstream *
Tomcat7 Ubuntu upstream *

Extended Description

There are many different kinds of mistakes that introduce information exposures. The severity of the error can range widely, depending on the context in which the product operates, the type of sensitive information that is revealed, and the benefits it may provide to an attacker. Some kinds of sensitive information include:

Information might be sensitive to different parties, each of which may have their own expectations for whether the information should be protected. These parties include:

Information exposures can occur in different ways:

It is common practice to describe any loss of confidentiality as an “information exposure,” but this can lead to overuse of CWE-200 in CWE mapping. From the CWE perspective, loss of confidentiality is a technical impact that can arise from dozens of different weaknesses, such as insecure file permissions or out-of-bounds read. CWE-200 and its lower-level descendants are intended to cover the mistakes that occur in behaviors that explicitly manage, store, transfer, or cleanse sensitive information.

Potential Mitigations

  • Compartmentalize the system to have “safe” areas where trust boundaries can be unambiguously drawn. Do not allow sensitive data to go outside of the trust boundary and always be careful when interfacing with a compartment outside of the safe area.
  • Ensure that appropriate compartmentalization is built into the system design, and the compartmentalization allows for and reinforces privilege separation functionality. Architects and designers should rely on the principle of least privilege to decide the appropriate time to use privileges and the time to drop privileges.

References