Description
The Owl carousel responsive plugin for WordPress is vulnerable to time-based SQL Injection via the ‘id’ parameter in all versions up to, and including, 1.9 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2025-06-26
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Data exposure through authenticated SQL injection
Action: Immediate Patch
AI Analysis

Impact

The Owl carousel responsive WordPress plugin contains a time‑based SQL injection flaw in the id parameter of db_gallery.php. Because the parameter is concatenated directly into a query without escaping or prepared statements, an attacker can inject additional SQL statements. The vulnerability is limited to authenticated users with Contributor level or higher, enabling extraction of sensitive database information. The weakness falls under CWE‑89, an injection flaw that compromises confidentiality.

Affected Systems

All installations of the Owl carousel responsive plugin from gopiplus up to and including version 1.9 are impacted. The plugin is distributed through WordPress and used by sites that have Contributor‑level accounts granted to users. No other versions are affected, and versions newer than 1.9 are presumed to have the fix.

Risk and Exploitability

The CVSS score of 8.8 flags this as a high‑severity vulnerability, even though the EPSS score of less than 1% suggests a low current exploitation probability. The attack requires knowledge of a Contributor account, which most sites already have for content authors, but it is not globally available. The flaw does not bypass authentication completely; it relies on an existing privilege. Because the injected query is time‑based, an attacker could simply wait for a latency delay to confirm a successful injection, indicating that exploitation is feasible in practice, even if automated exploitation is rare. The vulnerability is not listed in the CISA KEV catalog at this time.

Generated by OpenCVE AI on April 20, 2026 at 22:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Owl carousel responsive plugin to version 2.0 or newer, which removes the insecure id parameter handling.
  • If an upgrade cannot be performed immediately, revoke Contributor role access to the plugin’s database query functionality and limit contributors to read‑only functions only until a patch is applied.
  • Ensure any custom code that passes parameters to the plugin uses proper escaping or prepared statements; audit the plugin’s database queries for other potential injection points.
  • Continuously monitor the site for anomalous SQL error messages or latency, which may indicate an ongoing exploitation attempt.

Generated by OpenCVE AI on April 20, 2026 at 22:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
EUVD EUVD EUVD-2025-28612 The Owl carousel responsive plugin for WordPress is vulnerable to time-based SQL Injection via the ‘id’ parameter in all versions up to, and including, 1.9 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
History

Thu, 26 Jun 2025 14:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 26 Jun 2025 02:15:00 +0000

Type Values Removed Values Added
Description The Owl carousel responsive plugin for WordPress is vulnerable to time-based SQL Injection via the ‘id’ parameter in all versions up to, and including, 1.9 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Title Owl carousel responsive <= 1.9 - Authenticated (Contributor+) SQL Injection via id Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:29:04.210Z

Reserved: 2025-06-03T23:47:56.446Z

Link: CVE-2025-5590

cve-icon Vulnrichment

Updated: 2025-06-26T13:28:33.139Z

cve-icon NVD

Status : Deferred

Published: 2025-06-26T02:15:22.260

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-5590

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-20T22:30:19Z

Weaknesses