Thanks for PoC by diego-tella
This is a Yaml PoC rule of CVE-2024-27956 Wordpress Automatic SQLi for fscan.
- Add the yml file to path:/fscan-main/WebScan/pocs.
- Build the fscan's go files.
- Start the fscan and enjoy.
If the vulnerability exists,fscan will create a new user by requesting.
You can change the SQL query if creating a user is not allowed in your test.
fscan自定义规则:CVE-2024-27956 Wordpress Automatic SQL注入漏洞
- 将 yml 规则文件添加到 fscan 目录 /fscan-main/WebScan/pocs 下
- 编译fscan
- 运行fscan
如果漏洞存在,fscan会在目标WordPress下创建一个用户,如果你的测试不允许创建用户,请修改SQL语句,漏洞存在的回显内容是一样的。