Jazz Team Server in Jazz Foundation in IBM Rational Collaborative Lifecycle Management (CLM) 3.x and 4.x before 4.0.7 IF9, 5.x before 5.0.2 IF11, and 6.x before 6.0.0 IF4; Rational Quality Manager (RQM) 3.x before 3.0.1.6 IF7, 4.x before 4.0.7 IF9, 5.x before 5.0.2 IF11, and 6.0 before 6.0.0 IF4; Rational Team Concert (RTC) 3.x before 3.0.1.6 IF7, 4.x before 4.0.7 IF9, 5.x before 5.0.2 IF11, and 6.0 before 6.0.0 IF4; Rational Requirements Composer (RRC) 3.x before 3.0.1.6 IF7 and 4.x before 4.0.7 IF9; Rational DOORS Next Generation (RDNG) 4.x before 4.0.7 IF9, 5.x before 5.0.2 IF11, and 6.0 before 6.0.0 IF4; Rational Engineering Lifecycle Manager (RELM) 4.0.3 through 4.0.7, 5.0 through 5.0.2, and 6.0.0; Rational Rhapsody Design Manager (DM) 4.0 through 4.0.7, 5.0 through 5.0.2, and 6.0.0; and Rational Software Architect Design Manager (DM) 4.0 through 4.0.7, 5.0 through 5.0.2, and 6.0.0 allows remote authenticated users to conduct clickjacking attacks via a crafted web site.
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 |
---|---|---|---|
Rational_quality_manager | Ibm | 2.0 (including) | 2.0 (including) |
Rational_quality_manager | Ibm | 2.0.1 (including) | 2.0.1 (including) |
Rational_quality_manager | Ibm | 3.0 (including) | 3.0 (including) |
Rational_quality_manager | Ibm | 3.0.1 (including) | 3.0.1 (including) |
Rational_quality_manager | Ibm | 3.0.1.1 (including) | 3.0.1.1 (including) |
Rational_quality_manager | Ibm | 3.0.1.2 (including) | 3.0.1.2 (including) |
Rational_quality_manager | Ibm | 3.0.1.3 (including) | 3.0.1.3 (including) |
Rational_quality_manager | Ibm | 3.0.1.4 (including) | 3.0.1.4 (including) |
Rational_quality_manager | Ibm | 3.0.1.5 (including) | 3.0.1.5 (including) |
Rational_quality_manager | Ibm | 3.0.1.6 (including) | 3.0.1.6 (including) |
Rational_quality_manager | Ibm | 4.0 (including) | 4.0 (including) |
Rational_quality_manager | Ibm | 4.0.0.1 (including) | 4.0.0.1 (including) |
Rational_quality_manager | Ibm | 4.0.0.2 (including) | 4.0.0.2 (including) |
Rational_quality_manager | Ibm | 4.0.1 (including) | 4.0.1 (including) |
Rational_quality_manager | Ibm | 4.0.2 (including) | 4.0.2 (including) |
Rational_quality_manager | Ibm | 4.0.3 (including) | 4.0.3 (including) |
Rational_quality_manager | Ibm | 4.0.4 (including) | 4.0.4 (including) |
Rational_quality_manager | Ibm | 4.0.5 (including) | 4.0.5 (including) |
Rational_quality_manager | Ibm | 4.0.6 (including) | 4.0.6 (including) |
Rational_quality_manager | Ibm | 4.0.7 (including) | 4.0.7 (including) |
Rational_quality_manager | Ibm | 5.0 (including) | 5.0 (including) |
Rational_quality_manager | Ibm | 5.0.1 (including) | 5.0.1 (including) |
Rational_quality_manager | Ibm | 5.0.2 (including) | 5.0.2 (including) |
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.