# WordPress在运行PHP 8时可发生授权XXE攻击
## 漏洞概述
WordPress 是一个开源内容管理系统(CMS)。具有上传文件权限的用户(如作者)可以通过媒体库中的 XML 解析问题来发动 XXE 攻击。
## 影响版本
- WordPress 5.7.0 及以下版本
## 漏洞细节
漏洞利用需要 WordPress 安装使用 PHP 8。攻击者可以利用媒体库中的 XML 解析漏洞发动 XXE 攻击,并访问内部文件。
## 漏洞影响
成功发动 XXE 攻击可以访问 WordPress 安装中的内部文件。
## 修复建议
此漏洞已在 WordPress 5.7.1 版本中修复,并通过小版本更新修复了其他受影响的版本。强烈建议启用自动更新功能。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | WordPress - Authenticated XXE (CVE-2021-29447) | https://github.com/motikan2010/CVE-2021-29447 | POC详情 |
2 | WordPress XXE vulnerability | https://github.com/Vulnmachines/wordpress_cve-2021-29447 | POC详情 |
3 | Wordpress XXE injection 구축 자동화 및 PoC | https://github.com/dnr6419/CVE-2021-29447 | POC详情 |
4 | None | https://github.com/AssassinUKG/CVE-2021-29447 | POC详情 |
5 | None | https://github.com/b-abderrahmane/CVE-2021-29447-POC | POC详情 |
6 | Arbitrary file read controller based on CVE-2021-29447 | https://github.com/elf1337/blind-xxe-controller-CVE-2021-29447 | POC详情 |
7 | Proof of Concept for CVE-2021-29447 written in Python | https://github.com/Val-Resh/CVE-2021-29447-POC | POC详情 |
8 | Exploit WordPress Media Library XML External Entity Injection (XXE) to exfiltrate files. | https://github.com/M3l0nPan/wordpress-cve-2021-29447 | POC详情 |
9 | None | https://github.com/mega8bit/exploit_cve-2021-29447 | POC详情 |
10 | A Golang program to automate the execution of CVE-2021-29447 | https://github.com/thomas-osgood/CVE-2021-29447 | POC详情 |
11 | None | https://github.com/Abdulazizalsewedy/CVE-2021-29447 | POC详情 |
12 | None | https://github.com/G01d3nW01f/CVE-2021-29447 | POC详情 |
13 | CVE-2021-29447 - Authenticated XXE Injection - WordPress < 5.7.1 & PHP > 8 | https://github.com/viardant/CVE-2021-29447 | POC详情 |
14 | A proof of concept exploit for a wordpress 5.6 media library vulnerability | https://github.com/0xRar/CVE-2021-29447-PoC | POC详情 |
15 | None | https://github.com/andyhsu024/CVE-2021-29447 | POC详情 |
16 | None | https://github.com/specializzazione-cyber-security/demo-CVE-2021-29447-lezione | POC详情 |
17 | PoC for CVE-2021-29447 | https://github.com/magicrc/CVE-2021-29447 | POC详情 |
18 | POC to exploit WordPress 5.6-5.7 (PHP 8+) Authenticated XXE Injection. | https://github.com/Tea-On/CVE-2021-29447-Authenticated-XXE-WordPress-5.6-5.7 | POC详情 |
暂无评论