LiveActive security incident?Get immediate response
CVE Record

CVE-2023-49756: WordPress Eventin plugin <= 3.3.52 - Authenticated Notice Dismissal Vulnerability

Missing Authorization vulnerability in Arraytics Eventin wp-event-solution allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Eventin: from n/a through <= 3.3.52.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-49756 is a missing authorization issue in the Arraytics Eventin WordPress plugin. A logged-in user may be able to dismiss notices without proper permission checks, causing limited integrity and availability impact. The provided data rates it medium severity and does not list it in CISA KEV.

Executive priority

Treat this as a routine WordPress plugin remediation item unless Eventin is widely deployed or low-privileged accounts are common. Business urgency is moderate because impact appears limited, but plugin issues can accumulate operational risk across many sites.

Technical view

The bundle maps this to CWE-862 in wp-event-solution Eventin through <= 3.3.52. CVSS 3.1 is 5.4 with network access, low complexity, low privileges, no user interaction, and low integrity and availability impact. The exact endpoint, fixed version, and vendor remediation are not specified here.

Likely exposure

Exposure is most likely on WordPress sites running the Eventin plugin through version 3.3.52 with non-admin authenticated users. The bundle has inconsistent affected-version metadata and no CPEs, so teams should confirm the installed plugin slug, version, and role model directly.

Exploitation context

The provided sources do not show active exploitation, and KEV is false. The CVSS vector indicates an attacker needs a valid login but no user interaction. The described behavior is unauthorized notice dismissal, not code execution, privilege escalation, or data theft.

Researcher notes

Evidence is sparse. The CVE describes missing authorization and Patchstack provides the public vulnerability entry, but this bundle does not include endpoint details, proof-of-concept status, exploit telemetry, or a named fixed release. Avoid assuming broader impact beyond unauthorized notice dismissal.

Mitigation direction

  • Check Eventin vendor and Patchstack guidance for a fixed version or workaround.
  • Update the Eventin plugin if official guidance identifies a patched release.
  • Restrict WordPress accounts to least privilege, especially subscriber or contributor roles.
  • Review admin notice handling where operational alerts affect security or maintenance workflows.

Validation and detection

  • Inventory WordPress sites for the wp-event-solution/Eventin plugin.
  • Confirm installed Eventin versions against the <= 3.3.52 affected range.
  • Review user roles that can authenticate to affected WordPress sites.
  • Check vulnerability management tools for Patchstack or CVE-2023-49756 detection.
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-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-49756 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
5.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/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
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L2.82.5Patchstack

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ArrayticsEventinwp-event-solution, 0unaffected
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.