CVE-2026-17576
Last modified
CVE-2026-17576 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. The InfiniteWP Client plugin for WordPress is vulnerable to SQL Injection via the get_comments action in versions up to, and including, 1.13.9. This is due to insufficient escaping on the array-key names supplied in the JSON request body before use in a SQL statement: IWP_MMB_Comment::get_comments() calls extract() on $args (which silently skips keys that are not valid PHP variable names) but a second foreach($args as $checkbox => $checkbox_val) processes every key, strips the 'iwp_get_comments_' prefix with str_replace(), wraps the remainder in single quotes, and imploded it into an IN(...) clause that is executed via $wpdb->get_results() with no prepare().
Description
The InfiniteWP Client plugin for WordPress is vulnerable to SQL Injection via the get_comments action in versions up to, and including, 1.13.9. This is due to insufficient escaping on the array-key names supplied in the JSON request body before use in a SQL statement: IWP_MMB_Comment::get_comments() calls extract() on $args (which silently skips keys that are not valid PHP variable names) but a second foreach($args as $checkbox => $checkbox_val) processes every key, strips the 'iwp_get_comments_' prefix with str_replace(), wraps the remainder in single quotes, and imploded it into an IN(...) clause that is executed via $wpdb->get_results() with no prepare(). Because the request body is read from php://input and JSON-decoded, wp_magic_quotes() never touches the data, so quote characters in keys pass through unaltered. This makes it possible for authenticated attackers, with administrator-level access and above (an administrator can register their own public key via add_site using the plugin's WP-admin-generated activation_key and then issue signed get_comments requests), to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| revmakx | InfiniteWP Client | <= 1.13.9 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-17576?
How severe is CVE-2026-17576?
How do I fix CVE-2026-17576?
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-1757A flaw was identified in the interactive shell of the xmllin…6.2
- CVE-2026-17570Improper access control in the PAM password history endpoint…4.3
- CVE-2026-17571The Fluent Forms – Customizable Contact Forms, Survey, Quiz,…6.1
- CVE-2026-17572Heap-based buffer overflow in the SOHM list-index deserializ…5.5
- CVE-2026-17573A double free vulnerability was discovered in the HDF5 libra…5.5
- CVE-2026-17574HDF5 contains a NULL pointer dereference vulnerability. Proc…5.5
- CVE-2026-17577The SSL Zen plugin for WordPress is vulnerable to Reflected …6.1
- CVE-2026-17578Kong Event Gateway versions 1.0.0 through 1.1.1 and 1.2.0 do…2.3
- CVE-2026-1758Session fixation vulnerability in Secomea GateManager (webse…8.3
- CVE-2026-17580The Advanced Views – Display Custom Fields (ACF, Pods, MetaB…6.5
- CVE-2026-17581The WCPOS – Point of Sale (POS) plugin for WooCommerce plugi…7.2
- CVE-2026-17582The Slider Hero plugin for WordPress is vulnerable to second…4.9
Are you affected by CVE-2026-17576?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
