CVE-2025-13515
BaseFortify
Publication date: 2025-12-05
Last updated on: 2025-12-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | newsletter_plugin | 1.0.1.3 |
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 Reflected Cross-Site Scripting (XSS) issue in the Nouri.sh Newsletter plugin for WordPress. It occurs because the plugin does not properly sanitize or escape the `$_SERVER['PHP_SELF']` parameter. This allows an attacker to inject malicious scripts into web pages, which can execute if a user is tricked into clicking a crafted link.
How can this vulnerability impact me? :
The vulnerability can allow unauthenticated attackers to execute arbitrary scripts in the context of the affected website. This can lead to actions such as stealing user session data, defacing the website, or redirecting users to malicious sites, potentially compromising user security and trust.