CVE-2023-5412
Published: 31 October 2023
Summary
CVE-2023-5412 is a high-severity SQL Injection (CWE-89) vulnerability in Gopiplus Image Horizontal Reel Scroll Slideshow. Its CVSS base score is 8.8 (High).
Operationally, ranked in the top 6.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Deeper analysis
The Image horizontal reel scroll slideshow plugin for WordPress is vulnerable to SQL Injection via the plugin's shortcode in versions up to and including 13.2. The flaw stems from insufficient escaping of user-supplied parameters and the absence of prepared statements on existing SQL queries, corresponding to CWE-89 and carrying a CVSS 3.1 score of 8.8.
Authenticated attackers holding subscriber-level permissions or higher can exploit the issue over the network by supplying crafted shortcode attributes that append arbitrary SQL to backend queries, enabling extraction of sensitive database contents and potentially broader impacts on confidentiality, integrity, and availability.
References point to a corrective changeset (2985331) in the WordPress plugin repository that updates the affected image-horizontal-reel-scroll-slideshow.php file, indicating an official patch has been issued to resolve the input-handling deficiencies.
EPSS scores have remained near 0.10 with no material post-disclosure increase.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-57727
Vulnerability details
The Image horizontal reel scroll slideshow plugin for WordPress is vulnerable to SQL Injection via the plugin's shortcode in versions up to, and including, 13.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on…
more
the existing SQL query. This makes it possible for authenticated attackers with subscriber-level and above permissions to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.