Skip to main content

Word 2 Cash CVE-2026-6395

| EUVDEUVD-2026-31041 MEDIUM
Cross-Site Request Forgery (CSRF) (CWE-352)
2026-05-20 Wordfence GHSA-p637-7ww8-j45c
6.1
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
6.1 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

1
Analysis Generated
May 20, 2026 - 02:34 vuln.today

DescriptionCVE.org

The Word 2 Cash plugin for WordPress is vulnerable to Cross-Site Request Forgery leading to Stored Cross-Site Scripting in versions up to and including 0.9.2. This is due to the complete absence of nonce verification on the settings save handler in the w2c_admin() function, combined with missing input sanitization before storage and missing output escaping when rendering the stored value. The w2c-definitions POST parameter is saved raw via update_option() and later echoed without escaping inside a <textarea> element. This makes it possible for unauthenticated attackers to forge a request on behalf of a logged-in administrator, storing arbitrary JavaScript payloads that execute in the WordPress admin panel whenever the settings page is visited.

AnalysisAI

Cross-Site Request Forgery chained to Stored Cross-Site Scripting in the Word 2 Cash WordPress plugin (versions ≤ 0.9.2) allows unauthenticated remote attackers to plant persistent JavaScript payloads inside the WordPress admin panel. The attack succeeds because the plugin's settings handler (w2c_admin()) performs no nonce verification, no input sanitization before storage, and no output escaping on retrieval - meaning a forged POST from any attacker-controlled page is indistinguishable from a legitimate admin save. No public exploit or CISA KEV listing has been identified at time of analysis, but the CVSS score of 6.1 with Changed scope reflects real post-exploitation reach within the admin context once triggered.

Technical ContextAI

Word 2 Cash is a WordPress plugin by vendor 'winking' (CPE: cpe:2.3:a:winking:word_2_cash:*:*:*:*:*:*:*:*) that provides monetization functionality for written content. The root cause is CWE-352 (Cross-Site Request Forgery): the w2c_admin() function, which handles the plugin settings save operation, never calls WordPress's built-in wp_verify_nonce() or check_admin_referer() functions. This allows any origin to submit a valid-looking settings update on behalf of an authenticated admin. The secondary weakness is a stored XSS condition: the w2c-definitions POST parameter is passed directly to WordPress's update_option() without sanitization (e.g., sanitize_text_field() or wp_kses()), and later rendered inside a <textarea> element without escaping (e.g., esc_textarea()). The affected code paths are visible at word2cash.php lines 18, 20, and 31 in both the 0.9.2 tagged release and the current trunk, as confirmed by Wordfence's source code references.

RemediationAI

No vendor-released patch has been identified at time of analysis - the Wordfence advisory and WordPress plugin trac references do not indicate a fixed version, and the CPE uses an open-ended wildcard range. Site operators running Word 2 Cash ≤ 0.9.2 should immediately check the WordPress plugin directory for an updated release; if none exists, the most effective compensating control is to deactivate and remove the plugin entirely, eliminating the attack surface with no side effects beyond loss of the plugin's functionality. If the plugin cannot be removed, restrict access to the WordPress admin panel at the network or web server level (e.g., allowlist admin IPs via .htaccess or server configuration) to reduce the pool of exploitable admin sessions - note this does not eliminate the CSRF vector but significantly narrows it. Additionally, deploying a Web Application Firewall rule to block POST requests to the plugin's settings endpoint (wp-admin with the w2c-definitions parameter) can serve as a temporary control, though WAF bypass via encoding is possible. Monitor the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/e4c7ca5c-38aa-4413-83eb-29185cca2a74 for patch availability updates.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2026-6395 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy