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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2026-3891 — Pix for WooCommerce <= 1.5.0 - 未认证任意文件上传 | Kitploit
工具/GitHubGitHub/nxploited/cve-2026-3891
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试红队
GitHubnxploited/cve-2026-3891

CVE-2026-3891

Pix for WooCommerce <= 1.5.0 - 未认证任意文件上传

查看仓库
634个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2026-3891

Pix for WooCommerce <= 1.5.0 - 未认证的任意文件上传

💣 Pix for WooCommerce <= 1.5.0 – 未认证的任意文件上传 (CVE-2026-3891)

👤 Nxploited


🧩 描述

WordPress 的 Pix for WooCommerce 插件存在未认证的任意文件上传漏洞,原因如下:

  • 缺少权限检查
  • 缺少文件类型验证

上述问题存在于 1.5.0 及以下所有版本的 lkn_pix_for_woocommerce_c6_save_settings 函数中。

这允许远程未认证攻击者上传任意文件,从而导致远程代码执行 (RCE)。

  • CVE: CVE-2026-3891
  • CVSS: 9.8 (Critical)

🧪 PoC / 漏洞利用脚本

  • 脚本: CVE-2026-3891.py
  • 作者: Khaled Alenazi (Nxploited) – Nxploited ZeroDay Hub
  • Telegram: @Kxploit
  • 频道: https://t.me/KNxploited

⚙️ 功能特性

  • 🔥 全自动漏洞利用
  • ⚡ 多线程(高速扫描)
  • 🎯 批量目标支持(列表)
  • 🧠 智能 Nonce 提取
  • 📦 自动部署 Shell
  • 📊 实时进度跟踪
  • 🧾 自动将 Shell 保存到文件

⚙️ 环境要求

  • Python 3.x
  • 依赖项:
root@kitploit:~
pip install requests rich

🚀 使用方法

1️⃣ 准备目标

创建文件:

root@kitploit:~
list.txt

示例:

root@kitploit:~
http://example.com
https://target.com
victim-site.com

如果缺少协议 → 脚本会自动添加 http://


2️⃣ 添加你的 Shell

将你的 shell 文件放在同一目录下:

root@kitploit:~
shell.php

3️⃣ 运行漏洞利用脚本

root@kitploit:~
python3 CVE-2026-3891.py

4️⃣ 交互式输入

脚本会询问:

  • 目标文件(默认:list.txt)
  • 线程数(默认:8)
  • Shell 文件名(例如 shell.php)

⚡ 漏洞利用流程

  1. 🎯 加载目标
  2. 🔑 请求 Nonce
  3. 📤 上传 Shell
  4. 💥 文件被上传两次
  5. 🔗 自动生成 Shell 路径

📂 Shell 位置

root@kitploit:~
/wp-content/plugins/payment-gateway-pix-for-woocommerce/Includes/files/certs_c6/<shell>.php

📤 输出

✔ 成功

  • 显示格式化结果
  • 显示:
    • 目标
    • Shell 路径
    • 完整 URL

❌ 失败

root@kitploit:~
FAIL http://target.com (reason)

📄 保存的结果

root@kitploit:~
shells.txt

📊 实时进度

root@kitploit:~
Progress 5/20 OK:3 FAIL:2

⚠️ 免责声明

本项目仅供教育和授权安全测试使用。

  • 未经许可,请勿在系统上使用
  • 未经授权的访问是违法的
  • 作者对滥用行为不承担任何责任

👤 作者

Nxploited

  • 👨‍💻 Khaled Alenazi
  • 📬 Telegram: @Kxploit
  • 📢 频道:https://t.me/KNxploited
下载工具