# Quiz Maker <= 6.5.8.3 - 通过'ays_questions'参数实现未经身份验证的SQL注入
## 漏洞概述
WordPress 的 Quiz Maker 插件存在基于时间的 SQL 注入漏洞,该漏洞通过 `ays_questions` 参数利用用户提供的参数未充分转义和现有 SQL 查询准备不足的问题。
## 影响版本
所有版本直至包括 6.5.8.3。
## 漏洞细节
攻击者可以通过 `ays_questions` 参数将额外的 SQL 查询附加到现有的查询中,从而从数据库中提取敏感信息。漏洞原因是用户提供的参数未进行充分转义,并且现有的 SQL 查询也未进行充分准备。
## 漏洞影响
此漏洞使得未认证攻击者能够注入并执行额外的 SQL 查询,从而泄露数据库中的敏感信息。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | CVE-2024-6028 Quiz Maker <= 6.5.8.3 - Unauthenticated SQL Injection via 'ays_questions' Parameter | https://github.com/truonghuuphuc/CVE-2024-6028-Poc | POC详情 |
| 2 | The Quiz Maker plugin for WordPress is vulnerable to time-based SQL Injection via the 'ays_questions' parameter in all versions up to, and including, 6.5.8.3 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2024/CVE-2024-6028.yaml | POC详情 |
| 3 | CVE-2024-6028 Quiz Maker <= 6.5.8.3 - Unauthenticated SQL Injection via 'ays_questions' Parameter | https://github.com/gmh5225/CVE-2024-6028-Poc | POC详情 |
暂无评论