CVE-2025-11265
BaseFortify
Publication date: 2025-11-18
Last updated on: 2025-11-18
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | vk_all_in_one_expansion_unit | 9.112.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-80 | The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as "<", ">", and "&" that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the VK All in One Expansion Unit plugin for WordPress. It occurs because the plugin's CTA save function uses the wrong variable to apply sanitization callbacks, resulting in no sanitization being applied. Authenticated users with Contributor-level access or higher can inject malicious scripts into pages, which then execute when other users access those pages.
How can this vulnerability impact me? :
An attacker with Contributor-level access or higher can exploit this vulnerability to inject arbitrary scripts into web pages. This can lead to unauthorized actions such as stealing user credentials, session hijacking, defacing websites, or spreading malware to users who visit the affected pages.