PatchSiren cyber security CVE debrief
CVE-2026-93747 tomdever CVE debrief
The wpForo Forum plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'telegram' profile field in versions up to, and including, 3.1.6. This is due to insufficient input sanitization and output escaping in the profile_update action — the raw $_POST['data'] array is copied into a $custom_fields variable before validate() and sanitize() run, both of which operate only on a parallel $user reference, leaving $custom_fields unsanitized when it is persisted via update_custom_fields(); on render, wpforo_decode() reverses the entity encoding and the value is echoed without escaping in field_wrap_profile().
- Vendor
- tomdever
- Product
- wpForo Forum
- CVSS
- MEDIUM 6.4
- 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
Defenders responsible for WordPress installations with the wpForo Forum plugin should assess exposure and potential impact, focusing on verifying exposure of vulnerable plugin versions and evaluating the risk of script injection. Security teams, vulnerability management teams, and operators of WordPress platforms with this plugin installed should prioritize this vulnerability.
Why it matters
The wpForo Forum plugin for WordPress is vulnerable to Stored Cross-Site Scripting, allowing authenticated attackers to inject arbitrary web scripts. Defenders should prioritize verifying exposure and assessing impact.
- Authenticated attackers with subscriber-level access and above can inject arbitrary web scripts
- Injected scripts can execute on pages accessed by users
- Defenders must verify exposure of vulnerable wpForo Forum plugin versions
- Remediation priority is high for affected versions
Technical summary
The wpForo Forum plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'telegram' profile field in versions up to, and including, 3.1.6. This is due to insufficient input sanitization and output escaping in the profile_update action — the raw $_POST['data'] array is copied into a $custom_fields variable before validate() and sanitize() run, both of which operate only on a parallel $user reference, leaving $custom_fields unsanitized when it is persisted via update_custom_fields(); on render, wpforo_decode() reverses the entity encoding and the value is echoed without escaping in field_wrap_profile().
Defensive priority
Defenders should prioritize verifying exposure of the wpForo Forum plugin versions up to 3.1.6 and assess the impact of potential script injection.
Recommended defensive actions
- Verify exposure of wpForo Forum plugin versions up to 3.1.6 in managed environments.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- 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.
- Assign an owner for follow-up on affected product deployments.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions. Defenders should verify the exposure of WordPress installations with the wpForo Forum plugin versions up to 3.1.6 and assess the impact of potential script injection. The vulnerability allows authenticated attackers with subscriber-level access and above to inject arbitrary web scripts via the 'telegram' profile field. Evidence is limited to public CVE and NVD records; further verification is recommended.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-93747 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-93747
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-93747 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-93747
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/wpforo/tags/3.1.5/classes/Actions.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/wpforo/tags/3.1.5/classes/Forms.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/wpforo/tags/3.1.5/classes/Members.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.