目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2021-42013— Apache HTTP Server 安全漏洞

一分钟漏洞结论

影响对象
Apache Software Foundation Apache HTTP Server
利用判断
已确认在野利用,应立即处置
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Apache HTTP Server是美国阿帕奇(Apache)基金会的一款开源网页服务器。该服务器具有快速、可靠且可通过简单的API进行扩充的特点。 Apache HTTP Server 存在安全漏洞,该漏洞源于发现 Apache HTTP Server 2.4.50 版本中对 CVE-2021-41773 的修复不够充分。攻击者可以使用路径遍历攻击将 URL 映射到由类似别名的指令配置的目录之外的文件。如果这些目录之外的文件不受通常的默认配置“要求全部拒绝”的保护,则这些请求可能会成功。如果还为这些别

AI 预测 9.8 利用难度: 较易 KEV · 勒索软件 EPSS 99.96% · P100
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2021-42013 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Path Traversal and Remote Code Execution in Apache HTTP Server 2.4.49 and 2.4.50 (incomplete fix of CVE-2021-41773)
来源: CVE Program / CVE List V5
Vulnerability Description
It was found that the fix for CVE-2021-41773 in Apache HTTP Server 2.4.50 was insufficient. An attacker could use a path traversal attack to map URLs to files outside the directories configured by Alias-like directives. If files outside of these directories are not protected by the usual default configuration "require all denied", these requests can succeed. If CGI scripts are also enabled for these aliased pathes, this could allow for remote code execution. This issue only affects Apache 2.4.49 and Apache 2.4.50 and not earlier versions.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
对路径名的限制不恰当(路径遍历)
来源: CVE Program / CVE List V5
Vulnerability Title
Apache HTTP Server 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Apache HTTP Server是美国阿帕奇(Apache)基金会的一款开源网页服务器。该服务器具有快速、可靠且可通过简单的API进行扩充的特点。 Apache HTTP Server 存在安全漏洞,该漏洞源于发现 Apache HTTP Server 2.4.50 版本中对 CVE-2021-41773 的修复不够充分。攻击者可以使用路径遍历攻击将 URL 映射到由类似别名的指令配置的目录之外的文件。如果这些目录之外的文件不受通常的默认配置“要求全部拒绝”的保护,则这些请求可能会成功。如果还为这些别
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

神龙十问 — AI 深度分析

十问解析:根本原因、利用方式、修复建议、紧迫性。摘要免费,完整版需登录。

受影响产品

厂商 产品 影响版本 CPE 订阅
Apache Software Foundation Apache HTTP Server Apache HTTP Server 2.4.49 -

二、漏洞 CVE-2021-42013 的公开POC

# POC 描述 源链接 神龙链接
1 Exploit with integrated shodan search https://github.com/andrea-mattioli/apache-exploit-CVE-2021-42013 POC详情
2 Apache 2.4.50 Path traversal vulnerability https://github.com/Vulnmachines/cve-2021-42013 POC详情
3 Docker container lab to play/learn with CVE-2021-42013 https://github.com/twseptian/cve-2021-42013-docker-lab POC详情
4 None https://github.com/LayarKacaSiber/CVE-2021-42013 POC详情
5 Poc CVE-2021-42013 - Apache 2.4.50 without CGI https://github.com/TheLastVvV/CVE-2021-42013 POC详情
6 PoC CVE-2021-42013 reverse shell Apache 2.4.50 with CGI https://github.com/TheLastVvV/CVE-2021-42013_Reverse-Shell POC详情
7 cve-2021-42013.py is a python script that will help in finding Path Traversal or Remote Code Execution vulnerability in Apache 2.4.50 https://github.com/walnutsecurity/cve-2021-42013 POC详情
8 Exploit Apache 2.4.50(CVE-2021-42013) https://github.com/robotsense1337/CVE-2021-42013 POC详情
9 None https://github.com/xMohamed0/CVE-2021-42013-ApacheRCE POC详情
10 Apache 远程代码执行 (CVE-2021-42013)批量检测工具:Apache HTTP Server是美国阿帕奇(Apache)基金会的一款开源网页服务器。该服务器具有快速、可靠且可通过简单的API进行扩充的特点,发现 Apache HTTP Server 2.4.50 中针对 CVE-2021-41773 的修复不够充分。攻击者可以使用路径遍历攻击将 URL 映射到由类似别名的指令配置的目录之外的文件。如果这些目录之外的文件不受通常的默认配置“要求全部拒绝”的保护,则这些请求可能会成功。如果还为这些别名路径启用了 CGI 脚本,则这可能允许远程代码执行。此问题仅影响 Apache 2.4.49 和 Apache 2.4.50,而不影响更早版本。 https://github.com/asaotomo/CVE-2021-42013-Apache-RCE-Poc-Exp POC详情
11 CVE-2021-42013-exp https://github.com/rnsss/CVE-2021-42013 POC详情
12 Apache HTTP Server 2.4.50 - RCE Lab https://github.com/jas9reet/CVE-2021-42013-LAB POC详情
13 These Nmap, Python and Ruby scripts detects and exploits CVE-2021-42013 with RCE and local file disclosure. https://github.com/mauricelambert/CVE-2021-42013 POC详情
14 None https://github.com/honypot/CVE-2021-42013 POC详情
15 None https://github.com/Adashz/CVE-2021-42013 POC详情
16 CVE-2021-42013 - Apache 2.4.50 https://github.com/hadrian3689/apache_2.4.50 POC详情
17 Exploit for Apache 2.4.50 (CVE-2021-42013) https://github.com/viliuspovilaika/cve-2021-42013 POC详情
18 Apache 2.4.49-50 Remote Code Execution Exploit https://github.com/theykillmeslowly/CVE-2021-42013 POC详情
19 None https://github.com/mightysai1997/cve-2021-42013 POC详情
20 None https://github.com/mightysai1997/cve-2021-42013L POC详情
21 None https://github.com/mightysai1997/cve-2021-42013.get POC详情
22 Vulnerable configuration Apache HTTP Server version 2.4.49/2.4.50 https://github.com/12345qwert123456/CVE-2021-42013 POC详情
23 CVE: 2021-42013 Tested on: 2.4.49 and 2.4.50 Description: Path Traversal or Remote Code Execution vulnerabilities in Apache 2.4.49 and 2.4.50 https://github.com/cybfar/cve-2021-42013-httpd POC详情
24 Exploring CVE-2021-42013, using Suricata and OpenVAS to gather info https://github.com/vudala/CVE-2021-42013 POC详情
25 Apache 2.4.50 Automated Remote Code Execution and Path traversal https://github.com/birdlinux/CVE-2021-42013 POC详情
26 None https://github.com/Hamesawian/CVE-2021-42013 POC详情
27 A PoC exploit for CVE-2021-42013 - Apache 2.4.49 & 2.4.50 Remote Code Execution https://github.com/K3ysTr0K3R/CVE-2021-42013-EXPLOIT POC详情
28 Apache 2.4.50 - Path Traversal or Remote Code Execution https://github.com/Rubikcuv5/cve-2021-42013 POC详情
29 None https://github.com/imhunterand/CVE-2021-42013 POC详情
30 CVE-2021-42013 Vulnerability Scanner This Python script checks for the Remote Code Execution (RCE) vulnerability (CVE-2021-42013) in Apache 2.4.50. https://github.com/BassoNicolas/CVE-2021-42013 POC详情
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2021-42013 的情报信息

登录查看更多情报信息。

CVE-2021-42013 厂商安全公告 (7)

CVE-2021-42013 公开利用代码 (6)

CVE-2021-42013 邮件列表归档 (14)

CVE-2021-42013 其他参考 (1)

同批安全公告 · Apache Software Foundation · 2021-10-07 · 共 3 条

CVE-2021-28129 Apache OpenOffice 安全漏洞
CVE-2021-40439 Apache OpenOffice 代码问题漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2021-42013

暂无评论


发表评论