漏洞信息
# JobWP – 职位板,职位列表,职业页面和招聘插件 <= 2.3.9 - 未经认证的SQL注入
## 漏洞概述
JobWP插件在WordPress中存在SQL注入漏洞,该漏洞通过`jobwp_upload_resume`参数触发,影响所有版本直到并包括2.3.9。
## 影响版本
- 所有版本直到并包括 2.3.9
## 漏洞细节
- 由于用户提供的参数没有进行足够的转义,并且现有的SQL查询没有进行充分的准备,导致可以插入额外的SQL查询。
- 攻击者可以通过此漏洞向现有的SQL查询中注入额外的查询,从而从数据库中提取敏感信息。
## 影响
- 未认证的攻击者可能利用此漏洞注入额外的SQL语句,进而提取数据库中的敏感信息。
备注
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
JobWP – Job Board, Job Listing, Career Page and Recruitment Plugin <= 2.3.9 - Unauthenticated SQL Injection
漏洞描述信息
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.
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
漏洞类别
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)