mod_cluster, as used in Red Hat JBoss Web Server 2.1, allows remote attackers to cause a denial of service (Apache http server crash) via an MCMP message containing a series of = (equals) characters after a legitimate element.
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 |
---|---|---|---|
Jboss_enterprise_application_platform | Redhat | 6.0.0 (including) | 6.0.0 (including) |
Jboss_enterprise_application_platform | Redhat | 6.4.0 (including) | 6.4.0 (including) |
Jboss_enterprise_web_server | Redhat | 2.0.0 (including) | 2.0.0 (including) |
Jboss_enterprise_web_server | Redhat | 2.1 (including) | 2.1 (including) |
Red Hat JBoss Enterprise Application Platform 6.4 | RedHat | mod_cluster | * |
Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 6 | RedHat | hornetq-native-0:2.3.25-4.SP11_redhat_1.ep6.el6 | * |
Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 6 | RedHat | httpd-0:2.2.26-54.ep6.el6 | * |
Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 6 | RedHat | jbcs-httpd24-0:1-3.jbcs.el6 | * |
Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 6 | RedHat | jbcs-httpd24-openssl-1:1.0.2h-4.jbcs.el6 | * |
Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 6 | RedHat | mod_cluster-native-0:1.2.13-3.Final_redhat_2.ep6.el6 | * |
Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 6 | RedHat | mod_jk-0:1.2.41-2.redhat_4.ep6.el6 | * |
Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 6 | RedHat | tomcat-native-0:1.1.34-5.redhat_1.ep6.el6 | * |
Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 7 | RedHat | hornetq-native-0:2.3.25-4.SP11_redhat_1.ep6.el7 | * |
Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 7 | RedHat | httpd22-0:2.2.26-56.ep6.el7 | * |
Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 7 | RedHat | jbcs-httpd24-0:1-3.jbcs.el7 | * |
Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 7 | RedHat | jbcs-httpd24-openssl-1:1.0.2h-4.jbcs.el7 | * |
Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 7 | RedHat | mod_cluster-native-0:1.2.13-3.Final_redhat_2.ep6.el7 | * |
Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 7 | RedHat | mod_jk-0:1.2.41-2.redhat_4.ep6.el7 | * |
Red Hat JBoss Enterprise Application Platform 6.4 for RHEL 7 | RedHat | tomcat-native-0:1.1.34-5.redhat_1.ep6.el7 | * |
Red Hat JBoss Enterprise Web Server 2 for RHEL 6 | RedHat | httpd-0:2.2.26-54.ep6.el6 | * |
Red Hat JBoss Enterprise Web Server 2 for RHEL 6 | RedHat | jbcs-httpd24-0:1-3.jbcs.el6 | * |
Red Hat JBoss Enterprise Web Server 2 for RHEL 6 | RedHat | jbcs-httpd24-openssl-1:1.0.2h-4.jbcs.el6 | * |
Red Hat JBoss Enterprise Web Server 2 for RHEL 6 | RedHat | mod_cluster-0:1.2.13-1.Final_redhat_1.1.ep6.el6 | * |
Red Hat JBoss Enterprise Web Server 2 for RHEL 6 | RedHat | mod_cluster-native-0:1.2.13-3.Final_redhat_2.ep6.el6 | * |
Red Hat JBoss Enterprise Web Server 2 for RHEL 6 | RedHat | mod_jk-0:1.2.41-2.redhat_3.ep6.el6 | * |
Red Hat JBoss Enterprise Web Server 2 for RHEL 6 | RedHat | tomcat-native-0:1.1.34-5.redhat_1.ep6.el6 | * |
Red Hat JBoss Enterprise Web Server 2 for RHEL 7 | RedHat | httpd22-0:2.2.26-56.ep6.el7 | * |
Red Hat JBoss Enterprise Web Server 2 for RHEL 7 | RedHat | jbcs-httpd24-0:1-3.jbcs.el7 | * |
Red Hat JBoss Enterprise Web Server 2 for RHEL 7 | RedHat | jbcs-httpd24-openssl-1:1.0.2h-4.jbcs.el7 | * |
Red Hat JBoss Enterprise Web Server 2 for RHEL 7 | RedHat | mod_cluster-0:1.2.13-1.Final_redhat_1.1.ep6.el7 | * |
Red Hat JBoss Enterprise Web Server 2 for RHEL 7 | RedHat | mod_cluster-native-0:1.2.13-3.Final_redhat_2.ep6.el7 | * |
Red Hat JBoss Enterprise Web Server 2 for RHEL 7 | RedHat | mod_jk-0:1.2.41-2.redhat_3.ep6.el7 | * |
Red Hat JBoss Enterprise Web Server 2 for RHEL 7 | RedHat | tomcat-native-0:1.1.34-5.redhat_1.ep6.el7 | * |
Red Hat JBoss Web Server 2.1 | RedHat | * |
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.