CVE-2025-13625: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in switch2mac WP-SOS-Donate Donation Sidebar Plugin
The WP-SOS-Donate Donation Sidebar Plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the `$_SERVER['PHP_SELF']` parameter in all versions up to, and including, 0.9.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
AI Analysis
Technical Summary
CVE-2025-13625 identifies a reflected Cross-Site Scripting (XSS) vulnerability in the WP-SOS-Donate Donation Sidebar Plugin for WordPress, maintained by switch2mac. The vulnerability exists due to improper neutralization of input during web page generation, specifically through the $_SERVER['PHP_SELF'] parameter. This parameter is used in the plugin without adequate sanitization or output escaping, enabling attackers to inject arbitrary JavaScript code into the web pages generated by the plugin. Because the vulnerability is reflected, the malicious payload is embedded in a crafted URL that, when visited by a user, causes the injected script to execute in the context of the victim's browser session. This can lead to theft of cookies, session tokens, or other sensitive information, as well as potential manipulation of the webpage content. The vulnerability affects all versions up to and including 0.9.2 of the plugin. It requires no authentication but does require user interaction (clicking a malicious link). The CVSS v3.1 base score is 6.1, reflecting medium severity with network attack vector, low attack complexity, no privileges required, user interaction required, and impacts on confidentiality and integrity but not availability. No public exploits have been reported yet. The plugin is commonly used on WordPress sites to facilitate donations, making it a target for attackers aiming to compromise donation platforms or their users. The reflected XSS nature means that phishing campaigns or social engineering could be used to exploit this vulnerability effectively.
Potential Impact
For European organizations, particularly nonprofits, charities, and fundraising platforms using WordPress with the WP-SOS-Donate plugin, this vulnerability poses a risk to user data confidentiality and website integrity. Attackers could steal session cookies or credentials, potentially leading to account takeover or unauthorized actions on the site. The trustworthiness of donation platforms could be undermined, damaging reputation and donor confidence. While availability is not directly impacted, the indirect consequences of data theft or site defacement could disrupt operations. Given the widespread use of WordPress in Europe and the popularity of donation plugins, the scope of affected systems could be significant. The requirement for user interaction means targeted phishing or social engineering campaigns could be effective, increasing the risk to end users. The medium severity score reflects a moderate but meaningful threat that should be addressed promptly to prevent exploitation.
Mitigation Recommendations
Organizations should monitor for an official patch or update from switch2mac and apply it immediately once available. Until a patch is released, administrators can implement web application firewall (WAF) rules to detect and block suspicious requests containing malicious payloads targeting the $_SERVER['PHP_SELF'] parameter. Manual code review and modification to sanitize and properly escape all user-controllable inputs, especially $_SERVER['PHP_SELF'], can mitigate the vulnerability. Employing Content Security Policy (CSP) headers can reduce the impact of XSS by restricting script execution sources. Educating users about phishing risks and suspicious links can reduce the likelihood of successful exploitation. Regular security scanning and penetration testing focused on XSS vulnerabilities in WordPress plugins should be conducted. Additionally, limiting plugin usage to trusted and necessary components reduces the attack surface.
Affected Countries
Germany, France, United Kingdom, Netherlands, Italy, Spain, Sweden
CVE-2025-13625: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in switch2mac WP-SOS-Donate Donation Sidebar Plugin
Description
The WP-SOS-Donate Donation Sidebar Plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the `$_SERVER['PHP_SELF']` parameter in all versions up to, and including, 0.9.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
AI-Powered Analysis
Technical Analysis
CVE-2025-13625 identifies a reflected Cross-Site Scripting (XSS) vulnerability in the WP-SOS-Donate Donation Sidebar Plugin for WordPress, maintained by switch2mac. The vulnerability exists due to improper neutralization of input during web page generation, specifically through the $_SERVER['PHP_SELF'] parameter. This parameter is used in the plugin without adequate sanitization or output escaping, enabling attackers to inject arbitrary JavaScript code into the web pages generated by the plugin. Because the vulnerability is reflected, the malicious payload is embedded in a crafted URL that, when visited by a user, causes the injected script to execute in the context of the victim's browser session. This can lead to theft of cookies, session tokens, or other sensitive information, as well as potential manipulation of the webpage content. The vulnerability affects all versions up to and including 0.9.2 of the plugin. It requires no authentication but does require user interaction (clicking a malicious link). The CVSS v3.1 base score is 6.1, reflecting medium severity with network attack vector, low attack complexity, no privileges required, user interaction required, and impacts on confidentiality and integrity but not availability. No public exploits have been reported yet. The plugin is commonly used on WordPress sites to facilitate donations, making it a target for attackers aiming to compromise donation platforms or their users. The reflected XSS nature means that phishing campaigns or social engineering could be used to exploit this vulnerability effectively.
Potential Impact
For European organizations, particularly nonprofits, charities, and fundraising platforms using WordPress with the WP-SOS-Donate plugin, this vulnerability poses a risk to user data confidentiality and website integrity. Attackers could steal session cookies or credentials, potentially leading to account takeover or unauthorized actions on the site. The trustworthiness of donation platforms could be undermined, damaging reputation and donor confidence. While availability is not directly impacted, the indirect consequences of data theft or site defacement could disrupt operations. Given the widespread use of WordPress in Europe and the popularity of donation plugins, the scope of affected systems could be significant. The requirement for user interaction means targeted phishing or social engineering campaigns could be effective, increasing the risk to end users. The medium severity score reflects a moderate but meaningful threat that should be addressed promptly to prevent exploitation.
Mitigation Recommendations
Organizations should monitor for an official patch or update from switch2mac and apply it immediately once available. Until a patch is released, administrators can implement web application firewall (WAF) rules to detect and block suspicious requests containing malicious payloads targeting the $_SERVER['PHP_SELF'] parameter. Manual code review and modification to sanitize and properly escape all user-controllable inputs, especially $_SERVER['PHP_SELF'], can mitigate the vulnerability. Employing Content Security Policy (CSP) headers can reduce the impact of XSS by restricting script execution sources. Educating users about phishing risks and suspicious links can reduce the likelihood of successful exploitation. Regular security scanning and penetration testing focused on XSS vulnerabilities in WordPress plugins should be conducted. Additionally, limiting plugin usage to trusted and necessary components reduces the attack surface.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-11-24T21:15:13.302Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69327173f88dbe026c7799d4
Added to database: 12/5/2025, 5:45:23 AM
Last enriched: 12/12/2025, 6:05:34 AM
Last updated: 1/19/2026, 8:46:57 PM
Views: 79
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-23852: CWE-94: Improper Control of Generation of Code ('Code Injection') in siyuan-note siyuan
MediumCVE-2026-1174: Resource Consumption in birkir prime
MediumCVE-2026-23837: CWE-863: Incorrect Authorization in franklioxygen MyTube
CriticalCVE-2026-23851: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in siyuan-note siyuan
HighCVE-2026-23850: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in siyuan-note siyuan
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.