LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0236: Tutor LMS < 2.0.10 - Reflected Cross-Site Scripting

The Tutor LMS WordPress plugin before 2.0.10 does not sanitise and escape the reset_key and user_id parameters before outputting then back in attributes, leading to Reflected Cross-Site Scripting which could be used against high privilege users such as admin

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-0236 affects the Tutor LMS WordPress plugin before 2.0.10. A crafted link could make a logged-in high-privilege user, such as an administrator, run attacker-supplied script in their browser. The issue requires user interaction, but could expose session data or enable actions in the victim’s context.

Executive priority

Schedule remediation in the normal vulnerability cycle, faster for business-critical learning portals. The issue is not marked KEV, but administrator-targeted XSS can create meaningful account and content-management risk.

Technical view

The plugin failed to sanitize and escape the reset_key and user_id parameters before reflecting them into HTML attributes, creating reflected cross-site scripting. The CVSS 3.1 score is 6.1 with network access, low attack complexity, no privileges required, user interaction required, changed scope, and low confidentiality/integrity impact.

Likely exposure

Exposure is limited to WordPress sites running Tutor LMS versions before 2.0.10. Risk is higher where administrators or course managers use the affected site and could be induced to open malicious links.

Exploitation context

The source bundle lists a WPScan reference tagged exploit, but KEV is false and no supplied source states active exploitation. Treat this as a publicly documented XSS issue, not confirmed in-the-wild exploitation.

Researcher notes

Evidence identifies reflected XSS in reset_key and user_id attribute output. The supplied affected metadata is sparse, but the title and description consistently identify Tutor LMS before 2.0.10. No exploit mechanics or active exploitation evidence are provided.

Mitigation direction

  • Upgrade Tutor LMS to version 2.0.10 or later.
  • Check vendor guidance before applying any workaround not named in sources.
  • Restrict administrator sessions to trusted devices and networks where practical.
  • Prioritize sites with active admin users or public learner access.

Validation and detection

  • Inventory WordPress sites using Tutor LMS and record installed versions.
  • Confirm affected installations are below 2.0.10.
  • Review security monitoring for suspicious requests involving reset_key or user_id parameters.
  • Verify the upgraded plugin remains active and site functionality still works.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-0236 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N2.82.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.1Medium
CVSS 3.1 vector shape for CVE-2023-0236Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownTutor LMS0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

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

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.