CVE-2026-6080
Received Received - Intake
SQL Injection in Tutor LMS Plugin Allows Admin Data Extraction

Publication date: 2026-04-17

Last updated on: 2026-04-17

Assigner: Wordfence

Description
The Tutor LMS plugin for WordPress is vulnerable to SQL Injection in versions up to and including 3.9.8. This is due to insufficient escaping on the 'date' parameter combined with direct interpolation into a SQL fragment before being passed to $wpdb->prepare(). This makes it possible for authenticated attackers with Admin-level access and above to append additional SQL queries and extract sensitive information from the database.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-17
Last Modified
2026-04-17
Generated
2026-05-07
AI Q&A
2026-04-17
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
tutor_lms tutor_lms to 3.9.8 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart