CVE-2026-1807
Received Received - Intake
Stored XSS in InteractiveCalculator WordPress Plugin Allows Script Injection

Publication date: 2026-02-18

Last updated on: 2026-02-18

Assigner: Wordfence

Description
The InteractiveCalculator for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'interactivecalculator' shortcode in all versions up to, and including, 1.0.3 due to insufficient input sanitization and output escaping on user supplied attributes. 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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-18
Last Modified
2026-02-18
Generated
2026-05-06
AI Q&A
2026-02-18
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
interactivecalculator interactivecalculator to 1.0.3 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

[{'type': 'paragraph', 'content': "The InteractiveCalculator plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) in all versions up to and including 1.0.3. This vulnerability arises because the plugin does not properly sanitize and escape user-supplied attributes in its 'interactivecalculator' shortcode."}, {'type': 'paragraph', 'content': 'As a result, authenticated users with contributor-level access or higher can inject malicious scripts into pages. These scripts then execute whenever any user accesses the affected page, potentially compromising user data or site integrity.'}, {'type': 'paragraph', 'content': "The vulnerability is due to insufficient input sanitization and output escaping, which was later addressed by adding stricter validation and escaping mechanisms in the plugin's shortcode handler."}] [1, 3]


How can this vulnerability impact me? :

This vulnerability allows attackers with contributor-level access or above to inject arbitrary web scripts into pages via the plugin's shortcode attributes.

When other users visit these pages, the injected scripts execute in their browsers, which can lead to theft of sensitive information, session hijacking, defacement, or distribution of malware.

Because the attack is stored (persistent), the malicious code remains on the site until removed, potentially affecting many users over time.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability involves Stored Cross-Site Scripting (XSS) via the 'interactivecalculator' shortcode in the WordPress plugin. Detection would involve identifying pages or posts containing the vulnerable shortcode with potentially malicious scripts injected in the 'id' attribute.

You can scan your WordPress database or content for instances of the shortcode [interactivecalculator] with suspicious or unusual 'id' attribute values that contain script tags or encoded JavaScript.

Example commands to detect such injections might include:

  • Using WP-CLI to search posts for suspicious shortcode usage: wp db query "SELECT ID, post_content FROM wp_posts WHERE post_content LIKE '%[interactivecalculator%id=%<script%'"
  • Using grep on exported content or backups: grep -r '\[interactivecalculator.*id=.*<script' /path/to/wordpress/wp-content/

Additionally, monitoring HTTP traffic for unusual script injections or unexpected JavaScript execution on pages using this shortcode can help detect exploitation attempts.


What immediate steps should I take to mitigate this vulnerability?

[{'type': 'paragraph', 'content': 'The primary mitigation step is to update the InteractiveCalculator WordPress plugin to version 1.0.3 or later, which includes security patches addressing input sanitization and output escaping to prevent this Stored XSS vulnerability.'}, {'type': 'list_item', 'content': 'Update the plugin to version 1.0.3 or higher.'}, {'type': 'list_item', 'content': 'Ensure that the WordPress installation and PHP version meet the updated plugin requirements (tested up to WordPress 6.9 and PHP 5.4 or higher).'}, {'type': 'list_item', 'content': "Review and sanitize any existing content that uses the 'interactivecalculator' shortcode to remove potentially malicious scripts."}, {'type': 'paragraph', 'content': "These steps will mitigate the risk of authenticated contributors injecting malicious scripts via the shortcode's 'id' attribute."}] [1, 3]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart