Description
The Events Manager - Calendar, Bookings, Tickets, and more! plugin for WordPress is vulnerable to Stored Cross-Site Scripting via event attribute values in all versions up to, and including, 7.3.3. This is due to insufficient input sanitization when storing attribute values (using only `wp_unslash()` without sanitization) and lack of output escaping when rendering the '#_ATT{key}' placeholder. This makes it possible for authenticated attackers, with Author-level access and above, or unauthenticated attackers when anonymous event submissions are enabled, to inject arbitrary web scripts that execute when any user views the affected event page.
Published: 2026-09-05
Score: 5.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a stored cross‑site scripting flaw that allows malicious code to be saved in event attribute fields. The code is stored without proper sanitization – only the basic wp_unslash() function is used – and is later rendered directly on the event page without escaping. An attacker who can submit an event or edit one with Author-level access can inject JavaScript that will execute in the browsers of any visitor to that event page, enabling session hijacking, defacement, or other browser‑based attacks.

Affected Systems

The issue affects the Events Manager – Calendar, Bookings, Tickets, and more! WordPress plugin supplied by NetWeBlogic in all released versions up to and including 7.3.3. No other specific vendors or versions are identified in the advisory.

Risk and Exploitability

The CVSS score of 5.4 indicates moderate severity, and the vulnerability is listed as not included in the CISA KEV catalog. While the EPSS score is unavailable, the flaw can be exploited by authenticated users with Author-level permission or by unauthenticated users if the site allows anonymous event submissions. Once an attacker injects a malicious attribute, the script will run for every subsequent page view, meaning the impact can affect all users who view the compromised event page.

Generated by OpenCVE AI on September 5, 2026 at 06:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Events Manager plugin to version 7.3.4 or later, where the input and output handling for event attributes has been fixed.
  • If an upgrade is not immediately possible, disable anonymous event submissions or restrict event creation to trusted authors only to prevent unauthenticated injection.
  • Audit currently stored event attributes and remove or encode any that contain unexpected characters or scripts, then regenerate the affected event pages to ensure all output is properly escaped.

Generated by OpenCVE AI on September 5, 2026 at 06:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 05 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
First Time appeared Netweblogic
Netweblogic events Manager – Calendar, Bookings, Tickets, And More!
Wordpress
Wordpress wordpress
Vendors & Products Netweblogic
Netweblogic events Manager – Calendar, Bookings, Tickets, And More!
Wordpress
Wordpress wordpress

Sat, 05 Sep 2026 05:45:00 +0000

Type Values Removed Values Added
Description The Events Manager - Calendar, Bookings, Tickets, and more! plugin for WordPress is vulnerable to Stored Cross-Site Scripting via event attribute values in all versions up to, and including, 7.3.3. This is due to insufficient input sanitization when storing attribute values (using only `wp_unslash()` without sanitization) and lack of output escaping when rendering the '#_ATT{key}' placeholder. This makes it possible for authenticated attackers, with Author-level access and above, or unauthenticated attackers when anonymous event submissions are enabled, to inject arbitrary web scripts that execute when any user views the affected event page.
Title Events Manager - Calendar, Bookings, Tickets, and more! <= 7.3.3 - Unauthenticated Stored Cross-Site Scripting via Event Attributes
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

Netweblogic Events Manager – Calendar, Bookings, Tickets, And More!
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-05T05:30:55.833Z

Reserved: 2025-12-19T03:23:13.515Z

Link: CVE-2025-14945

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-05T06:17:09.017

Modified: 2026-09-05T06:17:09.017

Link: CVE-2025-14945

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-05T07:30:17Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')