LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6244: EventON - WordPress Virtual Event Calendar Plugin <= 4.5.4 (Pro) & <= 2.2.8 (Free) - Cross-Site Request Forgery via save_virtual_event_settings

The EventON - WordPress Virtual Event Calendar Plugin plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 4.5.4 (Pro) & 2.2.8 (Free). This is due to missing or incorrect nonce validation on the save_virtual_event_settings function. This makes it possible for unauthenticated attackers to modify virtual event settings via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A malicious website or link could cause a logged-in WordPress administrator to change EventON virtual event settings without realizing it. The attacker does not need an account, but they need the administrator to interact with a crafted request. Business impact is mainly unauthorized configuration changes, not direct data theft.

Executive priority

Treat this as a moderate-priority WordPress plugin integrity risk. It is not described as actively exploited, but exposed sites should be updated during the next security maintenance window, sooner for high-value public event sites.

Technical view

CVE-2023-6244 is a CSRF flaw in EventON's save_virtual_event_settings function caused by missing or incorrect nonce validation. It affects EventON Pro through 4.5.4 and EventON Free through 2.2.8. CVSS 3.1 is 6.5, with high integrity impact and required user interaction.

Likely exposure

Exposure is limited to WordPress sites using the affected EventON virtual event calendar plugin versions. Sites without EventON, or with versions outside the cited affected ranges, are not indicated as affected by the provided sources.

Exploitation context

The source bundle does not show CISA KEV listing or other evidence of active exploitation. Exploitation requires tricking a site administrator into taking an action, such as clicking a link, while they can change plugin settings.

Researcher notes

The key technical issue is missing or incorrect nonce validation on save_virtual_event_settings, classified as CWE-352. Provided evidence supports CSRF-based settings modification, but does not include exploit code, confirmed campaigns, or detailed fixed-version metadata beyond affected version bounds.

Mitigation direction

  • Inventory WordPress sites for EventON Free or Pro installations.
  • Update EventON to a vendor-confirmed version newer than the affected ranges.
  • Check EventON changelog and WordPress plugin changeset for fix guidance.
  • Limit WordPress administrator access to trusted users only.
  • Warn administrators not to follow unsolicited links while logged in.

Validation and detection

  • Confirm installed EventON edition and version on each WordPress site.
  • Verify affected versions are Pro <= 4.5.4 or Free <= 2.2.8.
  • After updating, confirm vendor release notes address nonce validation.
  • Review recent EventON virtual event setting changes for unexpected modifications.
Prepared
Confidence
high
Sources
5

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-352: 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-6244 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.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/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
4Source 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.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/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
ashanjayEventON – Events Calendar0unaffected
EventONEventON (Pro) - WordPress Virtual Event Calendar Plugin0unaffected
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.