CVE-2025-12661: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in qzzr Pollcaster Shortcode Plugin
The Pollcaster Shortcode Plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'height' parameter in the 'pollcaster' shortcode in all versions up to, and including, 1.0. This is 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.
AI Analysis
Technical Summary
CVE-2025-12661 is a stored Cross-Site Scripting (XSS) vulnerability identified in the qzzr Pollcaster Shortcode Plugin for WordPress, specifically affecting all versions up to and including 1.0. The vulnerability stems from improper neutralization of input during web page generation, classified under CWE-79. The issue resides in the 'height' parameter of the 'pollcaster' shortcode, where insufficient input sanitization and lack of output escaping allow authenticated users with contributor-level permissions or higher to inject arbitrary JavaScript code. This malicious code is stored persistently within the WordPress site content and executes in the context of any user who views the affected page, potentially leading to session hijacking, credential theft, or unauthorized actions performed on behalf of the user. The vulnerability does not require user interaction beyond visiting the compromised page and does not affect availability but impacts confidentiality and integrity. The CVSS v3.1 base score is 6.4, reflecting a medium severity with network attack vector, low attack complexity, and privileges required. No known exploits have been reported in the wild yet. The vulnerability highlights the risk posed by plugins that do not properly sanitize user input, especially in environments where multiple users have content editing capabilities. The lack of a patch at the time of reporting necessitates immediate risk mitigation through access control and monitoring.
Potential Impact
For European organizations, this vulnerability poses a moderate risk primarily to the confidentiality and integrity of web applications running WordPress with the Pollcaster Shortcode Plugin installed. Attackers with contributor-level access can inject malicious scripts that execute in the browsers of site visitors, potentially leading to session hijacking, theft of sensitive information, or unauthorized actions performed under the victim's credentials. This can undermine user trust, lead to data breaches, and damage organizational reputation. Since the vulnerability requires authenticated access, the risk is higher in environments with numerous contributors or where account compromise is possible. The impact is particularly significant for organizations relying on WordPress for public-facing websites, intranets, or customer portals. Additionally, the cross-site scripting flaw could be leveraged as a stepping stone for further attacks, including phishing or malware distribution. The absence of known exploits reduces immediate risk but does not eliminate the threat, especially as attackers often weaponize such vulnerabilities rapidly after disclosure.
Mitigation Recommendations
1. Immediately restrict contributor-level and higher user permissions to trusted personnel only, minimizing the risk of malicious input injection. 2. Monitor and audit user-generated content, especially any changes involving the 'pollcaster' shortcode or the 'height' parameter, to detect suspicious activity. 3. Implement Web Application Firewall (WAF) rules to detect and block common XSS payloads targeting the affected parameter. 4. Apply strict input validation and output encoding on all shortcode attributes, particularly the 'height' parameter, either by updating the plugin when a patch is released or by custom code modifications. 5. Educate content contributors about the risks of injecting untrusted code and enforce secure content creation policies. 6. Regularly update WordPress core, plugins, and themes to incorporate security patches promptly. 7. Consider temporarily disabling or removing the Pollcaster Shortcode Plugin if immediate patching is not possible and the plugin is not critical to operations. 8. Use Content Security Policy (CSP) headers to limit the execution of unauthorized scripts on affected sites.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands, Poland, Sweden
CVE-2025-12661: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in qzzr Pollcaster Shortcode Plugin
Description
The Pollcaster Shortcode Plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'height' parameter in the 'pollcaster' shortcode in all versions up to, and including, 1.0. This is 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.
AI-Powered Analysis
Technical Analysis
CVE-2025-12661 is a stored Cross-Site Scripting (XSS) vulnerability identified in the qzzr Pollcaster Shortcode Plugin for WordPress, specifically affecting all versions up to and including 1.0. The vulnerability stems from improper neutralization of input during web page generation, classified under CWE-79. The issue resides in the 'height' parameter of the 'pollcaster' shortcode, where insufficient input sanitization and lack of output escaping allow authenticated users with contributor-level permissions or higher to inject arbitrary JavaScript code. This malicious code is stored persistently within the WordPress site content and executes in the context of any user who views the affected page, potentially leading to session hijacking, credential theft, or unauthorized actions performed on behalf of the user. The vulnerability does not require user interaction beyond visiting the compromised page and does not affect availability but impacts confidentiality and integrity. The CVSS v3.1 base score is 6.4, reflecting a medium severity with network attack vector, low attack complexity, and privileges required. No known exploits have been reported in the wild yet. The vulnerability highlights the risk posed by plugins that do not properly sanitize user input, especially in environments where multiple users have content editing capabilities. The lack of a patch at the time of reporting necessitates immediate risk mitigation through access control and monitoring.
Potential Impact
For European organizations, this vulnerability poses a moderate risk primarily to the confidentiality and integrity of web applications running WordPress with the Pollcaster Shortcode Plugin installed. Attackers with contributor-level access can inject malicious scripts that execute in the browsers of site visitors, potentially leading to session hijacking, theft of sensitive information, or unauthorized actions performed under the victim's credentials. This can undermine user trust, lead to data breaches, and damage organizational reputation. Since the vulnerability requires authenticated access, the risk is higher in environments with numerous contributors or where account compromise is possible. The impact is particularly significant for organizations relying on WordPress for public-facing websites, intranets, or customer portals. Additionally, the cross-site scripting flaw could be leveraged as a stepping stone for further attacks, including phishing or malware distribution. The absence of known exploits reduces immediate risk but does not eliminate the threat, especially as attackers often weaponize such vulnerabilities rapidly after disclosure.
Mitigation Recommendations
1. Immediately restrict contributor-level and higher user permissions to trusted personnel only, minimizing the risk of malicious input injection. 2. Monitor and audit user-generated content, especially any changes involving the 'pollcaster' shortcode or the 'height' parameter, to detect suspicious activity. 3. Implement Web Application Firewall (WAF) rules to detect and block common XSS payloads targeting the affected parameter. 4. Apply strict input validation and output encoding on all shortcode attributes, particularly the 'height' parameter, either by updating the plugin when a patch is released or by custom code modifications. 5. Educate content contributors about the risks of injecting untrusted code and enforce secure content creation policies. 6. Regularly update WordPress core, plugins, and themes to incorporate security patches promptly. 7. Consider temporarily disabling or removing the Pollcaster Shortcode Plugin if immediate patching is not possible and the plugin is not critical to operations. 8. Use Content Security Policy (CSP) headers to limit the execution of unauthorized scripts on affected sites.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-11-03T20:59:50.859Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 6920235bcf2d47c38997b53d
Added to database: 11/21/2025, 8:31:23 AM
Last enriched: 11/28/2025, 8:48:08 AM
Last updated: 1/7/2026, 8:56:07 AM
Views: 27
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-2025-15158: CWE-434 Unrestricted Upload of File with Dangerous Type in eastsidecode WP Enable WebP
HighCVE-2025-15018: CWE-639 Authorization Bypass Through User-Controlled Key in djanym Optional Email
CriticalCVE-2025-15000: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in tfrommen Page Keys
MediumCVE-2025-14999: CWE-352 Cross-Site Request Forgery (CSRF) in kentothemes Latest Tabs
MediumCVE-2025-13531: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in hayyatapps Stylish Order Form Builder
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.