Description
The ICS Calendar plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'htmltagtitle' parameter in all versions up to, and including, 12.0.9 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link. The vulnerability is reachable via the unauthenticated wp_ajax_nopriv_r34ics_ajax AJAX action, which accepts attacker-controlled js_args values merged over stored shortcode configuration without nonce verification, allowing the htmltagtitle key to bypass the normal shortcode allowlist check.
Published: 2026-07-10
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in the Room34:ICS Calendar WordPress plugin allows reflective cross‑site scripting because the htmltagtitle parameter is unsanitized before it is sent back to the browser. An attacker can embed malicious JavaScript within that value, and the script will run in the victim’s browser when the victim visits a crafted URL or clicks a link that triggers the vulnerable AJAX action. The flaw is a classic reflected XSS (CWE‑79) and enables session hijacking, defacement or other client‑side attacks but does not grant server‑side code execution or privilege escalation.

Affected Systems

WordPress sites that have installed the Room34:ICS Calendar plugin version 12.0.9 or any earlier release (12.0.5.x, 12.0.8.x, 12.0.9). The vulnerability resides in the AJAX handler wp_ajax_nopriv_r34ics_ajax for unauthenticated users and the associated shortcode that merges user data without proper validation.

Risk and Exploitability

The CVSS score of 6.1 indicates moderate severity, and the EPSS score of < 1 % suggests low probability of widespread exploitation at present. The plugin is not listed in CISA KEV. The attack requires the attacker to craft a js_args payload that includes a malicious htmltagtitle value, and a victim must be convinced to load a page that makes the unauthenticated AJAX request. If successful, the injected script runs in the victim’s browser, potentially stealing session cookies or manipulating the page.

Generated by OpenCVE AI on July 29, 2026 at 11:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Room34:ICS Calendar plugin to any version newer than 12.0.9 to eliminate the unsanitized parameter.
  • Implement a Content Security Policy that disallows inline scripts and enforces strict quotation of any scripts, reducing the impact if an attacker can still inject events.
  • Configure the web application firewall or host server to block or throttle unauthenticated requests to wp_ajax_nopriv_r34ics_ajax, or add a nonce check so that only legitimate requests are processed.

Generated by OpenCVE AI on July 29, 2026 at 11:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
First Time appeared Room34
Room34 ics Calendar
Wordpress
Wordpress wordpress
Vendors & Products Room34
Room34 ics Calendar
Wordpress
Wordpress wordpress

Fri, 10 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 10 Jul 2026 09:00:00 +0000

Type Values Removed Values Added
Description The ICS Calendar plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'htmltagtitle' parameter in all versions up to, and including, 12.0.9 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link. The vulnerability is reachable via the unauthenticated wp_ajax_nopriv_r34ics_ajax AJAX action, which accepts attacker-controlled js_args values merged over stored shortcode configuration without nonce verification, allowing the htmltagtitle key to bypass the normal shortcode allowlist check.
Title ICS Calendar <= 12.0.9 - Reflected Cross-Site Scripting via 'htmltagtitle' Parameter
Weaknesses CWE-79
References
Metrics cvssV3_1

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


Subscriptions

Room34 Ics Calendar
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-10T14:04:31.963Z

Reserved: 2026-05-28T12:59:23.830Z

Link: CVE-2026-9838

cve-icon Vulnrichment

Updated: 2026-07-10T14:04:28.701Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T11:15:04Z

Weaknesses
  • CWE-79

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