LiveActive security incident?Get immediate response
CVE Record

CVE-2021-40438: mod_proxy SSRF

A crafted request uri-path can cause mod_proxy to forward the request to an origin server choosen by the remote user. This issue affects Apache HTTP Server 2.4.48 and earlier.

CriticalCVSS 9Known exploitedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2021-40438 lets a remote attacker abuse Apache HTTP Server's proxy handling so the server may fetch an origin chosen by the attacker. For a business, the concern is server-side request forgery: exposed web servers could be turned into a path toward internal services or sensitive data.

Executive priority

Treat as urgent for exposed Apache reverse proxy infrastructure because it is critical severity and in CISA KEV. Focus first on externally reachable systems and vendor-managed products that include Apache HTTP Server.

Technical view

Apache HTTP Server 2.4.48 and earlier are affected when mod_proxy handles a crafted URI path. The CVE is CWE-918 SSRF with CVSS 3.1 score 9.0. Impact spans confidentiality, integrity, and availability, though the vector notes high attack complexity.

Likely exposure

Most relevant exposure is internet-facing or partner-facing Apache HTTP Server 2.4 deployments using proxy functionality, especially reverse proxies. Products embedding Apache may also be affected through vendor advisories, but the bundle only directly names Apache HTTP Server 2.4.

Exploitation context

CISA KEV lists CVE-2021-40438, so active exploitation is supported. The source bundle does not include exploit details, observed campaigns, or attacker tooling, so exploitation scale and methods should be treated as unknown from these sources.

Researcher notes

The evidence supports SSRF in mod_proxy via crafted URI path and affected Apache HTTP Server 2.4.48 and earlier. The bundle does not provide safe configuration conditions, exploit prerequisites beyond the CVSS vector, or detailed fixed-version text beyond linked vendor advisories.

Mitigation direction

  • Apply Apache HTTP Server or OS vendor security updates for CVE-2021-40438.
  • Prioritize Apache HTTP Server 2.4.48 and earlier systems with mod_proxy enabled.
  • Use vendor guidance for any temporary workaround if immediate patching is impossible.
  • Review downstream vendor advisories for appliances or products bundling Apache HTTP Server.
  • Increase monitoring for unusual proxy requests and unexpected outbound web server traffic.

Validation and detection

  • Inventory Apache HTTP Server versions and identify 2.4.48 or earlier.
  • Confirm whether mod_proxy or reverse proxy functionality is enabled on exposed servers.
  • Check package manager or vendor advisory status for the fixed apache/httpd package.
  • Verify internet-facing Apache instances are updated before lower-exposure internal systems.
  • Review logs for requests that caused unexpected proxying or outbound destinations.
Prepared
Confidence
high
Sources
9

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-918: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Cloud metadata behavior lookup

The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-40438 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
21Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9CVSS 3.1CriticalCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H2.26Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9Critical
CVSS 3.1 vector shape for CVE-2021-40438Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Apache Software FoundationApache HTTP ServerApache HTTP Server 2.4Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-918 · source CWE mapping

Server-Side Request Forgery (SSRF)

Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.