Description
The Recurio – Ultimate Subscription for WooCommerce plugin for WordPress is vulnerable to generic SQL Injection via the 'data' parameter in all versions up to, and including, 1.1.3 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 shop manager-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: 2026-07-08
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Recurio plugin for WooCommerce contains a generic SQL injection flaw where the 'data' parameter is concatenated into a database query without proper escaping or preparation. Attackers who are authenticated with shop manager role or higher can inject additional SQL statements through that parameter, allowing them to read or modify sensitive data in the database. The weakness is classified as CWE‑89.

Affected Systems

WordPress installations that use Recurio version 1.1.3 or earlier are affected. Any site that has not upgraded past that release and assigns shop-manager privileges to a user can exploit the vulnerability. The vulnerable code resides in core/class-subscription-engine.php around lines 1095 and 301, as referenced in the plugin source.

Risk and Exploitability

The CVSS score of 4.9 indicates moderate severity, and the EPSS score of less than 1% suggests a low likelihood of public exploitation at the time of this analysis. The flaw is not listed in CISA’s KEV catalog. Exploitation requires authenticated shop-manager level access; unauthenticated users cannot abuse the bug. Once access is gained, the attacker can append arbitrary SQL to read sensitive database content, but no widely available exploit exists. The risk is therefore moderate but actionable.

Generated by OpenCVE AI on July 28, 2026 at 09:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Recurio to the latest version (≥1.1.4).
  • Restrict shop-manager level access to trusted administrators only and audit user roles.
  • Deploy a web application firewall or database protection mechanism to detect and block injected SQL statements.

Generated by OpenCVE AI on July 28, 2026 at 09:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Devitemsllc
Devitemsllc recurio – Ultimate Subscription For Woocommerce
Wordpress
Wordpress wordpress
Vendors & Products Devitemsllc
Devitemsllc recurio – Ultimate Subscription For Woocommerce
Wordpress
Wordpress wordpress

Wed, 08 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 08 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Description The Recurio – Ultimate Subscription for WooCommerce plugin for WordPress is vulnerable to generic SQL Injection via the 'data' parameter in all versions up to, and including, 1.1.3 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 shop manager-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 Recurio <= 1.1.3 - Authenticated (Shop Manager+) SQL Injection via 'data' Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

Devitemsllc Recurio – Ultimate Subscription For Woocommerce
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-08T13:27:42.982Z

Reserved: 2026-06-22T18:51:28.989Z

Link: CVE-2026-12936

cve-icon Vulnrichment

Updated: 2026-07-08T13:19:15.075Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-28T09:30:19Z

Weaknesses
  • CWE-89

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