CVE-2025-11265: CWE-80 Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in kurudrive VK All in One Expansion Unit
The VK All in One Expansion Unit plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'vkExUnit_cta_url' and 'vkExUnit_cta_button_text' parameters in all versions up to, and including, 9.112.1. This is due to a logic error in the CTA save function that reads sanitization callbacks from the wrong variable ($custom_field_name instead of $custom_field_options), causing the sanitization to never be applied. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that execute when a user accesses an injected page.",
AI Analysis
Technical Summary
CVE-2025-11265 is a stored Cross-Site Scripting (XSS) vulnerability identified in the VK All in One Expansion Unit plugin for WordPress, a popular plugin used to enhance website functionality. The vulnerability exists in all versions up to and including 9.112.1 and stems from a logic error in the plugin's call-to-action (CTA) save function. Specifically, the sanitization callbacks intended to neutralize potentially malicious script-related HTML tags are read from an incorrect variable ($custom_field_name) instead of the correct one ($custom_field_options). This error causes the sanitization process to be completely bypassed for the 'vkExUnit_cta_url' and 'vkExUnit_cta_button_text' parameters. As a result, authenticated users with Contributor-level access or higher can inject arbitrary JavaScript code into pages. When other users visit these pages, the injected scripts execute in their browsers, potentially leading to session hijacking, unauthorized actions, or phishing attacks. The vulnerability has a CVSS 3.1 base score of 6.4, reflecting medium severity, with an attack vector over the network, low complexity, requiring privileges but no user interaction, and impacting confidentiality and integrity with a scope change. No patches or fixes have been released yet, and no known exploits are currently in the wild. The flaw is categorized under CWE-80, indicating improper neutralization of script-related HTML tags in web pages, a common XSS weakness. This vulnerability highlights the importance of correct input validation and sanitization in web applications, especially in widely used CMS plugins.
Potential Impact
For European organizations, this vulnerability poses a moderate risk primarily to websites running WordPress with the VK All in One Expansion Unit plugin installed. Exploitation could allow attackers with contributor-level access to inject malicious scripts that execute in the browsers of site visitors or administrators. This can lead to session hijacking, theft of sensitive information, defacement, or redirection to malicious sites, undermining user trust and potentially causing reputational damage. Since the attack requires authenticated access, insider threats or compromised contributor accounts are the main vectors. The impact is particularly significant for organizations relying on WordPress for customer-facing portals, e-commerce, or internal collaboration sites. Given the widespread use of WordPress across Europe, especially in Germany, the UK, France, and the Netherlands, the potential attack surface is substantial. Additionally, sectors such as government, education, and SMEs that often use WordPress plugins extensively may face increased exposure. The lack of a patch at the time of disclosure increases the window of vulnerability, emphasizing the need for immediate mitigation measures.
Mitigation Recommendations
1. Immediately audit user roles and permissions on WordPress sites to ensure that only trusted users have Contributor-level or higher access. 2. Implement strict access controls and multi-factor authentication (MFA) for all authenticated users to reduce the risk of account compromise. 3. Monitor and review content submitted via the 'vkExUnit_cta_url' and 'vkExUnit_cta_button_text' fields for suspicious or unexpected script content. 4. Employ Web Application Firewalls (WAFs) with custom rules to detect and block typical XSS payloads targeting these parameters. 5. Disable or restrict the use of the VK All in One Expansion Unit plugin temporarily if feasible until an official patch is released. 6. Keep WordPress core and all plugins updated and subscribe to vendor security advisories for timely patch deployment. 7. Educate content contributors about safe input practices and the risks of injecting untrusted content. 8. Use Content Security Policy (CSP) headers to limit the execution of inline scripts and reduce the impact of potential XSS attacks. 9. Conduct regular security scans and penetration tests focusing on plugin vulnerabilities and input sanitization. 10. Prepare incident response plans to quickly address any exploitation attempts or detected compromises.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain
CVE-2025-11265: CWE-80 Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in kurudrive VK All in One Expansion Unit
Description
The VK All in One Expansion Unit plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'vkExUnit_cta_url' and 'vkExUnit_cta_button_text' parameters in all versions up to, and including, 9.112.1. This is due to a logic error in the CTA save function that reads sanitization callbacks from the wrong variable ($custom_field_name instead of $custom_field_options), causing the sanitization to never be applied. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that execute when a user accesses an injected page.",
AI-Powered Analysis
Technical Analysis
CVE-2025-11265 is a stored Cross-Site Scripting (XSS) vulnerability identified in the VK All in One Expansion Unit plugin for WordPress, a popular plugin used to enhance website functionality. The vulnerability exists in all versions up to and including 9.112.1 and stems from a logic error in the plugin's call-to-action (CTA) save function. Specifically, the sanitization callbacks intended to neutralize potentially malicious script-related HTML tags are read from an incorrect variable ($custom_field_name) instead of the correct one ($custom_field_options). This error causes the sanitization process to be completely bypassed for the 'vkExUnit_cta_url' and 'vkExUnit_cta_button_text' parameters. As a result, authenticated users with Contributor-level access or higher can inject arbitrary JavaScript code into pages. When other users visit these pages, the injected scripts execute in their browsers, potentially leading to session hijacking, unauthorized actions, or phishing attacks. The vulnerability has a CVSS 3.1 base score of 6.4, reflecting medium severity, with an attack vector over the network, low complexity, requiring privileges but no user interaction, and impacting confidentiality and integrity with a scope change. No patches or fixes have been released yet, and no known exploits are currently in the wild. The flaw is categorized under CWE-80, indicating improper neutralization of script-related HTML tags in web pages, a common XSS weakness. This vulnerability highlights the importance of correct input validation and sanitization in web applications, especially in widely used CMS plugins.
Potential Impact
For European organizations, this vulnerability poses a moderate risk primarily to websites running WordPress with the VK All in One Expansion Unit plugin installed. Exploitation could allow attackers with contributor-level access to inject malicious scripts that execute in the browsers of site visitors or administrators. This can lead to session hijacking, theft of sensitive information, defacement, or redirection to malicious sites, undermining user trust and potentially causing reputational damage. Since the attack requires authenticated access, insider threats or compromised contributor accounts are the main vectors. The impact is particularly significant for organizations relying on WordPress for customer-facing portals, e-commerce, or internal collaboration sites. Given the widespread use of WordPress across Europe, especially in Germany, the UK, France, and the Netherlands, the potential attack surface is substantial. Additionally, sectors such as government, education, and SMEs that often use WordPress plugins extensively may face increased exposure. The lack of a patch at the time of disclosure increases the window of vulnerability, emphasizing the need for immediate mitigation measures.
Mitigation Recommendations
1. Immediately audit user roles and permissions on WordPress sites to ensure that only trusted users have Contributor-level or higher access. 2. Implement strict access controls and multi-factor authentication (MFA) for all authenticated users to reduce the risk of account compromise. 3. Monitor and review content submitted via the 'vkExUnit_cta_url' and 'vkExUnit_cta_button_text' fields for suspicious or unexpected script content. 4. Employ Web Application Firewalls (WAFs) with custom rules to detect and block typical XSS payloads targeting these parameters. 5. Disable or restrict the use of the VK All in One Expansion Unit plugin temporarily if feasible until an official patch is released. 6. Keep WordPress core and all plugins updated and subscribe to vendor security advisories for timely patch deployment. 7. Educate content contributors about safe input practices and the risks of injecting untrusted content. 8. Use Content Security Policy (CSP) headers to limit the execution of inline scripts and reduce the impact of potential XSS attacks. 9. Conduct regular security scans and penetration tests focusing on plugin vulnerabilities and input sanitization. 10. Prepare incident response plans to quickly address any exploitation attempts or detected compromises.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-10-03T15:18:31.287Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 691c2e7635a0ab0a5625e9c2
Added to database: 11/18/2025, 8:29:42 AM
Last enriched: 11/25/2025, 8:41:44 AM
Last updated: 1/7/2026, 4:22:40 AM
Views: 85
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-20893: Origin validation error in Fujitsu Client Computing Limited Fujitsu Security Solution AuthConductor Client Basic V2
HighCVE-2025-14891: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in ivole Customer Reviews for WooCommerce
MediumCVE-2025-14059: CWE-73 External Control of File Name or Path in roxnor EmailKit – Email Customizer for WooCommerce & WP
MediumCVE-2025-12648: CWE-552 Files or Directories Accessible to External Parties in cbutlerjr WP-Members Membership Plugin
MediumCVE-2025-14631: CWE-476 NULL Pointer Dereference in TP-Link Systems Inc. Archer BE400
HighActions
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.