Description
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to generic SQL Injection via the 'coupon_code' parameter in all versions up to, and including, 4.0.1 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 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.
Published: 2026-07-28
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Tutor LMS plugin for WordPress and is caused by insufficient escaping of the 'coupon_code' input. The flaw allows an attacker with administrator or higher privileges to append arbitrary SQL to existing queries. This can lead to unauthorized extraction of sensitive database contents, such as user details, transaction histories, and course data. The weakness is categorized as a classic SQL injection (CWE‑89).

Affected Systems

All installations of Tutor LMS up to and including version 4.0.1, provided by Themeum, a WordPress eLearning plugin. The issue affects any site running that plugin version regardless of other WordPress components.

Risk and Exploitability

The CVSS score of 4.9 indicates moderate impact in the current context, but the requirement for administrator authentication reduces the attack surface. The EPSS score of less than 1% reflects a low likelihood of widespread exploitation as of the latest data, and the vulnerability is not listed in CISA’s KEV catalog. However, because it permits data extraction from the database, the risk to confidentiality remains significant for sites where an administrator account could be compromised or misused.

Generated by OpenCVE AI on August 3, 2026 at 15:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Tutor LMS plugin to the latest version, which removes the vulnerable code paths.
  • If an immediate upgrade is not possible, disable the coupon feature or prevent the coupon_code parameter from being sent to the database by temporarily modifying the code to return static values or remove the functionality entirely.
  • Reinforce administrative access controls by applying least‑privilege principles and monitoring administrator activity for signs of misuse.

Generated by OpenCVE AI on August 3, 2026 at 15:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 18:15:00 +0000

Type Values Removed Values Added
First Time appeared Themeum
Themeum tutor Lms – Elearning And Online Course Solution
Wordpress
Wordpress wordpress
Vendors & Products Themeum
Themeum tutor Lms – Elearning And Online Course Solution
Wordpress
Wordpress wordpress

Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to generic SQL Injection via the 'coupon_code' parameter in all versions up to, and including, 4.0.1 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 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.
Title Tutor LMS <= 4.0.1 - Authenticated (Administrator+) SQL Injection via 'coupon_code' 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'}

ssvc

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


Subscriptions

Themeum Tutor Lms – Elearning And Online Course Solution
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-28T14:02:13.340Z

Reserved: 2026-07-10T19:12:53.146Z

Link: CVE-2026-15444

cve-icon Vulnrichment

Updated: 2026-07-28T14:02:09.581Z

cve-icon NVD

Status : Deferred

Published: 2026-07-28T12:16:35.767

Modified: 2026-07-28T16:07:15.840

Link: CVE-2026-15444

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T15:15:04Z

Weaknesses
  • CWE-89

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