Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: RMI). Supported versions that are affected are Java SE: 6u131, 7u121 and 8u112; Java SE Embedded: 8u111; JRockit: R28.3.12. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. While the vulnerability is in Java SE, Java SE Embedded, JRockit, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in takeover of Java SE, Java SE Embedded, JRockit. Note: This vulnerability can only be exploited by supplying data to APIs in the specified Component without using Untrusted Java Web Start applications or Untrusted Java applets, such as through a web service. CVSS v3.0 Base Score 9.0 (Confidentiality, Integrity and Availability impacts).
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Jdk | Oracle | 1.6-update_131 (including) | 1.6-update_131 (including) |
Jdk | Oracle | 1.7-update_121 (including) | 1.7-update_121 (including) |
Jdk | Oracle | 1.8-update_111 (including) | 1.8-update_111 (including) |
Jdk | Oracle | 1.8-update_112 (including) | 1.8-update_112 (including) |
Jre | Oracle | 1.6-update_131 (including) | 1.6-update_131 (including) |
Jre | Oracle | 1.7-update_121 (including) | 1.7-update_121 (including) |
Jre | Oracle | 1.8-update_111 (including) | 1.8-update_111 (including) |
Jre | Oracle | 1.8-update_112 (including) | 1.8-update_112 (including) |
Jrockit | Oracle | r28.3.12 (including) | r28.3.12 (including) |
Oracle Java for Red Hat Enterprise Linux 5 | RedHat | java-1.7.0-oracle-1:1.7.0.131-1jpp.1.el5_11 | * |
Oracle Java for Red Hat Enterprise Linux 5 | RedHat | java-1.6.0-sun-1:1.6.0.141-1jpp.1.el5_11 | * |
Oracle Java for Red Hat Enterprise Linux 6 | RedHat | java-1.8.0-oracle-1:1.8.0.121-1jpp.1.el6_8 | * |
Oracle Java for Red Hat Enterprise Linux 6 | RedHat | java-1.7.0-oracle-1:1.7.0.131-1jpp.1.el6_8 | * |
Oracle Java for Red Hat Enterprise Linux 6 | RedHat | java-1.6.0-sun-1:1.6.0.141-1jpp.1.el6_8 | * |
Oracle Java for Red Hat Enterprise Linux 7 | RedHat | java-1.8.0-oracle-1:1.8.0.121-1jpp.1.el7_3 | * |
Oracle Java for Red Hat Enterprise Linux 7 | RedHat | java-1.7.0-oracle-1:1.7.0.131-1jpp.1.el7_3 | * |
Oracle Java for Red Hat Enterprise Linux 7 | RedHat | java-1.6.0-sun-1:1.6.0.141-1jpp.1.el7_3 | * |
Red Hat Enterprise Linux 5 | RedHat | java-1.7.0-openjdk-1:1.7.0.131-2.6.9.0.el5_11 | * |
Red Hat Enterprise Linux 5 Supplementary | RedHat | java-1.7.0-ibm-1:1.7.0.10.1-1jpp.1.el5_11 | * |
Red Hat Enterprise Linux 5 Supplementary | RedHat | java-1.6.0-ibm-1:1.6.0.16.41-1jpp.1.el5_11 | * |
Red Hat Enterprise Linux 6 | RedHat | java-1.8.0-openjdk-1:1.8.0.121-0.b13.el6_8 | * |
Red Hat Enterprise Linux 6 | RedHat | java-1.7.0-openjdk-1:1.7.0.131-2.6.9.0.el6_8 | * |
Red Hat Enterprise Linux 6 Supplementary | RedHat | java-1.8.0-ibm-1:1.8.0.4.0-1jpp.1.el6_8 | * |
Red Hat Enterprise Linux 6 Supplementary | RedHat | java-1.7.1-ibm-1:1.7.1.4.1-1jpp.1.el6_8 | * |
Red Hat Enterprise Linux 6 Supplementary | RedHat | java-1.6.0-ibm-1:1.6.0.16.41-1jpp.1.el6_8 | * |
Red Hat Enterprise Linux 7 | RedHat | java-1.8.0-openjdk-1:1.8.0.121-0.b13.el7_3 | * |
Red Hat Enterprise Linux 7 | RedHat | java-1.7.0-openjdk-1:1.7.0.131-2.6.9.0.el7_3 | * |
Red Hat Enterprise Linux 7 Supplementary | RedHat | java-1.8.0-ibm-1:1.8.0.4.0-1jpp.1.el7 | * |
Red Hat Enterprise Linux 7 Supplementary | RedHat | java-1.7.1-ibm-1:1.7.1.4.1-1jpp.2.el7 | * |
Red Hat Satellite 5.6 | RedHat | java-1.7.1-ibm-1:1.7.1.4.1-1jpp.1.el6_8 | * |
Red Hat Satellite 5.7 | RedHat | java-1.7.1-ibm-1:1.7.1.4.1-1jpp.1.el6_8 | * |
Openjdk-6 | Ubuntu | precise | * |
Openjdk-6 | Ubuntu | trusty | * |
Openjdk-7 | Ubuntu | precise | * |
Openjdk-7 | Ubuntu | trusty | * |
Openjdk-8 | Ubuntu | esm-infra/xenial | * |
Openjdk-8 | Ubuntu | xenial | * |
Openjdk-8 | Ubuntu | yakkety | * |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.