LiveActive security incident?Get immediate response
CVE Record

CVE-2022-36390: WordPress Event Calendar – Calendar plugin <= 1.4.6 - Authenticated Reflected Cross-Site Scripting (XSS) vulnerability

Authenticated (subscriber+) Reflected Cross-Site Scripting (XSS) vulnerability in Totalsoft Event Calendar – Calendar plugin <= 1.4.6 at WordPress.

MediumCVSS 4.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a reflected XSS issue in Totalsoft's WordPress Event Calendar - Calendar plugin. A logged-in user with subscriber-level access could cause script to run in another user's browser if that user follows a crafted link. The published impact is limited integrity impact, not direct data theft or outage, but WordPress sites allowing user registration should treat it as actionable.

Executive priority

Schedule remediation in the normal vulnerability management cycle, sooner for public sites with open registration. This is not described as actively exploited, but it can affect site integrity and user trust.

Technical view

CVE-2022-36390 describes authenticated subscriber+ reflected XSS in Event Calendar - Calendar <= 1.4.6, mapped to CWE-79. CVSS 3.1 is 4.1: network access, low complexity, low privileges, required user interaction, changed scope, and low integrity impact. Sources do not provide exploit details, a confirmed fixed version, or active exploitation evidence.

Likely exposure

Likely exposure is WordPress sites with the Totalsoft Event Calendar - Calendar plugin installed at version 1.4.6 or earlier, especially sites with subscriber registration or many low-privilege accounts.

Exploitation context

The bundle does not show CISA KEV listing or any cited active exploitation. Exploitation requires an authenticated subscriber-level user and a separate user interaction, which lowers urgency compared with unauthenticated XSS but still matters for public WordPress sites.

Researcher notes

Evidence is limited to CVE metadata and vendor/reference pages. Do not assume a fixed version from the bundle alone. Validation should focus on installed version, authentication model, and whether the plugin remains required.

Mitigation direction

  • Inventory WordPress sites for the calendar-event plugin and installed version.
  • Update the plugin if vendor guidance identifies a fixed release.
  • Disable or remove the plugin where it is not business-critical.
  • Restrict unnecessary subscriber registration and review low-privilege user accounts.
  • Monitor Patchstack and WordPress plugin pages for remediation guidance.

Validation and detection

  • Confirm whether the plugin version is 1.4.6 or earlier.
  • Check whether public or customer subscriber accounts can log in.
  • Use a safe vulnerability scanner that identifies CVE-2022-36390 exposure.
  • Review recent WordPress changes involving this plugin and low-privilege accounts.
Prepared
Confidence
high
Sources
4

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-2022-36390 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
4.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/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
3Source 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
4.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N2.31.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.1Medium
CVSS 3.1 vector shape for CVE-2022-36390Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
TotalsoftEvent Calendar – Calendar (WordPress plugin)<= 1.4.6Listed
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.