漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Booking Package <= 1.7.20 - Unauthenticated SQL Injection via 'email' Form Parameter
Vulnerability Description
The Booking Package plugin for WordPress is vulnerable to generic SQL Injection via 'email' Form Parameter (form<N>) in all versions up to, and including, 1.7.20 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. The vulnerable REST API endpoint /wp-json/booking-package/v1/request is registered with permission_callback: __return_true and wp_magic_quotes does not apply to REST-sourced $_POST values, meaning single quotes in the payload reach the SQL sink intact without any authentication requirement. The impact of this is severely limited as the vulnerable parameter goes through is_email.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Vulnerability Type
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
Vulnerability Title
masaakitanaka Booking Package SQL注入漏洞
Vulnerability Description
masaakitanaka Booking Package是masaakitanaka的预约管理。 masaakitanaka Booking Package 1.7.20及之前版本存在SQL注入漏洞,该漏洞源于对用户提供的email参数清理不充分和SQL查询准备不足,导致SQL注入,可能使未经身份验证的攻击者向现有查询中添加额外SQL查询,用于从数据库中提取敏感信息。
CVSS Information
N/A
Vulnerability Type
N/A