CVE-2025-11753
BaseFortify
Publication date: 2025-11-04
Last updated on: 2025-11-04
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | bootstrap_multi-language_responsive_portfolio | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
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 Bootstrap Multi-language Responsive Portfolio plugin for WordPress. It occurs due to insufficient input sanitization and output escaping in admin settings, allowing authenticated users with administrator-level permissions or higher to inject malicious web scripts. These scripts execute whenever a user accesses the injected page. The vulnerability affects all versions up to and including 1.0, specifically in multi-site installations or where unfiltered_html is disabled.
How can this vulnerability impact me? :
An attacker with administrator-level access can inject malicious scripts that execute in the context of users visiting the affected pages. This can lead to theft of sensitive information, session hijacking, or other malicious actions performed on behalf of the user. The impact is limited to multi-site installations or those with unfiltered_html disabled, but it can compromise the integrity and security of the affected WordPress sites.