The mod_proxy module in the Apache HTTP Server 1.3.x through 1.3.42, 2.0.x through 2.0.64, and 2.2.x through 2.2.21, when the Revision 1179239 patch is in place, does not properly interact with use of (1) RewriteRule and (2) ProxyPassMatch pattern matches for configuration of a reverse proxy, which allows remote attackers to send requests to intranet servers via a malformed URI containing an @ (at sign) character and a : (colon) character in invalid positions. NOTE: this vulnerability exists because of an incomplete fix for CVE-2011-3368.
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 |
---|---|---|---|
Http_server | Apache | 1.3 (including) | 1.3 (including) |
Http_server | Apache | 1.3.0 (including) | 1.3.0 (including) |
Http_server | Apache | 1.3.1 (including) | 1.3.1 (including) |
Http_server | Apache | 1.3.1.1 (including) | 1.3.1.1 (including) |
Http_server | Apache | 1.3.2 (including) | 1.3.2 (including) |
Http_server | Apache | 1.3.3 (including) | 1.3.3 (including) |
Http_server | Apache | 1.3.4 (including) | 1.3.4 (including) |
Http_server | Apache | 1.3.5 (including) | 1.3.5 (including) |
Http_server | Apache | 1.3.6 (including) | 1.3.6 (including) |
Http_server | Apache | 1.3.7 (including) | 1.3.7 (including) |
Http_server | Apache | 1.3.8 (including) | 1.3.8 (including) |
Http_server | Apache | 1.3.9 (including) | 1.3.9 (including) |
Http_server | Apache | 1.3.10 (including) | 1.3.10 (including) |
Http_server | Apache | 1.3.11 (including) | 1.3.11 (including) |
Http_server | Apache | 1.3.12 (including) | 1.3.12 (including) |
Http_server | Apache | 1.3.13 (including) | 1.3.13 (including) |
Http_server | Apache | 1.3.14 (including) | 1.3.14 (including) |
Http_server | Apache | 1.3.15 (including) | 1.3.15 (including) |
Http_server | Apache | 1.3.16 (including) | 1.3.16 (including) |
Http_server | Apache | 1.3.17 (including) | 1.3.17 (including) |
Http_server | Apache | 1.3.18 (including) | 1.3.18 (including) |
Http_server | Apache | 1.3.19 (including) | 1.3.19 (including) |
Http_server | Apache | 1.3.20 (including) | 1.3.20 (including) |
Http_server | Apache | 1.3.22 (including) | 1.3.22 (including) |
Http_server | Apache | 1.3.23 (including) | 1.3.23 (including) |
Http_server | Apache | 1.3.24 (including) | 1.3.24 (including) |
Http_server | Apache | 1.3.25 (including) | 1.3.25 (including) |
Http_server | Apache | 1.3.26 (including) | 1.3.26 (including) |
Http_server | Apache | 1.3.27 (including) | 1.3.27 (including) |
Http_server | Apache | 1.3.28 (including) | 1.3.28 (including) |
Http_server | Apache | 1.3.29 (including) | 1.3.29 (including) |
Http_server | Apache | 1.3.30 (including) | 1.3.30 (including) |
Http_server | Apache | 1.3.31 (including) | 1.3.31 (including) |
Http_server | Apache | 1.3.32 (including) | 1.3.32 (including) |
Http_server | Apache | 1.3.33 (including) | 1.3.33 (including) |
Http_server | Apache | 1.3.34 (including) | 1.3.34 (including) |
Http_server | Apache | 1.3.35 (including) | 1.3.35 (including) |
Http_server | Apache | 1.3.36 (including) | 1.3.36 (including) |
Http_server | Apache | 1.3.37 (including) | 1.3.37 (including) |
Http_server | Apache | 1.3.38 (including) | 1.3.38 (including) |
Http_server | Apache | 1.3.39 (including) | 1.3.39 (including) |
Http_server | Apache | 1.3.41 (including) | 1.3.41 (including) |
Http_server | Apache | 1.3.42 (including) | 1.3.42 (including) |
Http_server | Apache | 1.3.65 (including) | 1.3.65 (including) |
Http_server | Apache | 1.3.68 (including) | 1.3.68 (including) |
Red Hat Enterprise Linux 6 | RedHat | httpd-0:2.2.15-15.el6_2.1 | * |
Apache2 | Ubuntu | hardy | * |
Apache2 | Ubuntu | lucid | * |
Apache2 | Ubuntu | maverick | * |
Apache2 | Ubuntu | natty | * |
Apache2 | Ubuntu | oneiric | * |
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.