# JobWP – 职位板,职位列表,职业页面和招聘插件 <= 2.3.9 - 未经认证的SQL注入
## 漏洞概述
JobWP插件在WordPress中存在SQL注入漏洞,该漏洞通过`jobwp_upload_resume`参数触发,影响所有版本直到并包括2.3.9。
## 影响版本
- 所有版本直到并包括 2.3.9
## 漏洞细节
- 由于用户提供的参数没有进行足够的转义,并且现有的SQL查询没有进行充分的准备,导致可以插入额外的SQL查询。
- 攻击者可以通过此漏洞向现有的SQL查询中注入额外的查询,从而从数据库中提取敏感信息。
## 影响
- 未认证的攻击者可能利用此漏洞注入额外的SQL语句,进而提取数据库中的敏感信息。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | The JobWP - Job Board, Job Listing, Career Page and Recruitment Plugin plugin for WordPress is vulnerable to SQL Injection via the 'jobwp_upload_resume' parameter in all versions up to, and including, 2.3.9 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-2010.yaml | POC详情 |
暂无评论