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 Score
HIGH
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/clearsale-total/tags/3.3.2/includes/c
- https://plugins.trac.wordpress.org/browser/clearsale-total/tags/3.4.2/includes/c
- https://plugins.trac.wordpress.org/browser/clearsale-total/trunk/includes/class-
- https://plugins.trac.wordpress.org/browser/clearsale-total/trunk/includes/class-
- https://plugins.trac.wordpress.org/browser/clearsale-total/trunk/includes/class-
- https://www.wordfence.com/threat-intel/vulnerabilities/id/871f6611-3b5e-4e36-992
FAQ
What is CVE-2026-8705?
CVE-2026-8705 is a vulnerability with a CVSS score of 7.5 (HIGH). 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...
How severe is CVE-2026-8705?
CVE-2026-8705 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-8705?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.