Home

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.

PUBLISHED Reserved 2026-05-15 | Published 2026-06-24 | Updated 2026-06-24 | Assigner Wordfence




HIGH: 7.5CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Problem types

CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Product status

Default status
unaffected

<= 3.4.2
affected

Timeline

2026-06-23:Disclosed

Credits

Catalin Oancea finder

References

www.wordfence.com/...-3b5e-4e36-992c-726b31e88c95?source=cve

plugins.trac.wordpress.org/...class-clearsale-total-ajax.php

plugins.trac.wordpress.org/...class-clearsale-total-ajax.php

plugins.trac.wordpress.org/...class-clearsale-total-ajax.php

plugins.trac.wordpress.org/...udes/class-clearsale-total.php

plugins.trac.wordpress.org/...class-clearsale-total-ajax.php

cve.org (CVE-2026-8705)

nvd.nist.gov (CVE-2026-8705)

Download JSON