Description
The Tutor LMS WordPress plugin before 3.9.13 does not perform any authorization or post-target validation before creating a comment in one of its handlers, and stores the comment pre-approved, allowing authenticated users with subscriber-level access and above to post auto-approved comments containing arbitrary HTML and links on any content across the site, bypassing the comment moderation queue.
Published: 2026-07-13
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises when Tutor LMS's comment creation handlers omit authorization checks and input validation before storing user comments. As a result, any authenticated user with a subscriber role or higher can submit comments that are immediately marked as approved. Because the content is stored without sanitization, the comments may contain arbitrary HTML and links, enabling cross‑site scripting, defacement, or phishing attacks on site visitors.

Affected Systems

WordPress sites running the Tutor LMS plugin prior to version 3.9.13 are affected. The issue applies to any content that accepts comments higher can exploit it.

Risk and Exploitability

The CVSS score is 4.3, the EPSS score is below 1%, and the vulnerability is not listed in the CISA KEV catalog. The flaw gives authenticated users the ability to inject arbitrary content site‑wide, bypassing moderation queues. Likely attack vectors involve standard comment submission endpoints, requiring only the subscriber privilege level and no additional exploitation steps. The overall risk defacement, and link‑based phishing.

Generated by OpenCVE AI on July 31, 2026 at 12:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Tutor LMS plugin to version 3.9.13 or later, which restores proper authorization checks for comment creation.
  • If an update is not immediately possible, limit or disable comment posting for subscribers by adjusting the plugin's settings or adding a custom role restriction.
  • Deploy a content filtering or web application firewall that removes disallowed HTML tags from comments, ensuring that any comments that do get posted cannot contain malicious scripts.

Generated by OpenCVE AI on July 31, 2026 at 12:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 31 Jul 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-79

Sun, 26 Jul 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285
CWE-79

Wed, 22 Jul 2026 10:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285
CWE-79

Sat, 18 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285
CWE-79

Thu, 16 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285
CWE-79

Wed, 15 Jul 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-79

Mon, 13 Jul 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-79

Mon, 13 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Tutor LMS WordPress plugin before 3.9.13 does not perform any authorization or post-target validation before creating a comment in one of its handlers, and stores the comment pre-approved, allowing authenticated users with subscriber-level access and above to post auto-approved comments containing arbitrary HTML and links on any content across the site, bypassing the comment moderation queue.
Title Tutor LMS < 3.9.13 - Subscriber+ Arbitrary Auto-Approved Comment Creation
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-13T15:51:16.393Z

Reserved: 2026-06-15T11:20:18.693Z

Link: CVE-2026-12273

cve-icon Vulnrichment

Updated: 2026-07-13T15:51:10.595Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T12:30:16Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')