CVE-2025-13418: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in spwebguy Responsive Pricing Table
The Responsive Pricing Table plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'plan_icons' parameter in all versions up to, and including, 5.1.12 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AI Analysis
Technical Summary
CVE-2025-13418 is a stored Cross-Site Scripting (XSS) vulnerability identified in the Responsive Pricing Table plugin for WordPress, developed by spwebguy. This vulnerability affects all versions up to and including 5.1.12. The root cause is insufficient sanitization and escaping of user-supplied input in the 'plan_icons' parameter, which is used during web page generation. Authenticated users with Author-level privileges or higher can exploit this flaw by injecting arbitrary JavaScript code into pages rendered by the plugin. When other users access these pages, the malicious scripts execute in their browsers, potentially leading to session hijacking, privilege escalation, or unauthorized actions within the context of the victim's session. The vulnerability has a CVSS 3.1 base score of 6.4, indicating medium severity. The attack vector is network-based, requiring low attack complexity and privileges but no user interaction. The scope is changed because the vulnerability affects multiple users beyond the attacker. Confidentiality and integrity impacts are low, while availability is unaffected. No public exploits have been reported yet, but the vulnerability poses a risk to WordPress sites using this plugin, especially those with multiple contributors. The lack of a patch at the time of reporting necessitates interim mitigations such as restricting Author-level access and implementing manual input validation and output encoding.
Potential Impact
For European organizations, this vulnerability can lead to unauthorized script execution within their WordPress sites, potentially compromising user sessions, leaking sensitive information, or enabling further attacks such as privilege escalation or defacement. Organizations relying on the Responsive Pricing Table plugin for pricing displays or marketing content face risks of reputational damage and loss of customer trust if exploited. Since the attack requires authenticated access at Author level or above, organizations with multiple content contributors or less restrictive access controls are more vulnerable. The confidentiality of user data and integrity of website content are primarily at risk, while availability remains unaffected. Exploitation could facilitate lateral movement within the web application or lead to injection of malicious payloads targeting site visitors. Given the widespread use of WordPress across Europe, especially in sectors like e-commerce, media, and education, the vulnerability could impact a broad range of organizations if not addressed promptly.
Mitigation Recommendations
1. Monitor for and apply official patches or updates from the plugin vendor as soon as they become available. 2. Until a patch is released, restrict Author-level and higher privileges to trusted users only, minimizing the risk of malicious input injection. 3. Implement Web Application Firewall (WAF) rules specifically targeting suspicious input patterns in the 'plan_icons' parameter to block potential exploit attempts. 4. Conduct manual code reviews or deploy custom input sanitization and output encoding for the 'plan_icons' parameter within the plugin code or via WordPress hooks to neutralize malicious scripts. 5. Regularly audit user roles and permissions to ensure least privilege principles are enforced. 6. Educate content authors about the risks of injecting untrusted content and encourage safe content practices. 7. Monitor website logs and user activity for signs of exploitation or anomalous behavior related to this vulnerability. 8. Consider isolating or disabling the Responsive Pricing Table plugin if immediate mitigation is not feasible, especially on high-risk or public-facing sites.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain, Poland, Sweden
CVE-2025-13418: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in spwebguy Responsive Pricing Table
Description
The Responsive Pricing Table plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'plan_icons' parameter in all versions up to, and including, 5.1.12 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AI-Powered Analysis
Technical Analysis
CVE-2025-13418 is a stored Cross-Site Scripting (XSS) vulnerability identified in the Responsive Pricing Table plugin for WordPress, developed by spwebguy. This vulnerability affects all versions up to and including 5.1.12. The root cause is insufficient sanitization and escaping of user-supplied input in the 'plan_icons' parameter, which is used during web page generation. Authenticated users with Author-level privileges or higher can exploit this flaw by injecting arbitrary JavaScript code into pages rendered by the plugin. When other users access these pages, the malicious scripts execute in their browsers, potentially leading to session hijacking, privilege escalation, or unauthorized actions within the context of the victim's session. The vulnerability has a CVSS 3.1 base score of 6.4, indicating medium severity. The attack vector is network-based, requiring low attack complexity and privileges but no user interaction. The scope is changed because the vulnerability affects multiple users beyond the attacker. Confidentiality and integrity impacts are low, while availability is unaffected. No public exploits have been reported yet, but the vulnerability poses a risk to WordPress sites using this plugin, especially those with multiple contributors. The lack of a patch at the time of reporting necessitates interim mitigations such as restricting Author-level access and implementing manual input validation and output encoding.
Potential Impact
For European organizations, this vulnerability can lead to unauthorized script execution within their WordPress sites, potentially compromising user sessions, leaking sensitive information, or enabling further attacks such as privilege escalation or defacement. Organizations relying on the Responsive Pricing Table plugin for pricing displays or marketing content face risks of reputational damage and loss of customer trust if exploited. Since the attack requires authenticated access at Author level or above, organizations with multiple content contributors or less restrictive access controls are more vulnerable. The confidentiality of user data and integrity of website content are primarily at risk, while availability remains unaffected. Exploitation could facilitate lateral movement within the web application or lead to injection of malicious payloads targeting site visitors. Given the widespread use of WordPress across Europe, especially in sectors like e-commerce, media, and education, the vulnerability could impact a broad range of organizations if not addressed promptly.
Mitigation Recommendations
1. Monitor for and apply official patches or updates from the plugin vendor as soon as they become available. 2. Until a patch is released, restrict Author-level and higher privileges to trusted users only, minimizing the risk of malicious input injection. 3. Implement Web Application Firewall (WAF) rules specifically targeting suspicious input patterns in the 'plan_icons' parameter to block potential exploit attempts. 4. Conduct manual code reviews or deploy custom input sanitization and output encoding for the 'plan_icons' parameter within the plugin code or via WordPress hooks to neutralize malicious scripts. 5. Regularly audit user roles and permissions to ensure least privilege principles are enforced. 6. Educate content authors about the risks of injecting untrusted content and encourage safe content practices. 7. Monitor website logs and user activity for signs of exploitation or anomalous behavior related to this vulnerability. 8. Consider isolating or disabling the Responsive Pricing Table plugin if immediate mitigation is not feasible, especially on high-risk or public-facing sites.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-11-19T14:53:03.624Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 695e4c107349d0379d7d5652
Added to database: 1/7/2026, 12:05:36 PM
Last enriched: 1/7/2026, 12:07:19 PM
Last updated: 1/9/2026, 1:14:22 AM
Views: 9
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-22714: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') in The Wikimedia Foundation Mediawiki - Monaco Skin
LowCVE-2026-22710: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') in The Wikimedia Foundation Mediawiki - Wikibase Extension
LowCVE-2026-0733: SQL Injection in PHPGurukul Online Course Registration System
MediumCVE-2026-0732: Command Injection in D-Link DI-8200G
MediumCVE-2026-0731: NULL Pointer Dereference in TOTOLINK WA1200
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.