CVE-2026-89081: Tutor LMS <= 4.0.8 - Reflected Cross-Site Scripting via 'back_url' and 'search' Parameters
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'search' parameter in all versions up to, and including, 4.0.8 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Tutor LMS – eLearning and online course solution plugin for WordPressto a version that resolves this vulnerability.Fixed in 4.0.8 - Compensating control
Since the issue is Reflected Cross-Site Scripting (reflected XSS), mitigate by preventing untrusted users from inducing victim clicks—for example, use a WAF/filters to block reflected XSS payloads and restrict/monitor access to pages that reflect the 'search'/'back_url' parameters.