漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Premium Packages <= 6.2.0 - Unauthenticated SQL Injection
Vulnerability Description
The Premium Packages – Sell Digital Products Securely plugin for WordPress is vulnerable to SQL Injection via the 'code' parameter of the POST /wp-json/wpdmpp/v1/cart/coupon REST API endpoint in versions up to, and including, 6.2.0. This is due to insufficient escaping on the user-supplied parameter, which is interpolated directly into a raw SQL query string in the CouponCodes::find() method without use of $wpdb->prepare() or esc_sql(). 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 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
WordPress Premium Packages SQL注入漏洞
Vulnerability Description
WordPress Premium Packages是WordPress基金会的一款高级内容管理系统的组件包。 WordPress Premium Packages 6.2.0及之前版本存在SQL注入漏洞,该漏洞源于对用户提供的'code'参数清理和转义不足,导致直接拼接到SQL查询字符串中,可能允许未认证的攻击者通过SQL注入提取数据库中的敏感信息。
CVSS Information
N/A
Vulnerability Type
N/A