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

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

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

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

工具目录

分类

查看所有分类
Loading categories
wordpress-really-simple-security-authn-bypass-exploit — 利用 Really Simple Security < 9.1.2 的身份验证绕过漏洞 (CVE-2024-10924)。 | Kitploit
工具/GitHubGitHub/m3ssap0/wordpress-really-simple-security-authn-bypass-exploit
身份验证与授权漏洞分析漏洞利用Web应用程序漏洞利用Web安全渗透测试
GitHubm3ssap0/wordpress-really-simple-security-authn-bypass-exploit

wordpress-really-simple-security-authn-bypass-exploit

利用 Really Simple Security < 9.1.2 的身份验证绕过漏洞 (CVE-2024-10924)。

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
19171年前尚未审核

wordpress-really-simple-security-authn-bypass-exploit

这是一个 Python3 程序,用于利用 Really Simple Security < 9.1.2 的身份验证绕过漏洞(CVE-2024-10924)。

免责声明

该工具供安全工程师和应用安全(AppSec)人员用于安全评估。请负责任地使用此工具。我对任何人使用此应用程序的方式不承担任何责任。对于因使用此工具而造成的任何损害或犯下的任何罪行,我概不负责。

漏洞信息

  • CVE-ID:CVE-2024-10924
  • 链接:https://www.cve.org/CVERecord?id=CVE-2024-10924
  • 描述:当启用“双因素认证”设置时(默认禁用),这使未经身份验证的攻击者能够以站点上任何现有用户(例如管理员)的身份登录。
  • 修复:https://plugins.trac.wordpress.org/changeset/3188431/really-simple-ssl
  • Wordfence 公告:https://www.wordfence.com/threat-intel/vulnerabilities/detail/really-simple-security-free-pro-and-pro-multisite-900-9111-authentication-bypass

帮助

root@kitploit:~
$ ./exploit.py --help
usage: exploit.py [-h] -t TARGET [-uid USER_ID] [-v]

Exploit for Really Simple Security < 9.1.2 authentication bypass vulnerability (CVE-2024-10924). - v1.0 (2024-11-19)

options:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        URL of the target WordPress
  -uid USER_ID, --user-id USER_ID
                        Victim user ID (1 is usually the admin).
  -v, --verbose         verbose mode

示例

root@kitploit:~
./exploit.py -t http://localhost:1337
root@kitploit:~
./exploit.py -t http://localhost:1337 -uid 1 -v

易受攻击的应用程序

可以使用此仓库搭建易受攻击的应用程序。

作者

  • Antonio Francesco Sardella - 实现 - m3ssap0

许可

详情请参见 LICENSE 文件。

致谢

  • István Márton,发现该漏洞的安全研究员。
下载工具