CVE-2026-8705
Last modified
CVE-2026-8705 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.51% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-8705?
How severe is CVE-2026-8705?
How do I fix CVE-2026-8705?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-87036Tanium addressed an improper access controls vulnerability i…8.1
- CVE-2026-87037Tanium addressed an improper access controls vulnerability i…5.4
- CVE-2026-8704Crypt::DSA versions through 1.19 for Perl use 2-args open, a…6.5
- CVE-2026-87046Tanium addressed an improper access controls vulnerability i…4.3
- CVE-2026-87047Tanium addressed an improper access controls vulnerability i…6.3
- CVE-2026-87048Tanium addressed an improper access controls vulnerability i…5.4
- CVE-2026-8706Firefox for iOS hosted Reader mode on an unauthenticated loc…6.5
- CVE-2026-87067The Forminator Forms WordPress plugin before 1.57.2.1 does …8.5
- CVE-2026-87068The Forminator Forms WordPress plugin before 1.57.2.1 does …6.6
- CVE-2026-87069The Forminator Forms WordPress plugin before 1.57.2.1 does …3.1
- CVE-2026-8707The NS Product icon badge plugin for WordPress is vulnerable…6.1
- CVE-2026-87070The Forminator Forms WordPress plugin before 1.57.2.1 does n…5.3
Are you affected by CVE-2026-8705?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
