Description
The iWR Tooltip plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's `iwrtooltip` shortcode in versions up to, and including, 1.0. This is due to insufficient input sanitization and output escaping on user supplied attributes in the iwr_tooltip() shortcode handler — the `title` attribute is concatenated directly into an HTML attribute without esc_attr() or any other escaping. 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.
Published: 2026-05-27
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The iWR Tooltip plugin for WordPress, versions up to 1.0, contains a stored cross‑site scripting flaw in the iwrtooltip shortcode. The plugin fails to sanitize or escape the title attribute supplied by users, concatenating the value directly into an HTML attribute. An attacker who can add or edit content with contributor or higher privileges can place arbitrary JavaScript in the title field, which then becomes part of the page’s source and runs for any visitor who loads the page. The weakness is a classic example of CWE‑79.

Affected Systems

Vinaysankhyan’s iWR Tooltip plugin installed on WordPress sites, version 1.0 or earlier, is affected. Any site that has granted contributor-level or higher roles to users and uses the iwrtooltip shortcode is at risk.

Risk and Exploitability

With a CVSS score of 6.4, the vulnerability is considered moderate. The requirement for authenticated access limits the attack to users who already have contributor or higher permissions. No EPSS score is available, and the flaw is not listed in CISA’s KEV catalog, indicating that large‑scale exploitation has not been documented. Based on the description, it is inferred that the attacker would need to insert a malicious payload into the title attribute of the shortcode, after which the payload becomes stored and will execute whenever any user visits the affected page.

Generated by OpenCVE AI on May 27, 2026 at 08:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the iWR Tooltip plugin to the latest release that includes proper escaping of shortcode attributes.
  • If an update is not immediately possible, modify the shortcode handler in the plugin code to wrap the title value with esc_attr() before outputting it, preventing script injection.
  • Search the site’s content for posts that contain injected scripts and remove or sanitize them; consider revoking or limiting contributor-level permissions until the vulnerability is fully resolved.

Generated by OpenCVE AI on May 27, 2026 at 08:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 27 May 2026 11:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 27 May 2026 10:30:00 +0000

Type Values Removed Values Added
First Time appeared Vinaysankhyan
Vinaysankhyan iwr Tooltip
Wordpress
Wordpress wordpress
Vendors & Products Vinaysankhyan
Vinaysankhyan iwr Tooltip
Wordpress
Wordpress wordpress

Wed, 27 May 2026 06:30:00 +0000

Type Values Removed Values Added
Description The iWR Tooltip plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's `iwrtooltip` shortcode in versions up to, and including, 1.0. This is due to insufficient input sanitization and output escaping on user supplied attributes in the iwr_tooltip() shortcode handler — the `title` attribute is concatenated directly into an HTML attribute without esc_attr() or any other escaping. 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.
Title iWR Tooltip <= 1.0 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode Attributes
Weaknesses CWE-79
References
Metrics cvssV3_1

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


Subscriptions

Vinaysankhyan Iwr Tooltip
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-05-27T10:34:03.904Z

Reserved: 2026-05-18T20:58:58.076Z

Link: CVE-2026-8894

cve-icon Vulnrichment

Updated: 2026-05-27T10:33:58.822Z

cve-icon NVD

Status : Received

Published: 2026-05-27T07:16:17.727

Modified: 2026-05-27T07:16:17.727

Link: CVE-2026-8894

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-27T10:07:06Z

Weaknesses