CVE-2025-11810: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in chrishurst Name: Print Button Shortcode
The Print Button Shortcode plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'print-button' shortcode in all versions up to, and including, 1.0.1. This is due to insufficient input sanitization and output escaping on the 'target' attribute. 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-11810 is a stored cross-site scripting vulnerability identified in the Print Button Shortcode plugin for WordPress, affecting all versions up to and including 1.0.1. The root cause is insufficient sanitization and escaping of user input specifically in the 'target' attribute of the 'print-button' shortcode. Authenticated users with contributor-level permissions or higher can exploit this flaw by injecting arbitrary JavaScript code into pages or posts. Because the vulnerability is stored, the malicious script persists in the WordPress database and executes in the browsers of any users who visit the infected page, potentially compromising user sessions, stealing cookies, or performing unauthorized actions on behalf of users. The vulnerability has a CVSS 3.1 base score of 6.4, reflecting medium severity, with an attack vector of network (remote), low attack complexity, requiring privileges (contributor or above), no user interaction, and a scope change (impacting other components). Although no public exploits have been reported yet, the vulnerability poses a significant risk due to the common use of WordPress and the plugin’s functionality. The flaw highlights the importance of proper input validation and output encoding in web applications, especially in plugins that extend CMS functionality. The vulnerability was published on October 22, 2025, and no patches or updates are currently linked, indicating that users must monitor vendor advisories for fixes.
Potential Impact
For European organizations, this vulnerability can lead to unauthorized script execution on their WordPress sites, potentially resulting in session hijacking, data theft, defacement, or distribution of malware to site visitors. Organizations with multi-user WordPress environments, such as media companies, educational institutions, and e-commerce businesses, are particularly at risk because contributors with limited privileges can exploit the flaw. The compromise of user sessions or administrative accounts could lead to broader network access or data breaches. Additionally, reputational damage and regulatory consequences under GDPR may arise if customer data is exposed or if the site is used to distribute malicious content. The medium severity score reflects that while the vulnerability requires authenticated access, the impact on confidentiality and integrity is significant, and the scope extends beyond the initial component to users interacting with the site.
Mitigation Recommendations
1. Immediately restrict contributor and higher-level user permissions to trusted individuals only until a patch is available. 2. Monitor the Print Button Shortcode plugin vendor channels for security updates and apply patches promptly once released. 3. Implement web application firewalls (WAFs) with rules to detect and block XSS payloads targeting the 'target' attribute or shortcode parameters. 4. Conduct regular security audits of WordPress plugins and user-generated content for suspicious scripts or anomalies. 5. Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts on affected sites. 6. Educate content contributors about safe input practices and the risks of injecting untrusted code. 7. Consider temporarily disabling or replacing the vulnerable plugin with alternative functionality if patching is delayed. 8. Use security plugins that provide real-time scanning and alerting for XSS and other injection attacks.
Affected Countries
Germany, France, United Kingdom, Netherlands, Italy, Spain, Poland, Sweden
CVE-2025-11810: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in chrishurst Name: Print Button Shortcode
Description
The Print Button Shortcode plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'print-button' shortcode in all versions up to, and including, 1.0.1. This is due to insufficient input sanitization and output escaping on the 'target' attribute. 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-11810 is a stored cross-site scripting vulnerability identified in the Print Button Shortcode plugin for WordPress, affecting all versions up to and including 1.0.1. The root cause is insufficient sanitization and escaping of user input specifically in the 'target' attribute of the 'print-button' shortcode. Authenticated users with contributor-level permissions or higher can exploit this flaw by injecting arbitrary JavaScript code into pages or posts. Because the vulnerability is stored, the malicious script persists in the WordPress database and executes in the browsers of any users who visit the infected page, potentially compromising user sessions, stealing cookies, or performing unauthorized actions on behalf of users. The vulnerability has a CVSS 3.1 base score of 6.4, reflecting medium severity, with an attack vector of network (remote), low attack complexity, requiring privileges (contributor or above), no user interaction, and a scope change (impacting other components). Although no public exploits have been reported yet, the vulnerability poses a significant risk due to the common use of WordPress and the plugin’s functionality. The flaw highlights the importance of proper input validation and output encoding in web applications, especially in plugins that extend CMS functionality. The vulnerability was published on October 22, 2025, and no patches or updates are currently linked, indicating that users must monitor vendor advisories for fixes.
Potential Impact
For European organizations, this vulnerability can lead to unauthorized script execution on their WordPress sites, potentially resulting in session hijacking, data theft, defacement, or distribution of malware to site visitors. Organizations with multi-user WordPress environments, such as media companies, educational institutions, and e-commerce businesses, are particularly at risk because contributors with limited privileges can exploit the flaw. The compromise of user sessions or administrative accounts could lead to broader network access or data breaches. Additionally, reputational damage and regulatory consequences under GDPR may arise if customer data is exposed or if the site is used to distribute malicious content. The medium severity score reflects that while the vulnerability requires authenticated access, the impact on confidentiality and integrity is significant, and the scope extends beyond the initial component to users interacting with the site.
Mitigation Recommendations
1. Immediately restrict contributor and higher-level user permissions to trusted individuals only until a patch is available. 2. Monitor the Print Button Shortcode plugin vendor channels for security updates and apply patches promptly once released. 3. Implement web application firewalls (WAFs) with rules to detect and block XSS payloads targeting the 'target' attribute or shortcode parameters. 4. Conduct regular security audits of WordPress plugins and user-generated content for suspicious scripts or anomalies. 5. Employ Content Security Policy (CSP) headers to limit the execution of unauthorized scripts on affected sites. 6. Educate content contributors about safe input practices and the risks of injecting untrusted code. 7. Consider temporarily disabling or replacing the vulnerable plugin with alternative functionality if patching is delayed. 8. Use security plugins that provide real-time scanning and alerting for XSS and other injection attacks.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-10-15T15:30:54.714Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 68f897afd59611fbd96978df
Added to database: 10/22/2025, 8:37:03 AM
Last enriched: 10/29/2025, 9:06:33 AM
Last updated: 10/29/2025, 8:24:13 PM
Views: 21
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-9871: CWE-59: Improper Link Resolution Before File Access ('Link Following') in Razer Synapse 3
HighCVE-2025-9870: CWE-59: Improper Link Resolution Before File Access ('Link Following') in Razer Synapse 3
HighCVE-2025-11465: CWE-416: Use After Free in Ashlar-Vellum Cobalt
HighCVE-2025-11464: CWE-122: Heap-based Buffer Overflow in Ashlar-Vellum Cobalt
HighCVE-2025-11463: CWE-190: Integer Overflow or Wraparound in Ashlar-Vellum Cobalt
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.