Apache Axis 1.4 and earlier, as used in PayPal Payments Pro, PayPal Mass Pay, PayPal Transactional Information SOAP, the Java Message Service implementation in Apache ActiveMQ, and other products, does not verify that the server hostname matches a domain name in the subjects Common Name (CN) or subjectAltName field of the X.509 certificate, which allows man-in-the-middle attackers to spoof SSL servers via an arbitrary valid certificate.
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 |
---|---|---|---|
Activemq | Apache | * | 5.7.0 (including) |
Axis | Apache | * | 1.4 (including) |
Axis | Apache | –alpha1 (including) | –alpha1 (including) |
Axis | Apache | –alpha2 (including) | –alpha2 (including) |
Axis | Apache | –alpha3 (including) | –alpha3 (including) |
Axis | Apache | –beta1 (including) | –beta1 (including) |
Axis | Apache | –beta2 (including) | –beta2 (including) |
Axis | Apache | –beta3 (including) | –beta3 (including) |
Axis | Apache | 1.0 (including) | 1.0 (including) |
Axis | Apache | 1.0-beta (including) | 1.0-beta (including) |
Axis | Apache | 1.0-rc1 (including) | 1.0-rc1 (including) |
Axis | Apache | 1.0-rc2 (including) | 1.0-rc2 (including) |
Axis | Apache | 1.1 (including) | 1.1 (including) |
Axis | Apache | 1.1-beta (including) | 1.1-beta (including) |
Axis | Apache | 1.1-rc1 (including) | 1.1-rc1 (including) |
Axis | Apache | 1.1-rc2 (including) | 1.1-rc2 (including) |
Axis | Apache | 1.2 (including) | 1.2 (including) |
Axis | Apache | 1.2-alpha (including) | 1.2-alpha (including) |
Axis | Apache | 1.2-beta1 (including) | 1.2-beta1 (including) |
Axis | Apache | 1.2-beta2 (including) | 1.2-beta2 (including) |
Axis | Apache | 1.2-beta3 (including) | 1.2-beta3 (including) |
Axis | Apache | 1.2-rc1 (including) | 1.2-rc1 (including) |
Axis | Apache | 1.2-rc2 (including) | 1.2-rc2 (including) |
Axis | Apache | 1.2-rc3 (including) | 1.2-rc3 (including) |
Axis | Apache | 1.2.1 (including) | 1.2.1 (including) |
Axis | Apache | 1.3 (including) | 1.3 (including) |
Mass_pay | Paypal | - (including) | - (including) |
Payments_pro | Paypal | - (including) | - (including) |
Transactional_information_soap | Paypal | - (including) | - (including) |
Red Hat Developer Toolset 2.1 for RHEL 6 | RedHat | devtoolset-2-axis-0:1.4-23.el6 | * |
Red Hat Enterprise Linux 5 | RedHat | axis-0:1.2.1-2jpp.7.el5_9 | * |
Red Hat Enterprise Linux 6 | RedHat | axis-0:1.2.1-7.3.el6_3 | * |
RHEV Manager version 3.3 | RedHat | jasperreports-server-pro-0:5.5.0-4.el6ev | * |
Axis | Ubuntu | hardy | * |
Axis | Ubuntu | lucid | * |
Axis | Ubuntu | oneiric | * |
Axis | Ubuntu | precise | * |
Axis | Ubuntu | quantal | * |
Axis | Ubuntu | upstream | * |
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.