# Events Manager <= 7.0.3 - 无需认证的SQL注入漏洞(通过`orderby`参数)
## 漏洞概述
The Events Manager – Calendar, Bookings, Tickets, and more! 插件存在时间基础型SQL注入漏洞,攻击者可以通过操纵`orderby`参数在现有的SQL查询中注入额外的SQL查询,从而提取数据库中的敏感信息。
## 影响版本
所有版本直至包括7.0.3版本。
## 漏洞细节
该漏洞是由于用户提供的`orderby`参数在SQL查询中没有进行足够的转义和预备,使得未经认证的攻击者可以注入额外的SQL查询。
## 影响
攻击者可以通过SQL注入从数据库中提取敏感信息,导致数据泄露风险。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | The Events Manager - Calendar, Bookings, Tickets, and more! plugin for WordPress is vulnerable to time-based SQL Injection via the 'orderby' parameter in all versions up to, and including, 7.0.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/2025/CVE-2025-6970.yaml | POC详情 |
2 | Events Manager <= 7.0.3 - Unauthenticated SQL Injection via `orderby` Parameter | https://github.com/RandomRobbieBF/CVE-2025-6970 | POC详情 |
标题: Events Manager <= 7.0.3 - Unauthenticated SQL Injection via `orderby` Parameter -- 🔗来源链接
标签:
神龙速读标题: em-object.php in events-manager/tags/7.0.3/classes – WordPress Plugin Repository -- 🔗来源链接
标签:
暂无评论