CVE-2026-17582
Last modified
CVE-2026-17582 is a medium-severity vulnerability rated 4.9/10 on the CVSS scale. The Slider Hero plugin for WordPress is vulnerable to second-order SQL Injection in versions up to, and including, 9.1.7 via the qcld_sliderhero_duplicate() function. Slide data (description, title, btn, btn2, image_link, custom, etc.) is stored safely via $wpdb->update() with %s placeholders in the qchero_save_image AJAX handler, but when an administrator triggers the 'heroduplicateslider' task, qcld_sliderhero_duplicate() re-reads every slide column and concatenates the raw values directly into an INSERT VALUES tuple that is then executed with $wpdb->query() — with no $wpdb->prepare(), esc_sql(), or _real_escape_string in between. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
The Slider Hero plugin for WordPress is vulnerable to second-order SQL Injection in versions up to, and including, 9.1.7 via the qcld_sliderhero_duplicate() function. Slide data (description, title, btn, btn2, image_link, custom, etc.) is stored safely via $wpdb->update() with %s placeholders in the qchero_save_image AJAX handler, but when an administrator triggers the 'heroduplicateslider' task, qcld_sliderhero_duplicate() re-reads every slide column and concatenates the raw values directly into an INSERT VALUES tuple that is then executed with $wpdb->query() — with no $wpdb->prepare(), esc_sql(), or _real_escape_string in between. This makes it possible for authenticated attackers, with administrator-level access and above, 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 |
|---|---|---|
| quantumcloud | Slider Hero with Video Background, Animation | <= 9.1.7 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-17582?
How severe is CVE-2026-17582?
How do I fix CVE-2026-17582?
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-17576The InfiniteWP Client plugin for WordPress is vulnerable to …6.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-17583The affected Thermo Fisher Applied Biosystems Genetic Analy…8.4
- CVE-2026-17585The Royal Addons for Elementor – Addons and Templates Kit fo…5.3
- CVE-2026-17586The VK All in One Expansion Unit plugin for WordPress is vul…6.4
- CVE-2026-17587The My Agile Privacy® – CMP, Cookie Consent & Privacy Tools …5.3
- CVE-2026-17589The Shopping Cart & eCommerce Store plugin for WordPress is …4.9
- CVE-2026-1759Improper handling of insufficient permissions or privileges …6.5
Are you affected by CVE-2026-17582?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
