PatchSiren cyber security CVE debrief
CVE-2026-19804 clavaque CVE debrief
The s2Member plugin for WordPress is vulnerable to Remote Code Execution due to insufficient sanitization of user input in the 'first_name' parameter. This allows unauthenticated attackers to execute code on the server if the site administrator has configured a Signup Tracking Codes template with the %%first_name%% placeholder and the attacker has obtained the site-global proxy verification key.
- Vendor
- clavaque
- Product
- s2Member – Excellent for All Kinds of Memberships, Content Restriction Paywalls & Member Access Subscriptions
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
WordPress site administrators and defenders who use the s2Member plugin should assess exposure and apply patches or mitigations to prevent potential Remote Code Execution attacks. This vulnerability allows unauthenticated attackers to execute code on the server if the site administrator has configured a Signup Tracking Codes template with the %%first_name%% placeholder and the attacker has obtained the site-global proxy verification key.
Why it matters
CVE-2026-19804 is a high-severity vulnerability in the s2Member plugin for WordPress that allows unauthenticated attackers to execute code on the server. WordPress site administrators and defenders should assess exposure and apply patches or mitigations to prevent potential Remote Code Execution attacks.
- Remote code execution on the server
- Potential for unauthorized access and modification of sensitive data
- Possible disruption of WordPress site functionality and availability
- Need for verification of patch application and vulnerability remediation
Technical summary
The s2Member plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 260814 via the 'first_name' parameter. This is due to insufficient sanitization of the first_name parameter via esc_refs(), which strips only regex backreferences and not PHP tags, before substitution into the eval'd Signup Tracking Codes template, combined with disclosure of the site-global proxy verification key that allows PayPal postback verification to be bypassed.
Defensive priority
High priority for WordPress site administrators and defenders to assess exposure and apply patches or mitigations.
Recommended defensive actions
- Assess exposure by checking if the s2Member plugin is installed and if the Signup Tracking Codes template is configured with the %%first_name%% placeholder.
- Verify if the site-global proxy verification key has been exposed or obtained by potential attackers.
- Apply patches or updates to the s2Member plugin to fix the vulnerability.
- Monitor for suspicious activity or exploitation attempts on the WordPress site.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and references to source code. The s2Member plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 260814 via the 'first_name' parameter. This is due to insufficient sanitization of the first_name parameter via esc_refs(), which strips only regex backreferences and not PHP tags, before substitution into the eval'd Signup Tracking Codes template, combined with disclosure of the site-global
Sources and references
Verified primary and authoritative sources
-
CVE-2026-19804 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-19804
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-19804 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-19804
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/s2member/trunk/src/includes/classes/paypal-checkout-in.inc.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/s2member/trunk/src/includes/classes/paypal-return-in-subscr-or-wa-w-level.inc.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/s2member/trunk/src/includes/classes/paypal-return-in.inc.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/s2member/trunk/src/includes/classes/paypal-utilities.inc.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/s2member/trunk/src/includes/classes/tracking-codes.inc.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/s2member/trunk/src/includes/classes/utilities.inc.php
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.