CVE-2025-6184: Tutor LMS Pro – eLearning and online course solution <= 3.7.0 - Authenticated (Tutor Instructor+) SQL Injection
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 getsubmittedassignments() 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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-6184?
CVE-2025-6184 is considered a critical vulnerability due to its potential for exploitation via time-based SQL Injection.
How do I fix CVE-2025-6184?
To resolve CVE-2025-6184, you should upgrade the Tutor LMS Pro plugin to version 3.7.1 or later.
Which versions of Tutor LMS Pro are affected by CVE-2025-6184?
All versions of Tutor LMS Pro up to and including 3.7.0 are affected by CVE-2025-6184.
What does CVE-2025-6184 exploit in Tutor LMS Pro?
CVE-2025-6184 exploits insufficient escaping on the user-supplied 'order' parameter within the get_submitted_assignments() function.
Is CVE-2025-6184 a common vulnerability in WordPress plugins?
CVE-2025-6184 exemplifies a common type of vulnerability in WordPress plugins, targeting SQL injection due to insufficient input validation.