What the vulnerability does
01Description
The Tutor LMS Pro – eLearning and online course solution plugin for WordPress is vulnerable to time-based SQL Injection via the ‘order’ parameter used in the get_submitted_assignments() function in all versions up to, and including, 3.7.0 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 Tutor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Only the Pro version is affected.
Explanation of Vulnerability in Simple Terms
02Summary
Tutor LMS Pro versions up to 3.7.0 contain a SQL injection vulnerability in database query handling. An authenticated user with low privileges can craft malicious input to execute arbitrary SQL commands, potentially reading, modifying, or deleting site data. This affects confidentiality, integrity, and availability of the entire database.
What an attacker can do
03Attacker Capabilities
Execute arbitrary SQL commands to read, modify, or delete database records.
Potential impact on your site
04Site Impact
Database contents can be exposed, altered, or destroyed by any low-privilege user without additional interaction.
Conditions required to exploit
05Prerequisites
Attacker must have a low-privilege user account on the site (e.g., student or subscriber role).
Key dates
06Disclosure timeline
August 13, 2025
CVE published
April 8, 2026
Record updated