CVE-2026-17582

Published: Ago 16, 2026 Last Modified: Ago 16, 2026
ExploitDB:
Other exploit source:
Google Dorks:
MEDIUM 4,9
Attack Vector: network
Attack Complexity: low
Privileges Required: high
User Interaction: none
Scope: unchanged
Confidentiality: high
Integrity: none
Availability: none

Description

AI Translation Available

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.

89

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

Stable
Common Consequences
Security Scopes Affected:
Confidentiality Integrity Availability Authentication Access Control
Potential Impacts:
Execute Unauthorized Code Or Commands Read Application Data Gain Privileges Or Assume Identity Bypass Protection Mechanism Modify Application Data
Applicable Platforms
Languages: Not Language-Specific, SQL
Technologies: Database Server
View CWE Details
https://plugins.trac.wordpress.org/browser/slider-hero/tags/9.1.6/qcld-slider-m…
https://plugins.trac.wordpress.org/browser/slider-hero/tags/9.1.6/qcld-slider-m…
https://plugins.trac.wordpress.org/browser/slider-hero/tags/9.1.7/qcld-slider-m…
https://plugins.trac.wordpress.org/browser/slider-hero/tags/9.1.7/qcld-slider-m…
https://plugins.trac.wordpress.org/changeset?reponame=&old=3635315%40slider-her…
https://www.wordfence.com/threat-intel/vulnerabilities/id/c2b36621-3322-4631-b6…