LiveActive security incident?Get immediate response
CVE Record

CVE-2023-23974: WordPress Quick Event Manager Plugin <= 9.7.4 is vulnerable to Cross Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) vulnerability in Fullworks Quick Event Manager plugin <= 9.7.4 affecting all registration actions (delete, delete all, edit, update).

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-23974 is a CSRF issue in the WordPress Quick Event Manager plugin. A malicious page could cause a logged-in site user to unintentionally perform registration actions, such as delete, delete all, edit, or update. The business impact is data integrity risk for event registrations, not direct data theft.

Executive priority

Treat this as a medium-priority integrity issue. It is unlikely to justify emergency response by itself, but event-driven businesses should patch promptly because registration records can be changed or deleted through user-assisted abuse.

Technical view

The vulnerability is CWE-352 Cross-Site Request Forgery in Fullworks Quick Event Manager through 9.7.4. Sources state all registration actions are affected. CVSS 3.1 is 5.4, with network attack vector, low complexity, no attacker privileges, user interaction required, and low integrity impact.

Likely exposure

Exposure is limited to WordPress sites with Fullworks Quick Event Manager installed at version 9.7.4 or earlier. Sites using event registration features have the clearest operational impact. The source bundle does not identify affected CPEs or a specific fixed version.

Exploitation context

The CVE is not listed as CISA KEV in the provided data, and the sources do not state active exploitation. Exploitation requires user interaction, likely by getting an authenticated WordPress user to load attacker-controlled content while logged in.

Researcher notes

Evidence is narrow but consistent: Patchstack and CVE data describe CSRF across registration delete, delete-all, edit, and update actions. No exploit details, fixed version, CPE mapping, or active exploitation evidence were provided in the source bundle.

Mitigation direction

  • Inventory WordPress sites for Quick Event Manager installations and versions.
  • Check Fullworks or Patchstack guidance for the fixed release and upgrade path.
  • Restrict registration-management access to trusted users only.
  • Review recent event registration edits and deletions for unexpected changes.
  • Use CSRF-aware security controls where available in WordPress hardening tooling.

Validation and detection

  • Confirm whether Quick Event Manager is installed on each WordPress site.
  • Record the installed plugin version and compare it with the <=9.7.4 affected range.
  • Identify which roles can delete, edit, or update registrations.
  • Review application logs or audit trails for unusual registration changes.
  • Document remediation status for each affected site.
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-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-23974 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:N/UI:R/S:U/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
2Source 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
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/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
FullworksQuick Event Managerquick-event-manager, n/aunaffected
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.