CVE-2021-40438
Public on
Last Modified:
Description
A Server-Side Request Forgery (SSRF) flaw was found in mod_proxy of httpd. This flaw allows a remote, unauthenticated attacker to make the httpd server forward requests to an arbitrary server. The attacker could get, modify, or delete resources on other services that may be behind a firewall and inaccessible otherwise. The impact of this flaw varies based on what services and resources are available on the httpd network.
Statement
Impact of the flaw set to Important because the actions an attacker can do varies a lot based on the kind of infrastructure in place, the kind of internal services and resources, and the available endpoints on those services. The attacker should also perform some kind of target-specific reconnaissance in order to find out all the above information.
The version of httpd as shipped in Red Hat Enterprise Linux 7 is affected by this flaw even if the upstream code was not, because the Unix Domain Socket support required to trigger the flaw was backported. The version of httpd as shipped in Red hat Enterprise Linux 6 is not affected by this flaw because there is no support for Unix Domain Socket.
The flaw can be triggered only if mod_proxy is in use (e.g. ProxyPass, ReverseProxy is used in the httpd configuration files).
Mitigation
Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.
Additional Information
- This content is not included.Bugzilla 2005117: httpd: mod_proxy: SSRF via a crafted request uri-path containing "unix:"
- Content from cwe.mitre.org is not included.CWE-918: Server-Side Request Forgery (SSRF)
- FAQ: Frequently asked questions about CVE-2021-40438
- Offline Security Data data is available for integration with other systems. See Offline Security Data API to get started.
External References
Content from www.cve.org is not included.https://www.cve.org/CVERecord?id=CVE-2021-40438
Content from nvd.nist.gov is not included.https://nvd.nist.gov/vuln/detail/CVE-2021-40438
Affected Packages and Issued Red Hat Security Errata
| Products / Services | Components | State | Errata |
|---|---|---|---|
| JBoss Core Services for RHEL 8 | jbcs-httpd24-httpd | Fixed | RHSA-2021:3746 |
| JBoss Core Services for RHEL 8 | jbcs-httpd24-mod_cluster-native | Fixed | RHSA-2021:3746 |
| JBoss Core Services for RHEL 8 | jbcs-httpd24-mod_http2 | Fixed | RHSA-2021:3746 |
| JBoss Core Services for RHEL 8 | jbcs-httpd24-mod_jk | Fixed | RHSA-2021:3746 |
| JBoss Core Services for RHEL 8 | jbcs-httpd24-mod_md | Fixed | RHSA-2021:3746 |
| JBoss Core Services for RHEL 8 | jbcs-httpd24-mod_security | Fixed | RHSA-2021:3746 |
| JBoss Core Services on RHEL 7 | jbcs-httpd24-httpd | Fixed | RHSA-2021:3746 |
| JBoss Core Services on RHEL 7 | jbcs-httpd24-mod_cluster-native | Fixed | RHSA-2021:3746 |
| JBoss Core Services on RHEL 7 | jbcs-httpd24-mod_http2 | Fixed | RHSA-2021:3746 |
| JBoss Core Services on RHEL 7 | jbcs-httpd24-mod_jk | Fixed | RHSA-2021:3746 |
| JBoss Core Services on RHEL 7 | jbcs-httpd24-mod_md | Fixed | RHSA-2021:3746 |
| JBoss Core Services on RHEL 7 | jbcs-httpd24-mod_security | Fixed | RHSA-2021:3746 |
| Red Hat Enterprise Linux 6 | httpd | Not affected | |
| Red Hat Enterprise Linux 7 | httpd | Fixed | RHSA-2021:3856 |
| Red Hat Enterprise Linux 7.2 Advanced Update Support | httpd | Fixed | RHSA-2021:3856 |
| Red Hat Enterprise Linux 7.3 Advanced Update Support | httpd | Fixed | RHSA-2021:3856 |
| Red Hat Enterprise Linux 7.4 Advanced Update Support | httpd | Fixed | RHSA-2021:3856 |
| Red Hat Enterprise Linux 7.6 Advanced Update Support(Disable again in 2026 - SPRHEL-7118) | httpd | Fixed | RHSA-2021:3856 |
| Red Hat Enterprise Linux 7.6 Telco Extended Update Support | httpd | Fixed | RHSA-2021:3856 |
| Red Hat Enterprise Linux 7.6 Update Services for SAP Solutions | httpd | Fixed | RHSA-2021:3856 |
| Red Hat Enterprise Linux 7.7 Advanced Update Support | httpd | Fixed | RHSA-2021:3856 |
| Red Hat Enterprise Linux 7.7 Telco Extended Update Support | httpd | Fixed | RHSA-2021:3856 |
| Red Hat Enterprise Linux 7.7 Update Services for SAP Solutions | httpd | Fixed | RHSA-2021:3856 |
| Red Hat Enterprise Linux 8 | httpd:2.4 | Fixed | RHSA-2021:3816 |
| Red Hat Enterprise Linux 8.1 Extended Update Support | httpd:2.4 | Fixed | RHSA-2021:3837 |
| Red Hat Enterprise Linux 8.2 Extended Update Support | httpd:2.4 | Fixed | RHSA-2021:3836 |
| Red Hat Enterprise Linux 9 | httpd | Not affected | |
| Red Hat JBoss Enterprise Application Platform 6 | httpd | Not affected | |
| Red Hat Software Collections for Red Hat Enterprise Linux 7 | httpd24-httpd | Fixed | RHSA-2021:3754 |
| Text-Only JBCS | Fixed | RHSA-2021:3745 |
Common Vulnerability Scoring System (CVSS) Score Details
Important note
CVSS scores for open source components depend on vendor-specific factors (e.g. version or build chain). Therefore, Red Hat's score and impact rating can be different from NVD and other vendors. Red Hat remains the authoritative CVE Naming Authorities (CNA) source for its products and services (see Red Hat classifications ).
| CVSS v3 Score Breakdown | Red Hat | NVD |
|---|---|---|
| CVSS v3 Base Score | 9 | 9 |
| Attack Vector | Network | Network |
| Attack Complexity | High | High |
| Privileges Required | None | None |
| User Interaction | None | None |
| Scope | Changed | Changed |
| Confidentiality Impact | High | High |
| Integrity Impact | High | High |
| Availability Impact | High | High |
CVSS v3 Vector
Red Hat CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
NVD CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
Red Hat CVSS v3 Score Explanation
Scope set to Changed (S:C) because this flaw allows to perform requests on other services as if they would come from the httpd server, thus the real impact is to the data and services available elsewhere and not on the httpd server itself.
Attack Complexity set to High (AC:H) because an attacker would need to first perform target-specific reconnaissance in order to find out the available services and their endpoints.
Frequently Asked Questions
Why is Red Hat's CVSS v3 score or Impact different from other vendors?
For more information, see https://access.redhat.com/solutions/762393.
My product is listed as "Under investigation" or "Affected", when will Red Hat release a fix for this vulnerability?
- "Under investigation" doesn't necessarily mean that the product is affected by this vulnerability. It only means that our Analysis Team is still working on determining whether the product is affected and how it is affected.
- "Affected" means that our Analysis Team has determined that this product is affected by this vulnerability and might release a fix to address this in the near future.
What can I do if my product is listed as "Will not fix"?
Available options depend mostly on the Impact of the vulnerability and the current Life Cycle phase of your product. Overall, you have the following options:
- Upgrade to a supported product version that includes a fix for this vulnerability (recommended).
- Apply a mitigation (if one exists).
- Open a This content is not included.support case to request a prioritization of releasing a fix for this vulnerability.
What can I do if my product is listed as "Fix deferred"?
Available options depend mostly on the Impact of the vulnerability and the current Life Cycle phase of your product. Overall, you have the following options:
- Apply a mitigation (if one exists).
- Open a This content is not included.support case to request a prioritization of releasing a fix for this vulnerability.
- Red Hat Engineering focuses on addressing high-priority issues based on their complexity or limited lifecycle support. Therefore, lower-priority issues will not receive immediate fixes.
What is a mitigation?
I have a Red Hat product but it is not in the above list, is it affected?
Why is my security scanner reporting my product as vulnerable to this vulnerability even though my product version is fixed or not affected?
Not sure what something means? Check out our Security Glossary.