Description
The tagDiv Opt-In Builder plugin for WordPress is vulnerable to time-based SQL Injection via the ‘subscriptionCouponId’ parameter in all versions up to, and including, 1.7 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 Subscriber-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-04-30
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Authenticated SQL injection enabling data extraction
Action: Apply Patch
AI Analysis

Impact

The plugin’s subscriptionCouponId parameter is insufficiently escaped, allowing authenticated users with Subscriber-level access and higher to inject malicious SQL. This flaw is a classic SQL injection (CWE-89) that can discover sensitive data from the database.

Affected Systems

WordPress sites that use TagDiv Opt‑In Builder version 1.7 or earlier, installed from TagDiv, are affected. All preceding releases up to the 1.7 release date are vulnerable.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity, while the EPSS score of less than 1% shows low likelihood of exploitation. The vulnerability is not listed in CISA KEV, suggesting it is not actively exploited in the wild. Based on the description, attackers must possess authenticated subscriber or higher privileges, and the time‑based injection would likely require crafting a payload and observing delays to confirm success. An attacker could gain read‑only access to database tables via this vector.

Generated by OpenCVE AI on April 20, 2026 at 23:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade TagDiv Opt‑In Builder to the newest version (>=1.8) to remove the vulnerable code.
  • If an upgrade is not immediately possible, restrict usage of the subscriptionCouponId parameter by disabling the coupon feature or limiting it to admin users only.
  • Audit user activity logs for anomalous SQL queries or slowing responses that may indicate attempted injection, and block any suspicious patterns with a WAF or application firewall.

Generated by OpenCVE AI on April 20, 2026 at 23:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
EUVD EUVD EUVD-2025-12680 The tagDiv Opt-In Builder plugin for WordPress is vulnerable to time-based SQL Injection via the ‘subscriptionCouponId’ parameter in all versions up to, and including, 1.7 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 Subscriber-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

Wed, 30 Apr 2025 17:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 30 Apr 2025 08:30:00 +0000

Type Values Removed Values Added
Description The tagDiv Opt-In Builder plugin for WordPress is vulnerable to time-based SQL Injection via the ‘subscriptionCouponId’ parameter in all versions up to, and including, 1.7 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 Subscriber-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 tagDiv Opt-In Builder <= 1.7 - Authenticated (Subscriber+) SQL Injection via subscriptionCouponId Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:35:26.345Z

Reserved: 2025-03-27T21:48:50.059Z

Link: CVE-2025-2890

cve-icon Vulnrichment

Updated: 2025-04-30T16:28:10.880Z

cve-icon NVD

Status : Deferred

Published: 2025-04-30T09:15:14.503

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

Link: CVE-2025-2890

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-20T23:15:06Z

Weaknesses
  • CWE-89

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