Cyber Resilience

CVE-2024-1751

High

Published: 13 March 2024

Published
13 March 2024
Modified
08 April 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.3525 97.2th percentile
Risk Priority 39 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-1751 is a high-severity SQL Injection (CWE-89) vulnerability in Themeum Tutor Lms. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 2.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The Tutor LMS eLearning and online course plugin for WordPress is affected by a time-based SQL injection vulnerability (CWE-89) in all versions through 2.6.1. The flaw resides in the handling of the question_id parameter, where insufficient escaping of user input and inadequate parameterization of an existing SQL query allow additional clauses to be appended.

Authenticated attackers holding subscriber, student, or higher privileges can exploit the issue over the network to extract sensitive database contents. The vulnerability carries a CVSS 3.1 base score of 8.8, reflecting high impact on confidentiality, integrity, and availability under an attack that requires no user interaction.

Public references point to a corrective changeset on the WordPress plugin Trac that updates the affected code in classes/Utils.php, indicating an official patch has been issued for versions beyond 2.6.1. The associated EPSS score has remained flat at 0.3525 with no material increase observed after disclosure.

EU & UK References

Vulnerability details

The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to time-based SQL Injection via the question_id parameter in all versions up to, and including, 2.6.1 due to insufficient escaping on the user supplied parameter and…

more

lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with subscriber/student access or higher, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

themeum
tutor lms
≤ 2.6.2

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References