CVE-2024-13527: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in philantro Philantro – Donations and Donor Management
CVE-2024-13527 is a stored cross-site scripting (XSS) vulnerability in the Philantro – Donations and Donor Management WordPress plugin, affecting all versions up to 5. 3. The flaw arises from insufficient sanitization and escaping of user-supplied attributes in plugin shortcodes, such as 'donate'. Authenticated users with contributor-level access or higher can inject malicious scripts that execute whenever an affected page is viewed. This vulnerability can lead to session hijacking, defacement, or redirection attacks, impacting confidentiality and integrity but not availability. Exploitation requires authentication but no user interaction beyond viewing the infected page. The CVSS score is 6. 4 (medium severity), reflecting network attack vector, low complexity, and partial impact on confidentiality and integrity. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or applying mitigations to prevent abuse.
AI Analysis
Technical Summary
The Philantro – Donations and Donor Management plugin for WordPress suffers from a stored cross-site scripting (XSS) vulnerability identified as CVE-2024-13527. This vulnerability is due to improper neutralization of input during web page generation (CWE-79), specifically insufficient sanitization and output escaping of user-supplied attributes in plugin shortcodes like 'donate'. The flaw affects all versions up to and including 5.3. Authenticated attackers with contributor-level privileges or higher can exploit this by injecting arbitrary JavaScript code into pages via shortcode attributes. When other users access these pages, the malicious scripts execute in their browsers, potentially allowing attackers to hijack sessions, steal cookies, perform actions on behalf of users, or redirect victims to malicious sites. The vulnerability does not require user interaction beyond page access and has a network attack vector with low complexity. The scope is changed because the vulnerability affects multiple users who view the infected content. The CVSS 3.1 base score is 6.4, indicating medium severity with partial confidentiality and integrity impact but no availability impact. No patches or fixes are currently linked, and no known exploits are reported in the wild. The vulnerability is particularly concerning for websites relying on the Philantro plugin for donation management, as attackers with contributor access can leverage this to escalate their impact. The vulnerability highlights the importance of proper input validation and output encoding in WordPress plugins handling user-generated content.
Potential Impact
This vulnerability can have significant impacts on organizations using the Philantro plugin for managing donations and donors. Exploitation allows attackers with contributor-level access to inject persistent malicious scripts, which execute in the browsers of any users visiting the infected pages. This can lead to session hijacking, theft of sensitive information such as authentication cookies, unauthorized actions performed on behalf of users, and potential redirection to phishing or malware sites. While availability is not directly affected, the integrity and confidentiality of user data and site content are compromised. For organizations handling donor information and financial transactions, this can result in reputational damage, loss of donor trust, and potential regulatory consequences if personal data is exposed. The requirement for authenticated access limits exploitation to insiders or compromised accounts, but contributor-level permissions are common in many WordPress sites, increasing the attack surface. The vulnerability also poses risks for site administrators and editors who may unknowingly trigger malicious scripts. Given the widespread use of WordPress and donation plugins, the scope of affected systems is broad, especially for nonprofits and charities relying on this plugin.
Mitigation Recommendations
Organizations should immediately review user roles and permissions to limit contributor-level access only to trusted users. Implement strict input validation and output encoding for all user-supplied data, especially within shortcode attributes. Monitor and audit plugin usage and shortcode content for suspicious or unexpected scripts. Since no official patch is currently available, consider temporarily disabling the Philantro plugin or removing shortcode usage until a fix is released. Employ Web Application Firewalls (WAFs) with custom rules to detect and block typical XSS payloads targeting shortcode parameters. Educate site administrators and content editors about the risks of XSS and the importance of cautious content management. Regularly update WordPress core and all plugins to their latest versions once patches are released. Additionally, implement Content Security Policy (CSP) headers to restrict script execution sources, mitigating the impact of injected scripts. Conduct periodic security assessments and penetration testing focusing on user input handling in plugins.
Affected Countries
United States, United Kingdom, Canada, Australia, Germany, France, Netherlands, India, Brazil, South Africa
CVE-2024-13527: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in philantro Philantro – Donations and Donor Management
Description
CVE-2024-13527 is a stored cross-site scripting (XSS) vulnerability in the Philantro – Donations and Donor Management WordPress plugin, affecting all versions up to 5. 3. The flaw arises from insufficient sanitization and escaping of user-supplied attributes in plugin shortcodes, such as 'donate'. Authenticated users with contributor-level access or higher can inject malicious scripts that execute whenever an affected page is viewed. This vulnerability can lead to session hijacking, defacement, or redirection attacks, impacting confidentiality and integrity but not availability. Exploitation requires authentication but no user interaction beyond viewing the infected page. The CVSS score is 6. 4 (medium severity), reflecting network attack vector, low complexity, and partial impact on confidentiality and integrity. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or applying mitigations to prevent abuse.
AI-Powered Analysis
Technical Analysis
The Philantro – Donations and Donor Management plugin for WordPress suffers from a stored cross-site scripting (XSS) vulnerability identified as CVE-2024-13527. This vulnerability is due to improper neutralization of input during web page generation (CWE-79), specifically insufficient sanitization and output escaping of user-supplied attributes in plugin shortcodes like 'donate'. The flaw affects all versions up to and including 5.3. Authenticated attackers with contributor-level privileges or higher can exploit this by injecting arbitrary JavaScript code into pages via shortcode attributes. When other users access these pages, the malicious scripts execute in their browsers, potentially allowing attackers to hijack sessions, steal cookies, perform actions on behalf of users, or redirect victims to malicious sites. The vulnerability does not require user interaction beyond page access and has a network attack vector with low complexity. The scope is changed because the vulnerability affects multiple users who view the infected content. The CVSS 3.1 base score is 6.4, indicating medium severity with partial confidentiality and integrity impact but no availability impact. No patches or fixes are currently linked, and no known exploits are reported in the wild. The vulnerability is particularly concerning for websites relying on the Philantro plugin for donation management, as attackers with contributor access can leverage this to escalate their impact. The vulnerability highlights the importance of proper input validation and output encoding in WordPress plugins handling user-generated content.
Potential Impact
This vulnerability can have significant impacts on organizations using the Philantro plugin for managing donations and donors. Exploitation allows attackers with contributor-level access to inject persistent malicious scripts, which execute in the browsers of any users visiting the infected pages. This can lead to session hijacking, theft of sensitive information such as authentication cookies, unauthorized actions performed on behalf of users, and potential redirection to phishing or malware sites. While availability is not directly affected, the integrity and confidentiality of user data and site content are compromised. For organizations handling donor information and financial transactions, this can result in reputational damage, loss of donor trust, and potential regulatory consequences if personal data is exposed. The requirement for authenticated access limits exploitation to insiders or compromised accounts, but contributor-level permissions are common in many WordPress sites, increasing the attack surface. The vulnerability also poses risks for site administrators and editors who may unknowingly trigger malicious scripts. Given the widespread use of WordPress and donation plugins, the scope of affected systems is broad, especially for nonprofits and charities relying on this plugin.
Mitigation Recommendations
Organizations should immediately review user roles and permissions to limit contributor-level access only to trusted users. Implement strict input validation and output encoding for all user-supplied data, especially within shortcode attributes. Monitor and audit plugin usage and shortcode content for suspicious or unexpected scripts. Since no official patch is currently available, consider temporarily disabling the Philantro plugin or removing shortcode usage until a fix is released. Employ Web Application Firewalls (WAFs) with custom rules to detect and block typical XSS payloads targeting shortcode parameters. Educate site administrators and content editors about the risks of XSS and the importance of cautious content management. Regularly update WordPress core and all plugins to their latest versions once patches are released. Additionally, implement Content Security Policy (CSP) headers to restrict script execution sources, mitigating the impact of injected scripts. Conduct periodic security assessments and penetration testing focusing on user input handling in plugins.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-01-17T23:20:18.248Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699f6e5eb7ef31ef0b59efef
Added to database: 2/25/2026, 9:49:18 PM
Last enriched: 2/26/2026, 12:15:04 AM
Last updated: 2/26/2026, 9:37:26 AM
Views: 3
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-28138: Deserialization of Untrusted Data in Stylemix uListing
HighCVE-2026-28136: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in VeronaLabs WP SMS
HighCVE-2026-28132: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) in villatheme WooCommerce Photo Reviews
HighCVE-2026-28131: Insertion of Sensitive Information Into Sent Data in WPVibes Elementor Addon Elements
HighCVE-2026-28083: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in UX-themes Flatsome
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.