CVE-2026-4409
WordPress vulnerability analysis and mitigation

Overview

CVE-2026-4409 is a vulnerability in the Subscribe To Comments Reloaded plugin for WordPress, caused by a leaked secret key and weak hash generation algorithm. It affects all versions up to and including 240119, allowing unauthenticated attackers to extract a global key from any public post page, forge authorization keys, and manipulate comment subscription preferences for arbitrary users. The vulnerability was published on May 5, 2026, and carries a CVSS v3.1 base score of 6.5 (Medium) (GitHub Advisory, Wordfence).

Technical details

The root cause is twofold: the plugin exposes a global secret key within public post pages (CWE-200: Exposure of Sensitive Information to an Unauthorized Actor), and it relies on a weak hash generation algorithm to produce authorization keys (CWE-862: Missing Authorization). An unauthenticated attacker can retrieve the leaked global key by visiting any public post on the affected WordPress site, then use the weak hashing scheme to forge valid authorization tokens. With forged tokens, the attacker can invoke subscription management functions — such as subscribing or unsubscribing arbitrary users — without any credentials. Relevant code paths are visible in the plugin source at wp_subscribe_reloaded.php#L1613, utils/stcr_utils.php#L164, and templates/user.php#L37 (GitHub Advisory, Wordfence).

Impact

Successful exploitation allows unauthenticated attackers to modify comment subscription preferences for any user on the affected WordPress site, resulting in low confidentiality and low integrity impacts with no availability impact. Attackers could silently unsubscribe users from comment threads, subscribe users to unwanted notifications, or potentially harvest subscription-related user data exposed through the forged authorization flow. While the impact is limited in scope and does not enable remote code execution or privilege escalation, it represents a meaningful unauthorized data modification risk for site operators and their users (GitHub Advisory, Wordfence).

Exploitability

There is no known public proof-of-concept exploit and no evidence of active in-the-wild exploitation at this time. The EPSS score is approximately 0.049% (0.094% per GitHub Advisory), placing it in the 26th percentile for exploitation likelihood within 30 days. No threat actor attribution has been reported, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The low attack complexity and lack of authentication requirements do lower the barrier for exploitation if a PoC were to emerge (GitHub Advisory, Wordfence).

Exploitation steps

  1. Reconnaissance: Identify WordPress sites running the Subscribe To Comments Reloaded plugin (version ≤ 240119) using tools like WPScan or by checking plugin metadata in publicly accessible files such as /wp-content/plugins/subscribe-to-comments-reloaded/readme.txt.
  2. Extract the global key: Visit any public post page on the target WordPress site and inspect the page source or HTTP responses for the leaked global secret key, which the plugin embeds in rendered content (see templates/user.php#L37).
  3. Forge an authorization key: Using the extracted global key and the plugin's weak hash generation algorithm (as implemented in utils/stcr_utils.php#L164), compute a forged authorization token for a target user's email address or subscription identifier.
  4. Manipulate subscription preferences: Submit crafted HTTP requests to the plugin's subscription management endpoint (referencing wp_subscribe_reloaded.php#L1613) with the forged authorization key, performing actions such as unsubscribing or subscribing arbitrary users to comment threads without authentication (GitHub Advisory, Wordfence).

Indicators of compromise

  • Network: Unusual or repeated HTTP GET/POST requests to subscription management endpoints (e.g., URLs containing stcr or subscribe-to-comments-reloaded parameters) from unauthenticated or unknown IP addresses.
  • Logs: WordPress access logs showing high-frequency requests to subscription management URLs with varying email addresses or user identifiers, particularly without a valid session cookie.
  • Logs: Requests to public post pages followed immediately by subscription management actions from the same IP, suggesting automated key extraction and forging.
  • Application Behavior: Unexpected changes to comment subscription records in the WordPress database (wp_options or plugin-specific tables), such as mass unsubscriptions or subscriptions not initiated by legitimate users.

Mitigation and workarounds

Site administrators should update the Subscribe To Comments Reloaded plugin to a version newer than 240119 as the primary remediation step, since a patch has been released (GitHub Advisory). Until patching is possible, consider disabling the plugin entirely to eliminate the attack surface. Additionally, implement monitoring for anomalous subscription management activity and review access logs for signs of automated exploitation. Restricting access to subscription management endpoints via a web application firewall (WAF) rule may provide interim protection (Wordfence).

Community reactions

Wordfence included CVE-2026-4409 in its weekly WordPress vulnerability reports for both the May 4–10 and May 11–17, 2026 periods, indicating routine tracking of this moderate-severity issue (Wordfence Blog May 4–10, Wordfence Blog May 11–17). No significant independent researcher commentary or broader media coverage has been identified beyond standard vulnerability database aggregation.

Additional resources


SourceThis report was generated using AI

Related WordPress vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-77115HIGH7.1
  • brave-popup-builder
NoYesAug 23, 2026
CVE-2026-77116MEDIUM4.3
  • brave-popup-builder
NoYesAug 23, 2026
CVE-2026-14853MEDIUM4.3
  • woocommerce-bookings
NoYesAug 23, 2026
CVE-2026-77003LOW2.7
  • content-mask
NoYesAug 23, 2026
CVE-2026-13598NONEN/A
  • restrictmate
NoYesAug 23, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management