SEPTEMBER 9, 2026
Live Feed
Back to database
Case File

CVE-2026-15022

MEDIUM · CVSS 6.5 EPSS 0.34%

Source: NVD + CISA KEV + EPSS · Published 2026-07-16 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The Tutor LMS plugin for WordPress is vulnerable to SQL injection due to inadequate escaping of user-supplied parameters, allowing authenticated attackers with custom-level access or higher to manipulate existing SQL queries. This vulnerability can lead to the extraction of sensitive database information when a privileged user or Tutor REST API key holder accesses specific endpoints. WordPress site administrators using Tutor LMS should prioritize patching this issue to mitigate potential data breaches.

CVE
CVE-2026-15022
Severity
MEDIUM
CVSS
6.5
EPSS
0.34%
WordPress

Original NVD Description

The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to generic SQL Injection via Stored Quiz Answer Array in all versions up to, and including, 4.0.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 custom-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The payload is stored at quiz-attempt time via the wp_ajax_tutor_quiz_abandon handler, but the injected SQL executes only when a privileged user or Tutor REST API key holder requests the /wp-json/tutor/v1/quiz-attempt-details/{id} endpoint, making this a second-order (stored) injection chain.