Zero-day vulnerability in Apache HTTP Server

Path traversal
CVE-2021-41773

Vulnerability details

Advisory: SB2021100514 - Multiple vulnerabilities in Apache HTTP Server

Vulnerable component: Apache HTTP Server

CVE-ID: CVE-2021-41773

CVSSv3 score: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:H/RL:O/RC:C

CWE-ID: CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Description:

The vulnerability allows a remote attacker to perform directory traversal attacks.

The vulnerability exists due to input validation error when processing directory traversal sequences. A remote attacker can send a specially crafted HTTP request to map URLs to files outside the expected document root. If files outside of the document root are not protected by "require all denied" these requests can succeed. Additionally this flaw could leak the source of interpreted files like CGI scripts.

The vulnerability can be used to execute arbitrary OS commands on the system.

Note, the vulnerability is being actively exploited in the wild.

Public Exploits:

External links:

https://httpd.apache.org/security/vulnerabilities_24.html