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
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
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-8699A stored Cross-Site Scripting (XSS) vulnerability has been i…7
- CVE-2026-8700Crypt::DSA versions before 1.20 for Perl generate seeds usin…7.3
- CVE-2026-8701The GNTT Post Title Ticker plugin for WordPress is vulnerabl…6.4
- CVE-2026-8702The GBI To Print plugin for WordPress is vulnerable to Store…6.4
- CVE-2026-8703The Endless Scroll plugin for WordPress is vulnerable to Sto…6.4
- CVE-2026-8704Crypt::DSA versions through 1.19 for Perl use 2-args open, a…6.5
- CVE-2026-8706Firefox for iOS hosted Reader mode on an unauthenticated loc…6.5
- CVE-2026-8707The NS Product icon badge plugin for WordPress is vulnerable…6.1
- CVE-2026-8708The Genzel breadcrumbs plugin for WordPress is vulnerable to…4.3
- CVE-2026-8709An improper privilege management vulnerability in the REST A…9.9
- CVE-2026-8711NGINX JavaScript has a vulnerability when the js_fetch_proxy…9.8
- CVE-2026-8713The Avada (Fusion) Builder plugin for WordPress is vulnerabl…9.1
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
