CVE-2026-6080
SQL Injection in Tutor LMS Plugin Allows Admin Data Extraction
Publication date: 2026-04-17
Last updated on: 2026-04-17
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| tutor_lms | tutor_lms | to 3.9.8 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The Tutor LMS plugin for WordPress has a vulnerability known as SQL Injection in versions up to and including 3.9.8. This occurs because the 'date' parameter is not properly escaped and is directly inserted into a SQL query before being prepared. As a result, authenticated users with Admin-level access or higher can add extra SQL commands to the query, potentially extracting sensitive data from the database.
How can this vulnerability impact me? :
This vulnerability allows attackers with Admin-level access to execute additional SQL queries on the database. This can lead to unauthorized extraction of sensitive information, compromising the confidentiality of data stored in the Tutor LMS plugin's database.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability allows authenticated attackers with Admin-level access to perform SQL Injection attacks and extract sensitive information from the database. This exposure of sensitive data could lead to non-compliance with data protection regulations such as GDPR and HIPAA, which require the protection of personal and sensitive information from unauthorized access.
Specifically, unauthorized extraction of sensitive data due to this vulnerability may violate confidentiality requirements and data security controls mandated by these standards.