Sun Java SE 5.0 before Update 20 and 6 before Update 15, and OpenJDK, might allow context-dependent attackers to obtain sensitive information via vectors involving static variables that are declared without the final keyword, related to (1) LayoutQueue, (2) Cursor.predefined, (3) AccessibleResourceBundle.getContents, (4) ImageReaderSpi.STANDARD_INPUT_TYPE, (5) ImageWriterSpi.STANDARD_OUTPUT_TYPE, (6) the imageio plugins, (7) DnsContext.debug, (8) RmfFileReader/StandardMidiFileWriter.types, (9) AbstractSaslImpl.logger, (10) Synth.Region.uiToRegionMap/lowerCaseNameMap, (11) the Introspector class and a cache of BeanInfo, and (12) JAX-WS, a different vulnerability than CVE-2009-2673.
The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Java_se | Sun | * | 5.0 (including) |
Java_se | Sun | * | 6 (including) |
Openjdk | Sun | * | * |
Openjdk-6 | Ubuntu | hardy | * |
Openjdk-6 | Ubuntu | intrepid | * |
Openjdk-6 | Ubuntu | jaunty | * |
Openjdk-6 | Ubuntu | upstream | * |
Sun-java5 | Ubuntu | dapper | * |
Sun-java5 | Ubuntu | gutsy | * |
Sun-java5 | Ubuntu | intrepid | * |
Sun-java5 | Ubuntu | jaunty | * |
Sun-java5 | Ubuntu | upstream | * |
Sun-java6 | Ubuntu | hardy | * |
Sun-java6 | Ubuntu | intrepid | * |
Sun-java6 | Ubuntu | jaunty | * |
Sun-java6 | Ubuntu | karmic | * |
Sun-java6 | Ubuntu | lucid | * |
Sun-java6 | Ubuntu | upstream | * |
Extras for RHEL 4 | RedHat | java-1.5.0-sun-0:1.5.0.20-1jpp.1.el4 | * |
Extras for RHEL 4 | RedHat | java-1.6.0-sun-1:1.6.0.15-1jpp.1.el4 | * |
Red Hat Enterprise Linux 5 | RedHat | java-1.6.0-openjdk-1:1.6.0.0-1.2.b09.el5 | * |
Red Hat Network Satellite Server v 5.1 | RedHat | java-1.5.0-sun-0:1.5.0.22-1jpp.1.el4 | * |
Supplementary for Red Hat Enterprise Linux 5 | RedHat | java-1.5.0-sun-0:1.5.0.20-1jpp.1.el5 | * |
Supplementary for Red Hat Enterprise Linux 5 | RedHat | java-1.6.0-sun-1:1.6.0.15-1jpp.1.el5 | * |
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.