Skip to main content

ICS Calendar CVE-2026-9838

| EUVDEUVD-2026-42852 MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2026-07-10 Wordfence GHSA-x463-v9cq-m85h
6.1
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
6.1 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
vuln.today AI
6.1 MEDIUM

Network-accessible unauthenticated AJAX endpoint (AV:N, PR:N); no complexity barriers; user click required (UI:R); injected script executes in victim browser context, changing scope (S:C) with limited session/content impact (C:L/I:L).

3.1 AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
Jul 10, 2026 - 09:33 vuln.today
CVE Published
Jul 10, 2026 - 08:30 nvd
MEDIUM 6.1

DescriptionCVE.org

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.

AnalysisAI

Reflected XSS in the ICS Calendar WordPress plugin (all versions ≤ 12.0.9) allows unauthenticated network attackers to inject arbitrary JavaScript into victim browsers by exploiting a missing nonce check and input sanitization failure on the publicly accessible wp_ajax_nopriv_r34ics_ajax AJAX endpoint. The attacker-controlled js_args object is merged over stored shortcode configuration before allowlist validation, enabling the htmltagtitle key to reach the calendar-month.php template unescaped. No public exploit code or CISA KEV listing exists at time of analysis, though the scope-changing CVSS vector (S:C) and zero authentication barrier make socially engineered delivery via crafted URLs a realistic threat to any site running this plugin.

Technical ContextAI

CWE-79 (Improper Neutralization of Input During Web Page Generation - Cross-Site Scripting) describes the root cause: attacker input is reflected into page output without adequate sanitization or encoding. The ICS Calendar plugin (CPE: cpe:2.3:a:room34:ics_calendar:*:*:*:*:*:*:*:*) registers the wp_ajax_nopriv_r34ics_ajax WordPress AJAX action, which is accessible to unauthenticated users by design. The vulnerable handler in r34ics-ajax.php (lines 33, 53, 72) accepts a js_args JSON payload and merges it over the plugin's stored shortcode configuration object without first verifying a WordPress nonce. Because the merge occurs before the shortcode parameter allowlist is evaluated, the htmltagtitle key is carried through to the calendar rendering template (templates/calendar-month.php:40) where it is written into the HTML output without output escaping. This is a classic parameter-injection path: a server-side object merge that allows attacker-controlled keys to override or introduce configuration values that were intended to be developer-controlled, bypassing the allowlist gate that would otherwise block arbitrary keys.

RemediationAI

Update the ICS Calendar plugin to the version released after the patch commit recorded in the WordPress Subversion repository changeset at https://plugins.trac.wordpress.org/changeset?reponame=&old=3563728%40ics-calendar&new=3563728%40ics-calendar; the exact patched release version number is not independently confirmed from the available data, so administrators should check the WordPress.org plugin directory for the current release and upgrade accordingly. If immediate patching is not possible, deactivating the plugin eliminates the entire attack surface with no side effects beyond loss of calendar functionality. Sites that must keep the plugin active while awaiting a patch can deploy a WAF rule blocking requests to wp-admin/admin-ajax.php where the action parameter equals r34ics_ajax and the request body or query string contains a htmltagtitle key - note this will break legitimate AJAX calendar rendering. Implementing a strict Content-Security-Policy header (script-src 'self') limits the damage of any successful XSS execution by preventing inline script and off-origin resource loading, though this may require testing for compatibility with other site components.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-9838 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy