LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6158: EventON - WordPress Virtual Event Calendar Plugin Pro <= 4.5.4 & Free <= 2.2.7 - Missing Authorization to Arbitrary Post Meta Update via evo_eventpost_update_meta

The EventON - WordPress Virtual Event Calendar Plugin plugin for WordPress is vulnerable to unauthorized modification of data and loss of data due to a missing capability check on the evo_eventpost_update_meta function in all versions up to, and including, 4.5.4 (for Pro) and 2.2.7 (for free). This makes it possible for unauthenticated attackers to update and remove arbitrary post metadata. Note that certain parameters may allow for content injection. CVE-2024-0238 appears to be a duplicate of this issue.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This affects WordPress sites using EventON calendar plugins. An unauthenticated attacker could change or remove post metadata, which may alter event content or disrupt site data. The issue is not listed in CISA KEV, and the provided sources do not show active exploitation.

Executive priority

Treat as a moderate-priority WordPress exposure. Prioritize internet-facing marketing, event, and customer sites because unauthenticated data changes can harm integrity, availability, and trust.

Technical view

CVE-2023-6158 is a missing authorization check in EventON's evo_eventpost_update_meta function. Affected versions are EventON Pro up to 4.5.4 and EventON Lite/free up to 2.2.7. The flaw allows unauthenticated arbitrary post meta modification or deletion; some parameters may permit content injection.

Likely exposure

Exposure is likely limited to WordPress sites with EventON Pro <= 4.5.4 or EventON Lite/free <= 2.2.7 installed and reachable publicly.

Exploitation context

The CVSS vector indicates network access, low complexity, no privileges, and no user interaction. Sources support unauthorized data modification and data loss, but not confirmed active exploitation.

Researcher notes

The core issue is CWE-862 missing authorization in evo_eventpost_update_meta. Provided evidence supports arbitrary post meta update/removal and possible content injection, but does not include exploit telemetry or detailed fixed-version confirmation beyond affected-version boundaries.

Mitigation direction

  • Inventory WordPress sites for EventON Pro and EventON Lite/free installations.
  • Update EventON beyond the affected versions using vendor or WordPress plugin guidance.
  • If immediate updating is unavailable, disable the plugin until vendor guidance is applied.
  • Review event posts and post metadata for unexpected changes.
  • Track CVE-2024-0238 as a likely duplicate, not a separate remediation path.

Validation and detection

  • Confirm installed EventON version on each WordPress site.
  • Compare versions against Pro <= 4.5.4 and Lite/free <= 2.2.7.
  • Review vendor changelog and WordPress Trac changeset for authorization fixes.
  • In staging, verify metadata update actions require proper authorization.
  • Check logs, revisions, and event content for suspicious metadata changes.
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-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-6158 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:N/S:U/C:N/I:L/A:L

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:N/S:U/C:N/I:L/A:L3.92.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.