S4E just found a high-severity finding from top 10 tcp port service scan
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
critical·Product Based Web Vulnerabilities·Updated Sep 1, 2026

CVE-2026-19092 Scanner

CVE-2026-19092 Scanner - Server Side Template Injection (SSTI) vulnerability in Tutor LMS

Est. Time~10 seconds
Scan TypeGroup Scan
Targetsdomain, subdomain, ipv4
CostFree
3
Times Used
continuous scan runs
5.1k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2026-19092
9.8
CVSScritical
Exploitable remotely over the internet · no authentication required.

The Tutor LMS WordPress plugin before 4.0.6 does not prevent request data from overwriting internal variables while rendering templates, allowing unauthenticated users to invoke arbitrary zero-argument PHP functions and receive their output.

Attack Vector
Network
Privileges Req.
None
User Interaction
None
Affected
Tutor LMS
AFFECTED< 4.0.6SAFE ✓≥ 4.0.6
Updated Sep 1, 2026View on NVD →
Detail

Tutor LMS is a comprehensive learning management system (LMS) plugin used in WordPress to facilitate the creation, management, and delivery of online courses. It is used by educators, institutions, and businesses worldwide to offer online education and training programs. The plugin provides features such as course creation, quizzes, assignments, and student management, making it suitable for both small and large-scale online education platforms. This software is popular among developers and content creators due to its flexibility and integration capabilities with other WordPress plugins. The plugin's user-friendly interface and robust functionality enable non-technical users to manage educational content efficiently. Additionally, it supports multimedia content, allowing for an engaging and interactive learning experience.

The vulnerability in question is a Server Side Template Injection (SSTI) which occurs due to improper input validation in the template rendering process. This security flaw allows unauthenticated attackers to invoke PHP functions and obtain their outputs. The attack primarily targets systems running Tutor LMS versions older than 4.0.6. SSTI vulnerabilities are dangerous as they can lead to unauthorized code execution on the server. Exploiting this vulnerability can give attackers considerable leverage by manipulating server-side templates to execute arbitrary code. As such, it poses a significant risk to systems that rely on plugins that are vulnerable to SSTI.

The vulnerability is technically situated in the ajax handler of the Tutor LMS plugin. When a malicious actor sends a crafted POST request to the server, they can exploit the misconfigured template context. The endpoint, typically found under "/wp-admin/admin-ajax.php," is vulnerable when the "action" parameter is set to "tutor_course_filter_ajax". The attack leverages the "template" and "data[method_map]" parameters to execute unintended PHP functions. This happens due to insufficient sanitation of these parameters before they are passed onto template rendering functions. Thus, attackers can trick the application into executing arbitrary zero-argument PHP functions.

When exploited, this vulnerability can have severe consequences for affected websites, including unauthorized access to sensitive information and potential system compromise. Attackers can gain insights into server configurations and PHP environment details, leading to information disclosure. Furthermore, it potentially allows attackers to escalate their privileges by exploiting other unpatched vulnerabilities or misconfigurations within the application environment. The vulnerability also hits the availability and integrity of the application, as attackers might manipulate server-side data or trigger destructive actions.

REFERENCES

Solution Advice
Remediation:
  • Update Tutor LMS to version 4.0.6 or later to patch the Server Side Template Injection vulnerability.
  • Regularly review and audit plugin configurations and inputs for potential security weaknesses.
  • Implement web application firewalls (WAF) to detect and block malicious payloads targeting vulnerabilities.
  • Ensure that your WordPress installation and all plugins are up to date to reduce your attack surface.
  • Educate developers and administrators about secure coding practices, especially regarding input validation and sanitization.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2026-19092 Scanner - Server Side Template Injection (SSTI) vulnerability in Tutor LMS | S4E