CVE-2025-12122
Received Received - Intake
Stored XSS in Popup Box WordPress Plugin iframeBox Shortcode

Publication date: 2026-02-18

Last updated on: 2026-02-18

Assigner: Wordfence

Description
The Popup Box – Easily Create WordPress Popups plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'iframeBox' shortcode in all versions up to, and including, 3.2.12 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-06-16
AI Q&A
2026-02-18
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
popup_box popup_box to 3.2.12 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Impact Analysis

This vulnerability allows attackers with contributor-level access or above to inject malicious scripts into pages via the iframe shortcode.

When other users visit these pages, the injected scripts execute in their browsers, which can lead to theft of sensitive information, session hijacking, or unauthorized actions performed on behalf of the user.

The CVSS score of 6.4 indicates a medium severity impact, with potential confidentiality and integrity loss but no impact on availability.

Executive Summary

The Popup Box – Easily Create WordPress Popups plugin for WordPress has a Stored Cross-Site Scripting (XSS) vulnerability in its 'iframeBox' shortcode in all versions up to and including 3.2.12.

This vulnerability exists because the plugin does not properly sanitize or escape user-supplied attributes in the iframe shortcode.

As a result, authenticated attackers with contributor-level access or higher can inject arbitrary web scripts into pages. These scripts execute whenever any user accesses the injected page, potentially compromising user security.

Compliance Impact

I don't know

Detection Guidance

This vulnerability involves Stored Cross-Site Scripting (XSS) via the 'iframeBox' shortcode in the Popup Box WordPress plugin. Detection typically involves identifying pages or posts where the iframeBox shortcode is used with potentially malicious or unexpected iframe attributes.

To detect exploitation attempts or presence of malicious iframe attributes, you can search your WordPress database or content for iframeBox shortcode usage with suspicious scripts or unusual attribute values.

  • Use a database query to find posts containing the iframeBox shortcode, for example in MySQL: SELECT ID, post_title FROM wp_posts WHERE post_content LIKE '%[iframeBox%';
  • Search for suspicious iframe attributes or script tags within posts: SELECT ID, post_content FROM wp_posts WHERE post_content REGEXP '<iframe[^>]*script|javascript:';
  • On the server, you can use grep to scan WordPress content files or backups for suspicious iframeBox shortcode usage: grep -r '\[iframeBox' /path/to/wordpress/wp-content/

Additionally, monitoring web server logs for unusual requests or payloads targeting the iframeBox shortcode may help detect exploitation attempts.

Mitigation Strategies

The primary mitigation step is to update the Popup Box WordPress plugin to version 3.2.13 or later, which includes a security fix that properly sanitizes and escapes iframe attributes to prevent injection attacks.

If immediate updating is not possible, restrict contributor-level and higher user permissions to trusted users only, as the vulnerability requires authenticated users with contributor-level access or above to exploit.

Consider temporarily disabling or removing the iframeBox shortcode usage in your WordPress content until the plugin is updated.

Monitor your site for suspicious activity or injected scripts and clean any compromised content.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-12122. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart