VYPR
Medium severity6.4NVD Advisory· Published May 27, 2026

CVE-2026-8898

CVE-2026-8898

Description

The Events In City plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'org-events' shortcode in versions up to, and including, 3.0. This is due to insufficient input sanitization and output escaping on user supplied attributes (such as 'organizer_id', 'width', 'height', 'transparency', 'header', 'border', and 'layout') in the org_event_scode() function. The attribute values are concatenated directly into HTML attributes without esc_attr(). This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

The Events In City WordPress plugin up to 3.0 is vulnerable to stored cross-site scripting via the 'org-events' shortcode, allowing authenticated attackers with contributor-level access to inject arbitrary web scripts.

Vulnerability

The Events In City plugin for WordPress versions up to and including 3.0 contains a stored cross-site scripting (XSS) vulnerability in the org_event_scode() function, which handles the [org-events] shortcode. The function fails to sanitize user-supplied attributes such as organizer_id, width, height, transparency, header, border, and layout before concatenating them directly into HTML attributes without using esc_attr(). This allows authenticated attackers with at least contributor-level access to inject arbitrary JavaScript.

Exploitation

An attacker must have a WordPress account with contributor-level privileges or higher. They can insert the [org-events] shortcode into a post or page and provide malicious payloads in the vulnerable attributes (e.g., organizer_id, width). The injected script will be stored in the database and executed when any user views the affected page.

Impact

Successful exploitation leads to stored XSS, enabling the attacker to execute arbitrary JavaScript in the context of the victim's browser. This can result in session hijacking, defacement, redirection to malicious sites, or theft of sensitive information such as cookies and authentication tokens.

Mitigation

As of the publication date (2026-05-27), no patched version has been released. Users should disable the plugin or restrict contributor-level access until a fix is available. The vendor has not yet provided an update. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog.

AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.