LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2021-41773: Apache HTTP Server Path Traversal Vulnerability

RBRecent Breaches Vulnerability Intelligence·Nov 3, 2021
Critical⚠ Actively exploited (CISA KEV)Ransomware-linked
Critical
Severity
Active
CISA KEV
Yes
Ransomware use
Nov 17, 2021
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2021-41773 to its Known Exploited Vulnerabilities catalog on Nov 3, 2021, with a federal patch deadline of Nov 17, 2021 — meaning attackers are actively using it. If you run the affected software, patch it immediately. Ransomware crews are known to exploit this flaw.

Apache HTTP Server contains a path traversal vulnerability that allows an attacker to perform remote code execution if files outside directories configured by Alias-like directives are not under…

CVE-2021-41773 is a path traversal vulnerability in Apache HTTP Server. Under certain configurations it can let an attacker reach files outside intended directories and, when CGI is enabled or access controls are incomplete, lead to remote code execution. It matters because Apache HTTP Server is widely deployed as a front-end web server and reverse proxy; successful abuse has been tied to ransomware activity, so unpatched or misconfigured instances should be treated as high priority.

CISA notes that the original fix issued under this CVE identifier was incomplete and points defenders to remediation guidance under CVE-2021-42013. Confirm exact affected releases, fixed packages, and configuration requirements against the current Apache HTTP Server vendor advisory before acting.

How it works

The weakness is CWE-22 (improper limitation of a pathname to a restricted directory). In path-traversal flaws of this class, crafted request URIs can escape the document root or other mapped locations when the server normalizes or maps paths incorrectly.

According to the CISA summary, an attacker can abuse the issue to reach files outside directories configured by Alias-like directives when those locations are not protected by the default “require all denied” posture, or when CGI scripts are enabled. That combination can escalate simple file read into remote code execution. Exact request patterns and exploit mechanics are not detailed here; treat any public proof-of-concept as untrusted and validate behavior only in a controlled lab against the vendor’s description.

Am I affected? How to find it in your systems

Apache HTTP Server commonly runs on Linux and Unix-like hosts, Windows servers, containers, and appliances that embed httpd as a reverse proxy or static/content front end. Inventory every instance:

Telemetry signs of exploitation attempts (generic for this class) include unusual URL-encoded or dot-segment sequences in request lines, sudden access to paths outside normal web roots, and unexpected CGI or script execution from non-standard locations. Review access and error logs for such patterns and correlate with any subsequent suspicious process activity. Confirm definitive indicators against vendor or trusted threat-intelligence updates.

How to remediate

Patch first. Apply the updates specified by the Apache HTTP Server project, following the remediation information referenced for CVE-2021-42013 because the original patch under CVE-2021-41773 was insufficient. CISA’s required action is to apply updates per vendor instructions; obtain packages from your OS vendor or the official Apache distribution channels and verify signatures where provided.

After upgrading:

If you can't patch immediately

Reduce exposure until the vendor update can be installed:

These steps do not replace the patch; schedule the official update as soon as possible.

If your data may have been exposed

Actively exploited vulnerabilities, including those with known ransomware use, frequently precede broader compromise and data theft. If logs or other evidence suggest successful exploitation, follow your incident-response plan: isolate affected hosts, preserve volatile evidence, rotate credentials that may have been reachable, and assess what data the Apache process could access. As a routine hygiene step, you can run a free exposure scan of your email addresses against known breach data sets to see whether associated accounts have appeared in prior incidents, then enforce stronger authentication and monitoring where needed.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedApache · HTTP Server
WeaknessCWE-22
Added to CISA KEVNov 3, 2021
Federal patch deadlineNov 17, 2021
Known ransomware useYes
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities