漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
ClearSale Total <= 3.4.2 - Unauthenticated SQL Injection
Vulnerability Description
The ClearSale Total plugin for WordPress is vulnerable to SQL Injection via the `pagseguro[metodo]` POST parameter of the `clearsale_total_push` AJAX action in all versions up to, and including, 3.4.2. The handler is registered for unauthenticated users (`wp_ajax_nopriv_clearsale_total_push`), and although a `wp_verify_nonce()` check exists, the failing branch's `die()` is commented out so execution continues regardless of nonce validity. On PHP < 8.0 the attacker-supplied `$metodo` value bypasses the `switch ($metodo) { case 4: ... }` guard via loose type juggling (the string `"4 AND SLEEP(5)"` compares equal to integer `4`), reaching an unquoted `UPDATE wp_cs_total_dadosextras SET metodo=$metodo, ...` 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. Exploitation requires the target server to be running PHP < 8.0.
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
Clear Sale ClearSale Total SQL注入漏洞
Vulnerability Description
Clear Sale ClearSale Total是Clear Sale组织的一款面向电商交易的欺诈风险识别与订单保护系统。 Clear Sale ClearSale Total 3.4.2及之前版本存在SQL注入漏洞,该漏洞源于通过`pagseguro[metodo]` POST参数在`clearsale_total_push` AJAX操作中SQL注入攻击,未经验证的攻击者可能利用PHP小于8.0环境下的类型松散比较绕过switch检查,追加SQL查询以提取敏感信息。
CVSS Information
N/A
Vulnerability Type
N/A