Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Default configuration needs a subscriber-level account (PR:L), stored payload runs without victim interaction (UI:N) and crosses into another security context (S:C); XSS yields Low C/I and no availability impact.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The EventPrime - Events Calendar, Bookings and Tickets plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'new_event_type_background_color' parameter in all versions up to, and including, 4.3.4.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with custom-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This requires the plugin's Guest Submissions setting (allow_submission_by_anonymous_user) to be enabled, which allows unauthenticated attackers to submit event types via the frontend form; when that setting is disabled, exploitation requires at minimum a subscriber-level authenticated account.
AnalysisAI
Stored cross-site scripting in the EventPrime events plugin for WordPress (versions through 4.3.4.2, by Metagauss) lets low-privileged or, in one configuration, unauthenticated actors persist arbitrary JavaScript through the 'new_event_type_background_color' field of the event-type creation flow. The injected script runs in the browser of any user who later views the affected page, enabling session/context theft in the WordPress front end and admin context. No public exploit has been identified at time of analysis and it is not listed in CISA KEV; the finding was reported by Wordfence.
Technical ContextAI
The affected component is EventPrime (CPE cpe:2.3:a:metagauss:eventprime_-_events_calendar,_bookings_and_tickets), a WordPress calendar/booking/ticketing plugin. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation): the 'new_event_type_background_color' parameter, handled through the plugin's AJAX event-type creation path (class-ep-ajax.php around line 1200 and the admin/functions rendering at class-eventprime-event-calendar-management-admin.php:1973 and class-eventprime-functions.php:9793 per the WordPress plugin trac references), is neither sanitized on input nor escaped on output. A value expected to be a color string is instead stored verbatim and later reflected into rendered pages, so a crafted payload breaks out of the intended attribute/style context and executes as script. Because event types are shared taxonomy-style data, the payload persists and affects multiple viewers.
RemediationAI
No vendor-released patch version is identified in the provided data (all versions through 4.3.4.2 are vulnerable and no fixed release number is stated), so the primary action is to update EventPrime to the latest available release above 4.3.4.2 as published on the WordPress plugin repository and to consult the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/2abd400b-c633-4b38-ad3e-c9ce602ff07f?source=cve) for the confirmed fixed version. As the most effective compensating control until patched, disable the plugin's Guest Submissions setting (allow_submission_by_anonymous_user) to remove the unauthenticated attack path - trade-off: legitimate anonymous users can no longer submit events via the front-end form. Additionally, restrict which roles hold custom/event-creation capabilities so untrusted subscriber accounts cannot create event types, and deploy a WAF rule (e.g., Wordfence) to filter script payloads in the event-type creation AJAX request; the changeset at https://plugins.trac.wordpress.org/changeset?reponame=&old=3595157%40eventprime-event-calendar-management&new=3595157%40eventprime-event-calendar-management documents the code path to monitor.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42559
GHSA-566f-2h7m-xrh3