# Likes and Dislikes 插件 <= 1.0.0 - 无需身份验证的SQL注入 vulnerability
## 漏洞概述
WordPress 插件 Likes and Dislikes Plugin 存在 SQL 注入漏洞。攻击者可以通过 'post' 参数在未经过充分转义和准备好的 SQL 查询中注入恶意 SQL 代码,从而窃取数据库中的敏感信息。
## 影响版本
- 所有版本:1.0.0及之前
## 细节
- 漏洞类型:SQL 注入
- 漏洞原因:用户提供的 'post' 参数没有进行足够的转义,且现有的 SQL 查询缺乏充分的准备
- 攻击途径:攻击者可通过 'post' 参数注入额外的 SQL 查询
## 影响
- 风险:未认证的攻击者可以利用此漏洞从数据库中窃取敏感信息
- 后果:可能导致敏感数据泄露
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | The Likes and Dislikes Plugin plugin for WordPress is vulnerable to SQL Injection via the 'post' parameter in all versions up to, and including, 1.0.0 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-5287.yaml | POC详情 |
2 | WordPress Likes and Dislikes Plugin <= 1.0.0 is vulnerable to SQL Injection | https://github.com/Nxploited/CVE-2025-5287 | POC详情 |
3 | Wordpress likes and dislikes add-on - SQL Injection | https://github.com/wiseep/CVE-2025-5287 | POC详情 |
4 | Likes and Dislikes Plugin <= 1.0.0 - Unauthenticated SQL Injection | https://github.com/RandomRobbieBF/CVE-2025-5287 | POC详情 |
5 | Unauthenticated SQL Injection exploit for WordPress Likes and Dislikes Plugin ≤ 1.0.0 | https://github.com/RootHarpy/CVE-2025-5287 | POC详情 |
标题: inprosysmedia-likes-dislikes-post.php in inprosysmedia-likes-dislikes-post/trunk – WordPress Plugin Repository -- 🔗来源链接
标签:
神龙速读暂无评论