Vulnerability Description
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to Remote Code Execution limited to zero-argument function invocation in all versions up to, and including, 4.0.5 via the tutor_course_filter_ajax AJAX action. This is due to missing authorization on the handler combined with unsanitized array keys being passed to extract() inside tutor_load_template(), allowing attacker-controlled POST data to overwrite the local $template variable and, in the resulting templates/single-content-loader.php template, the $method_map and $context variables invoked at $method_map[$context](). This makes it possible for unauthenticated attackers to call an arbitrary zero-argument PHP function server-side and, via WordPress core edit_user(), to create a persistent subscriber-level account from request parameters.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/tutor/tags/4.0.1/classes/Course_Filte
- https://plugins.trac.wordpress.org/browser/tutor/tags/4.0.1/classes/Course_Filte
- https://plugins.trac.wordpress.org/browser/tutor/tags/4.0.1/includes/tutor-templ
- https://plugins.trac.wordpress.org/browser/tutor/tags/4.0.1/includes/tutor-templ
- https://plugins.trac.wordpress.org/browser/tutor/tags/4.0.1/templates/single-con
- https://plugins.trac.wordpress.org/browser/tutor/tags/4.0.1/templates/single-con
- https://plugins.trac.wordpress.org/changeset/3653079/tutor/trunk/templates/singl
- https://plugins.trac.wordpress.org/changeset?old_path=%2Ftutor/tags/4.0.5&new_pa
- https://www.wordfence.com/threat-intel/vulnerabilities/id/65f68a49-8ded-479f-a9c
FAQ
What is CVE-2026-16759?
CVE-2026-16759 is a vulnerability with a CVSS score of 6.5 (MEDIUM). The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to Remote Code Execution limited to zero-argument function invocation in all versions up to, and including, 4.0....
How severe is CVE-2026-16759?
CVE-2026-16759 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-16759?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.