LiveActive security incident?Get immediate response
CVE Record

CVE-2022-25612: WordPress Simple Event Planner plugin <= 1.5.4 - Multiple Authenticated Persistent Cross-Site Scripting (XSS) vulnerabilities

Multiple Authenticated Persistent Cross-Site Scripting (XSS) vulnerabilities in Simple Event Planner WordPress plugin <= 1.5.4 allows user with author or higher user rights inject the malicious code via vulnerable parameters: &custom[event_organiser], &custom[organiser_email], &custom[organiser_contact].

MediumCVSS 4.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This affects WordPress sites using the Simple Event Planner plugin version 1.5.4 or older. A logged-in user with Author-level or higher rights could store malicious script in event organiser contact fields. The issue is not listed in CISA KEV, and the supplied sources do not show active exploitation.

Executive priority

Treat this as a moderate WordPress application risk. It is not a known actively exploited emergency from the supplied sources, but it can affect site integrity where content authors are not fully trusted.

Technical view

CVE-2022-25612 is an authenticated stored XSS in PressTigers Simple Event Planner <= 1.5.4. Vulnerable inputs are custom[event_organiser], custom[organiser_email], and custom[organiser_contact]. CVSS 3.1 is 4.1: network reachable, low complexity, low privileges, user interaction required, changed scope, low integrity impact.

Likely exposure

Exposure is limited to WordPress installations running Simple Event Planner <= 1.5.4, especially sites where untrusted or many users have Author or higher permissions and can create or edit event content.

Exploitation context

The source bundle does not cite public exploitation, and KEV is false. Successful abuse requires authenticated access and a later user interaction with stored content where the injected script is rendered.

Researcher notes

Evidence supports authenticated persistent XSS only in the named plugin and parameters. Do not broaden scope beyond Simple Event Planner <= 1.5.4. The bundle does not name a fixed version, so remediation should be tied to vendor or Patchstack guidance.

Mitigation direction

  • Inventory WordPress sites for Simple Event Planner and record installed versions.
  • Check vendor and Patchstack guidance for a fixed version or official remediation.
  • Upgrade if a vendor-fixed release is available for your deployment.
  • Disable or remove the plugin if a safe version cannot be confirmed.
  • Restrict Author-level or higher accounts to trusted users only.
  • Review event editing permissions and remove unnecessary content privileges.

Validation and detection

  • Confirm whether Simple Event Planner is installed and at version <= 1.5.4.
  • Identify accounts with Author, Editor, Administrator, or equivalent event-editing rights.
  • Review event organiser, email, and contact fields for suspicious stored markup or scripts.
  • Verify vendor guidance before treating any version as fixed.
  • After remediation, confirm affected fields render safely in staging.
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-25612 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-25612Attack 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
PressTigersSimple Event Planner (WordPress plugin)<= 1.5.4Listed
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.