Potential SSRF in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to cause unsafe RewriteRules to unexpectedly setup URLs to be handled by mod_proxy. Users are recommended to upgrade to version 2.4.60, which fixes this issue.
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 | 2.4.0 (including) | 2.4.60 (excluding) |
JBoss Core Services for RHEL 8 | RedHat | jbcs-httpd24-httpd-0:2.4.57-13.el8jbcs | * |
JBoss Core Services for RHEL 8 | RedHat | jbcs-httpd24-mod_http2-0:1.15.19-41.el8jbcs | * |
JBoss Core Services for RHEL 8 | RedHat | jbcs-httpd24-mod_jk-0:1.2.49-11.redhat_1.el8jbcs | * |
JBoss Core Services for RHEL 8 | RedHat | jbcs-httpd24-mod_md-1:2.4.24-11.el8jbcs | * |
JBoss Core Services for RHEL 8 | RedHat | jbcs-httpd24-mod_proxy_cluster-0:1.3.20-8.el8jbcs | * |
JBoss Core Services for RHEL 8 | RedHat | jbcs-httpd24-mod_security-0:2.9.3-40.el8jbcs | * |
JBoss Core Services on RHEL 7 | RedHat | jbcs-httpd24-httpd-0:2.4.57-13.el7jbcs | * |
JBoss Core Services on RHEL 7 | RedHat | jbcs-httpd24-mod_http2-0:1.15.19-41.el7jbcs | * |
JBoss Core Services on RHEL 7 | RedHat | jbcs-httpd24-mod_jk-0:1.2.49-11.redhat_1.el7jbcs | * |
JBoss Core Services on RHEL 7 | RedHat | jbcs-httpd24-mod_md-1:2.4.24-11.el7jbcs | * |
JBoss Core Services on RHEL 7 | RedHat | jbcs-httpd24-mod_proxy_cluster-0:1.3.20-8.el7jbcs | * |
JBoss Core Services on RHEL 7 | RedHat | jbcs-httpd24-mod_security-0:2.9.3-40.el7jbcs | * |
Red Hat Enterprise Linux 8 | RedHat | httpd:2.4-8100020240712114234.489197e6 | * |
Red Hat Enterprise Linux 9 | RedHat | httpd-0:2.4.57-11.el9_4 | * |
Red Hat Enterprise Linux 9.2 Extended Update Support | RedHat | httpd-0:2.4.53-11.el9_2.10 | * |
Text-Only JBCS | RedHat | jbcs-httpd24-httpd | * |
Apache2 | Ubuntu | devel | * |
Apache2 | Ubuntu | esm-infra/focal | * |
Apache2 | Ubuntu | focal | * |
Apache2 | Ubuntu | jammy | * |
Apache2 | Ubuntu | mantic | * |
Apache2 | Ubuntu | noble | * |
Apache2 | Ubuntu | oracular | * |
Apache2 | Ubuntu | plucky | * |
Apache2 | Ubuntu | trusty/esm | * |
Apache2 | 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.