The Client Interfaces component in IBM DB2 8.2 before FP18, 9.1 before FP8, 9.5 before FP5, and 9.7 before FP1 does not validate an unspecified pointer, which allows attackers to overwrite external memory via unknown vectors, related to a missing check for null pointers.
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 |
---|---|---|---|
Db2 | Ibm | 8.2 (including) | 8.2 (including) |
Db2 | Ibm | 8.2-fp1 (including) | 8.2-fp1 (including) |
Db2 | Ibm | 8.2-fp10 (including) | 8.2-fp10 (including) |
Db2 | Ibm | 8.2-fp11 (including) | 8.2-fp11 (including) |
Db2 | Ibm | 8.2-fp12 (including) | 8.2-fp12 (including) |
Db2 | Ibm | 8.2-fp13 (including) | 8.2-fp13 (including) |
Db2 | Ibm | 8.2-fp14 (including) | 8.2-fp14 (including) |
Db2 | Ibm | 8.2-fp15 (including) | 8.2-fp15 (including) |
Db2 | Ibm | 8.2-fp16 (including) | 8.2-fp16 (including) |
Db2 | Ibm | 8.2-fp17 (including) | 8.2-fp17 (including) |
Db2 | Ibm | 8.2-fp2 (including) | 8.2-fp2 (including) |
Db2 | Ibm | 8.2-fp3 (including) | 8.2-fp3 (including) |
Db2 | Ibm | 8.2-fp4 (including) | 8.2-fp4 (including) |
Db2 | Ibm | 8.2-fp5 (including) | 8.2-fp5 (including) |
Db2 | Ibm | 8.2-fp6 (including) | 8.2-fp6 (including) |
Db2 | Ibm | 8.2-fp7 (including) | 8.2-fp7 (including) |
Db2 | Ibm | 8.2-fp8 (including) | 8.2-fp8 (including) |
Db2 | Ibm | 8.2-fp9 (including) | 8.2-fp9 (including) |
Db2 | Ibm | 9.1 (including) | 9.1 (including) |
Db2 | Ibm | 9.1-fp1 (including) | 9.1-fp1 (including) |
Db2 | Ibm | 9.1-fp2 (including) | 9.1-fp2 (including) |
Db2 | Ibm | 9.1-fp3 (including) | 9.1-fp3 (including) |
Db2 | Ibm | 9.1-fp3a (including) | 9.1-fp3a (including) |
Db2 | Ibm | 9.1-fp4 (including) | 9.1-fp4 (including) |
Db2 | Ibm | 9.1-fp4a (including) | 9.1-fp4a (including) |
Db2 | Ibm | 9.1-fp5 (including) | 9.1-fp5 (including) |
Db2 | Ibm | 9.1-fp6 (including) | 9.1-fp6 (including) |
Db2 | Ibm | 9.1-fp6a (including) | 9.1-fp6a (including) |
Db2 | Ibm | 9.1-fp7 (including) | 9.1-fp7 (including) |
Db2 | Ibm | 9.5 (including) | 9.5 (including) |
Db2 | Ibm | 9.5-fp1 (including) | 9.5-fp1 (including) |
Db2 | Ibm | 9.5-fp2 (including) | 9.5-fp2 (including) |
Db2 | Ibm | 9.5-fp2a (including) | 9.5-fp2a (including) |
Db2 | Ibm | 9.5-fp3 (including) | 9.5-fp3 (including) |
Db2 | Ibm | 9.5-fp3a (including) | 9.5-fp3a (including) |
Db2 | Ibm | 9.5-fp3b (including) | 9.5-fp3b (including) |
Db2 | Ibm | 9.7 (including) | 9.7 (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.