The com.ibm.CORBA.iiop.ClientDelegate class in IBM SDK, Java Technology Edition 6 before SR16 FP25 (6.0.16.25), 6 R1 before SR8 FP25 (6.1.8.25), 7 before SR9 FP40 (7.0.9.40), 7 R1 before SR3 FP40 (7.1.3.40), and 8 before SR3 (8.0.3.0) uses the invoke method of the java.lang.reflect.Method class in an AccessController doPrivileged block, which allows remote attackers to call setSecurityManager and bypass a sandbox protection mechanism via vectors related to a Proxy object instance implementing the java.lang.reflect.InvocationHandler interface. NOTE: this vulnerability exists because of an incomplete fix for CVE-2013-3009.
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 |
---|---|---|---|
Satellite | Redhat | 5.6 (including) | 5.6 (including) |
Satellite | Redhat | 5.7 (including) | 5.7 (including) |
Enterprise_linux_desktop | Redhat | 6.0 (including) | 6.0 (including) |
Enterprise_linux_desktop | Redhat | 7.0 (including) | 7.0 (including) |
Enterprise_linux_hpc_node_supplementary | Redhat | 6.0 (including) | 6.0 (including) |
Enterprise_linux_hpc_node_supplementary | Redhat | 7.0 (including) | 7.0 (including) |
Enterprise_linux_server | Redhat | 6.0 (including) | 6.0 (including) |
Enterprise_linux_server | Redhat | 7.0 (including) | 7.0 (including) |
Enterprise_linux_server_eus | Redhat | 6.7 (including) | 6.7 (including) |
Enterprise_linux_server_eus | Redhat | 7.2 (including) | 7.2 (including) |
Enterprise_linux_server_eus | Redhat | 7.3 (including) | 7.3 (including) |
Enterprise_linux_server_eus | Redhat | 7.4 (including) | 7.4 (including) |
Enterprise_linux_server_eus | Redhat | 7.5 (including) | 7.5 (including) |
Enterprise_linux_workstation | Redhat | 6.0 (including) | 6.0 (including) |
Enterprise_linux_workstation | Redhat | 7.0 (including) | 7.0 (including) |
Red Hat Enterprise Linux 5 Supplementary | RedHat | java-1.7.0-ibm-1:1.7.0.9.40-1jpp.1.el5 | * |
Red Hat Enterprise Linux 5 Supplementary | RedHat | java-1.6.0-ibm-1:1.6.0.16.25-1jpp.1.el5 | * |
Red Hat Enterprise Linux 6 Supplementary | RedHat | java-1.7.1-ibm-1:1.7.1.3.40-1jpp.1.el6_7 | * |
Red Hat Enterprise Linux 6 Supplementary | RedHat | java-1.6.0-ibm-1:1.6.0.16.25-1jpp.1.el6_7 | * |
Red Hat Enterprise Linux 6 Supplementary | RedHat | java-1.8.0-ibm-1:1.8.0.3.0-1jpp.1.el6 | * |
Red Hat Enterprise Linux 7 Supplementary | RedHat | java-1.7.1-ibm-1:1.7.1.3.40-1jpp.1.el7 | * |
Red Hat Enterprise Linux 7 Supplementary | RedHat | java-1.8.0-ibm-1:1.8.0.3.0-1jpp.1.el7 | * |
Red Hat Satellite 5.6 | RedHat | java-1.7.0-ibm-1:1.7.0.9.40-1jpp.1.el5 | * |
Red Hat Satellite 5.6 | RedHat | java-1.7.1-ibm-1:1.7.1.3.40-1jpp.1.el6_7 | * |
Red Hat Satellite 5.6 | RedHat | spacewalk-java-0:2.0.2-109.el5sat | * |
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.3.40-1jpp.1.el6_7 | * |
Red Hat Satellite 5.7 | RedHat | spacewalk-java-0:2.3.8-146.el6sat | * |
Red Hat Satellite 5.7 | RedHat | java-1.7.1-ibm-1:1.7.1.4.1-1jpp.1.el6_8 | * |
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.