Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
demo-CVE-2021-29447-lezione — Proof-of-concept exploit for CVE-2021-29447, an authenticated XXE vulnerability in WordPress 5.6-5.7. Includes lab setup, malicious WAV generation, and attacker server for educational testing. | Kitploit
工具/GitHubGitHub/specializzazione-cyber-security/demo-cve-2021-29447-lezione
漏洞分析漏洞利用Web应用程序漏洞利用CTF学习与教育实验室与实践
GitHubspecializzazione-cyber-security/demo-cve-2021-29447-lezione

demo-CVE-2021-29447-lezione

Proof-of-concept exploit for CVE-2021-29447, an authenticated XXE vulnerability in WordPress 5.6-5.7. Includes lab setup, malicious WAV generation, and attacker server for educational testing.

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
查看仓库
21年前尚未审核
分享

POC CVE-2021029447 - WordPress中的XXE

WordPress 5.6-5.7 - 认证(作者及以上)XXE (CVE-2021-29447)

  • https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29447

使用方法

步骤1:运行WordPress

root@kitploit:~
$ make up-wp

步骤2:运行攻击者web服务器

root@kitploit:~
$ make up-mal

步骤3:生成恶意WAV文件

使用wavefile npm

root@kitploit:~
$ make make-wav

步骤4:登录WordPress并上传WAV文件到新媒体

root@kitploit:~
open http://localhost:8000/
open http://localhost:8000/wp-admin/

在控制台中查看被盗文件并可进行解码

在线资源

关于攻击者DTD文件中可能命令的信息 https://www.php.net/manual/en/wrappers.php.php

漏洞代码解释

https://github.com/Abdulazizalsewedy/CVE-2021-29447

演练

  • https://www.youtube.com/watch?v=tE8Smz1Jvb8
  • https://github.com/Slowdeb/Tryhackme/blob/dfbdebe880ddcb5fbfc1f8608812a0e79fd7cf24/Wordpress-CVE-202129447.md?plain=1#L69 使用"msfvenom"创建php反弹shell,或使用来自Pentestmonkey的出色php反弹shell。

其他资源

  • https://www.trendmicro.com/it_it/research/19/d/zero-day-xml-external-entity-xxe-injection-vulnerability-in-internet-explorer-can-let-attackers-steal-files-system-info.html
下载工具