CVE-2024-4318: Tutor LMS <= 2.7.0 - Authenticated (Instructor+) SQL Injection
The Tutor LMS plugin for WordPress is vulnerable to time-based SQL Injection via the ‘questionid’ parameter in versions up to, and including, 2.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 Instructor-level permissions and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-4318?
CVE-2024-4318 is considered a high severity vulnerability due to the potential for time-based SQL injection attacks.
How do I fix CVE-2024-4318?
To fix CVE-2024-4318, upgrade the Tutor LMS plugin to version 2.7.1 or later, where the vulnerability has been addressed.
What is the impact of CVE-2024-4318?
The impact of CVE-2024-4318 includes unauthorized access to sensitive database information through SQL injection.
Which versions of Tutor LMS are affected by CVE-2024-4318?
Tutor LMS versions up to and including 2.7.0 are affected by CVE-2024-4318.
Is CVE-2024-4318 specific to a certain parameter?
Yes, CVE-2024-4318 specifically targets the ‘question_id’ parameter due to insufficient escaping in SQL queries.