The Loggregator Traffic Controller endpoints in cf-release v231 and lower, Pivotal Elastic Runtime versions prior to 1.5.19 AND 1.6.x versions prior to 1.6.20 are not cleansing request URL paths when they are invalid and are returning them in the 404 response. This could allow malicious scripts to be written directly into the 404 response.
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 |
---|---|---|---|
Cf-release | Cloudfoundry | * | 231 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | * | 1.5.18 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.0 (including) | 1.6.0 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.1 (including) | 1.6.1 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.2 (including) | 1.6.2 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.3 (including) | 1.6.3 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.4 (including) | 1.6.4 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.5 (including) | 1.6.5 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.6 (including) | 1.6.6 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.7 (including) | 1.6.7 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.8 (including) | 1.6.8 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.9 (including) | 1.6.9 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.10 (including) | 1.6.10 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.11 (including) | 1.6.11 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.12 (including) | 1.6.12 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.13 (including) | 1.6.13 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.14 (including) | 1.6.14 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.15 (including) | 1.6.15 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.16 (including) | 1.6.16 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.17 (including) | 1.6.17 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.18 (including) | 1.6.18 (including) |
Cloud_foundry_elastic_runtime | Pivotal_software | 1.6.19 (including) | 1.6.19 (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.